COLOR #518A09

HEX: #518A09 RGB: (81,138,9)

Color info

#518A09 contains mainly red and green colors. Web safe color of #518A09 is #669900 (or #690).

RGB color model

#518A09 color RGB value is (81,138,9).

RGB: (81,138,9) (32%, 54%, 4%)

RGB channels and saturation

R 81 of 255 = 32%
G 138 of 255 = 54%
B 9 of 255 = 4%

81
138
9

R + G + B ~ 30%. #518A09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 138 + 9 = 228 (100%)
R 81 of 228 ~ 35.53%
G 138 of 228 ~ 60.53%
B 9 of 228 ~ 3.95'%

%35.53
%60.53

CMYK color model

#518A09 color CMYK value is (41,0,93,46).

  • cyan value is 41.30%
  • magenta value is 0.00%
  • yellow value is 93.48%
  • key color value is 45.88%

CMYK: (41,0,93,46)
C41M0Y93K46 (41%, 0%, 93%, 46%)
(0.41 / 0.00 / 0.93 / 0.46)

CMYK percentages

%41.3
%0
%93.48
%45.88

Codes

Color #518A09 in popluar color models

51 8A 09
RGB 81 138 9
HSL 87° 87.76% 28.82%
HSB/HSV 87° 93.48% 54.12%
CMYK 41.30% 0.00% 93.48%
45.88%

Color #518A09 in popluar number systems.

HEX 51 8A 09
Decimal 81 138 9
Binary 1010001 10001010 1001
Octal 121 212 11

Shades and tints

Shades of #518A09

#518A09
(81,138,9)
#4A7E09
(74,126,9)
#437209
(67,114,9)
#3C6609
(60,102,9)
#355A09
(53,90,9)
#2E4E09
(46,78,9)
#274209
(39,66,9)
#203609
(32,54,9)
#192A09
(25,42,9)
#121E09
(18,30,9)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #518A09

#518A09
(81,138,9)
#60941F
(96,148,31)
#6F9E35
(111,158,53)
#7EA84B
(126,168,75)
#8DB261
(141,178,97)
#9CBC77
(156,188,119)
#ABC68D
(171,198,141)
#BAD0A3
(186,208,163)
#C9DAB9
(201,218,185)
#D8E4CF
(216,228,207)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518A09 color. Also use rgb(81,138,9) instead hex code.

Text Font Color

.myTextColor { color: #518A09; }

<p style="color:#518A09">This sample text font color is #518A09.</p>

This text font color is #518A09.

Background Color

.myBgColor { background-color: #518A09; }

<div style="background-color:#518A09">Inner text</div>

This div background color is #518A09.

Border color

.myBorderColor { border: 1px solid #518A09; }

<div style="border:3px solid #518A09">Div</div>

This div border color is #518A09.

Opacity

.myOpacity80 { color: #518A09; opacity: 0.8; }

<p style="color:#518A09;opacity:0.8;">80%</p>

Text with #518A09 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #518A09;}

<p style="text-shadow: 3px 3px 1px #518A09">Text here.</p>

This text has shadow with #518A09 color.


.textShadow {text-shadow: 3px 3px 1px #518A09', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #518A09, 5px 5px 20px red">Text here.</p>

This text has shadow with #518A09 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#518A09, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#518A09, Direction=45, Strength=4)">Text</p>

This text has shadow with #518A09 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #518A09;
-webkit-box-shadow: 1px 1px 3px 2px #518A09;
box-shadow: 1px 1px 3px 2px #518A09;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #518A09; -webkit-box-shadow: 1px 1px 3px 2px #518A09; box-shadow:1px 1px 3px 2px #518A09;">
Div content here
</div>

This div box has shadow with color #518A09.

Preview

Color preview on black background

This text has color #518A09 on black background.


Color preview on white background

This text has color #518A09 on white background.


Black color preview on #518A09 background

This text has black color on #518A09 background.


White color preview on #518A09 background

This text has white color on #518A09 background.


Related colors

Complementary color

Complementary color for #hex is #AE75F6.


I love getcolorcode.com

Triadic colors

1 #09518A and #8A0951 with #518A09 are triadic colors.

2 #098A51 and #8A5109 with #518A09 are triadic colors.