@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#518150 hex color - Green - Cool color - Information

#518150 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #518150 Color code in RGB color code model is created after adding 31.76% red color, 50.59% green color and 31.37% blue color. Hex #518150 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 0% magenta, 38% yellow and 49.41% black.

Hex #518150 color code is between #558855 web safe hex color code and #447744 web safe hex color code. #558855 is the nearest web safe color code. You can see here many more shades of #518150 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 518150 #518150
RGB Decimal 81, 129, 80 rgb(81, 129, 80)
RGB Percent 32%, 51%, 31% rgb(32%, 51%, 31%)
CSS RGBa 81, 129, 80,1 rgba(81,129,80,1)
CMYK Model cmyk(37%,0%,38%,49.41%)
HSL Color Space 119,23% ,41% hsl(119,23% ,41%)
HSV Color Space 119°, 38%, 51%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010001 10000001 01010000
Octal 121 201 120
Decimal 81 129 80
Hex 51 81 50

Different shades of #518150 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #518150
#669f65
Dark Shade of #518150
#3d623c
Saturated Shade of #518150
#478b46
Desaturated Shade of #518150
#5b775a
Grey scale Shade of #518150
#686868
Brighten Shade
#6a9a69
Most Readable Shade
#FFFFFF

Shades of #518150 color code

Generate more color scales with scales (color stack) generator.

#518150
#487247
#3f643e
#365635
#2d472c
#243923
#1b2b1a
#121c11
#090e08
#000000

Similar Color like #518150 color

Find visually similar hex color codes nearing to #518150 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#528251
#538352
#548453
#558554
#568655
#578756
#588857
#598958
#5a8a59
#5b8b5a
#5c8c5b
#5d8d5c
#5e8e5d
#5f8f5e
#50804f
#4f7f4e
#4e7e4d
#4d7d4c
#4c7c4b
#4b7b4a
#4a7a49
#497948
#487847
#477746
#467645
#457544
#447443
#437342

Monochromatic Color with #518150

#518150
#6cab6a
#86d685
#010101
#1c2c1b
#365636

Tints of #518150 Color

#518150
#648f63
#779d76
#8bab8a
#9eb99d
#b1c7b1
#c5d5c4
#d8e3d8
#ebf1eb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#518150
#805081

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#518150
#685081
#81506a

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#658150
#5b8150
#518150
#508159
#508163

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#518150
#505181
#815051

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#518150
#506981
#805081
#816750

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#518150
#805081
#81506a
#508168

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #518150 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#518150 Color Code Preview on Black Background Color

This is how #518150 Color will look on black background color. Color contrast ratio is 4.61

#518150 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#518150">Your Example Paragraph content text in with font color #518150 </p>

Your Example Paragraph content text in with font color #518150

HTML with inline CSS

<div style="color:#518150">Your Paragraph text in with font color #518150 </div>

Your Example Paragraph content text in with font color #518150

#518150 color code is use for CSS Background Color

Background color for the above div is #518150

HTML with inline CSS

<div style="background-color:#518150;"></div>

#518150 color code is use for CSS Border Color

CSS Border color for the above div is #518150

HTML with inline CSS

<div style="border:5px solid #518150;"></div>

CSS Border Left color for the above div is #518150

HTML with inline CSS

<div style="border-left:5px solid #518150;"></div>

CSS Border Right color for the above div is #518150

HTML with inline CSS

<div style="border-right:5px solid #518150;"></div>

CSS Border Bottom color for the above div is #518150

HTML with inline CSS

<div style="border-bottom:5px solid #518150;"></div>

CSS Border Top color for the above div is #518150

HTML with inline CSS

<div style="border-top:5px solid #518150;"></div>

#518150 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#518150; } .examplecolorclass {color:#518150; } .examplebordercolor {border:3px solid #518150; }

#518150 Color code Preview on White Background

This is how #518150 Color code will look on white background color. Color contrast ratio is 4.56

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #518150; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #518150; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(81,129,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,80,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,129,80,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.