COLOR #818E3B

HEX: #818E3B RGB: (129,142,59)

Color info

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

RGB color model

#818E3B color RGB value is (129,142,59).

RGB: (129,142,59) (51%, 56%, 23%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 59 of 255 = 23%

129
142
59

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

Portions of RGB colors in percentages

R + G + B = 129 + 142 + 59 = 330 (100%)
R 129 of 330 ~ 39.09%
G 142 of 330 ~ 43.03%
B 59 of 330 ~ 17.88'%

%39.09
%43.03
%17.88

CMYK color model

#818E3B color CMYK value is (9,0,58,44).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 58.45%
  • key color value is 44.31%

CMYK: (9,0,58,44)
C9M0Y58K44 (9%, 0%, 58%, 44%)
(0.09 / 0.00 / 0.58 / 0.44)

CMYK percentages

%9.15
%0
%58.45
%44.31

Codes

Color #818E3B in popluar color models

81 8E 3B
RGB 129 142 59
HSL 69° 41.29% 39.41%
HSB/HSV 69° 58.45% 55.69%
CMYK 9.15% 0.00% 58.45%
44.31%

Color #818E3B in popluar number systems.

HEX 81 8E 3B
Decimal 129 142 59
Binary 10000001 10001110 111011
Octal 201 216 73

Shades and tints

Shades of #818E3B

#818E3B
(129,142,59)
#768236
(118,130,54)
#6B7631
(107,118,49)
#606A2C
(96,106,44)
#555E27
(85,94,39)
#4A5222
(74,82,34)
#3F461D
(63,70,29)
#343A18
(52,58,24)
#292E13
(41,46,19)
#1E220E
(30,34,14)
#131609
(19,22,9)
#000000
(0,0,0)

Tints of #818E3B

#818E3B
(129,142,59)
#8C984C
(140,152,76)
#97A25D
(151,162,93)
#A2AC6E
(162,172,110)
#ADB67F
(173,182,127)
#B8C090
(184,192,144)
#C3CAA1
(195,202,161)
#CED4B2
(206,212,178)
#D9DEC3
(217,222,195)
#E4E8D4
(228,232,212)
#EFF2E5
(239,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818E3B; }

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

This text font color is #818E3B.

Background Color

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

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

This div background color is #818E3B.

Border color

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

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

This div border color is #818E3B.

Opacity

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

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

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

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

This text has shadow with #818E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818E3B.

Preview

Color preview on black background

This text has color #818E3B on black background.


Color preview on white background

This text has color #818E3B on white background.


Black color preview on #818E3B background

This text has black color on #818E3B background.


White color preview on #818E3B background

This text has white color on #818E3B background.


Related colors

Complementary color

Complementary color for #hex is #7E71C4.


I love getcolorcode.com

Triadic colors

1 #3B818E and #8E3B81 with #818E3B are triadic colors.

2 #3B8E81 and #8E813B with #818E3B are triadic colors.