COLOR #818E39

HEX: #818E39
RGB: (129,142,57)

Color info

#818E39 contains mainly red and green colors. Web safe color of #818E39 is #999933 (or #993).

RGB color model

#818E39 color RGB value is (129,142,57).

  • red value is 129;
  • green value is 142;
  • blue value is 57.
RGB:
(129,142,57)
(51%,56%,22%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 57 of 255 = 22%

129
142
57

R + G + B ~ 43%. #818E39 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 57 = 328 (100%)
R 129 of 328 ~ 39.33%
G 142 of 328 ~ 43.29%
B 57 of 328 ~ 17.38%

%39.33
%43.29
%17.38

CMYK color model

#818E39 color CMYK value is (9,0,60,44).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 59.86%
  • key color value is 44.31%
CMYK:
(9,0,60,44)
C9M0Y60K44 
(9%,0%,60%,44%)
(0.09/0.00/0.60/0.44)	

CMYK percentages

%9.15
%0
%59.86
%44.31

Codes

Color #818E39 in popluar color models

818E39
RGB12914257
HSL69°42.71%39.02%
HSB/HSV69°59.86%55.69%
CMYK9.15%0.00%59.86%
44.31%

Color #818E39 in popluar number systems.

HEX818E39
Decimal12914257
Binary1000000110001110111001
Octal20121671

Shades and tints

Shades of #818E39

#818E39
(129,142,57)
#768234
(118,130,52)
#6B762F
(107,118,47)
#606A2A
(96,106,42)
#555E25
(85,94,37)
#4A5220
(74,82,32)
#3F461B
(63,70,27)
#343A16
(52,58,22)
#292E11
(41,46,17)
#1E220C
(30,34,12)
#131607
(19,22,7)
#000000
(0,0,0)

Tints of #818E39

#818E39
(129,142,57)
#8C984B
(140,152,75)
#97A25D
(151,162,93)
#A2AC6F
(162,172,111)
#ADB681
(173,182,129)
#B8C093
(184,192,147)
#C3CAA5
(195,202,165)
#CED4B7
(206,212,183)
#D9DEC9
(217,222,201)
#E4E8DB
(228,232,219)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818E39 color. Also use rgb(129,142,57) instead hex code.

Text Font Color

.myTextColor { color: #818E39; }

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

This text font color is #818E39.


Background Color

.myBgColor { background-color: #818E39; }

<div style="background-color:#818E39">Inner text</div>

This div background color is #818E39.


Border color

.myBorderColor { border: 1px solid #818E39; }

<div style="border:3px solid #818E39">Div</div>

This div border color is #818E39.


Opacity

.myOpacity80 { color: #818E39; opacity: 0.8; }

<p style="color:#818E39;opacity:0.8;">80%</p>

Text with #818E39 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 #818E39;}

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

This text has shadow with #818E39 color.

.textShadow {text-shadow: 3px 3px 1px #818E39, 3px 3px 1px red;}

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

This text has shadow with #818E39 primary color and red secondary color.


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

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

This text has shadow with #818E39 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #818E39;
-webkit-box-shadow: 1px 1px 3px 2px #818E39;
box-shadow:1px 1px 3px 2px #818E39;">
Div content here</div>
This div box has shadow with color #818E39.

Preview

Color preview on black background

This text has color #818E39 on black background.


Color preview on white background

This text has color #818E39 on white background.



Black color preview on #818E39 background

This text has black color on #818E39 background.


White color preview on #818E39 background

This text has white color on #818E39 background.