COLOR #818E4B

HEX: #818E4B
RGB: (129,142,75)

Color info

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

RGB color model

#818E4B color RGB value is (129,142,75).

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

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 75 of 255 = 29%

129
142
75

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

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 75 = 346 (100%)
R 129 of 346 ~ 37.28%
G 142 of 346 ~ 41.04%
B 75 of 346 ~ 21.68%

%37.28
%41.04
%21.68

CMYK color model

#818E4B color CMYK value is (9,0,47,44).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(9,0,47,44)
C9M0Y47K44 
(9%,0%,47%,44%)
(0.09/0.00/0.47/0.44)	

CMYK percentages

%9.15
%0
%47.18
%44.31

Codes

Color #818E4B in popluar color models

818E4B
RGB12914275
HSL72°30.88%42.55%
HSB/HSV72°47.18%55.69%
CMYK9.15%0.00%47.18%
44.31%

Color #818E4B in popluar number systems.

HEX818E4B
Decimal12914275
Binary10000001100011101001011
Octal201216113

Shades and tints

Shades of #818E4B

#818E4B
(129,142,75)
#768245
(118,130,69)
#6B763F
(107,118,63)
#606A39
(96,106,57)
#555E33
(85,94,51)
#4A522D
(74,82,45)
#3F4627
(63,70,39)
#343A21
(52,58,33)
#292E1B
(41,46,27)
#1E2215
(30,34,21)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #818E4B

#818E4B
(129,142,75)
#8C985B
(140,152,91)
#97A26B
(151,162,107)
#A2AC7B
(162,172,123)
#ADB68B
(173,182,139)
#B8C09B
(184,192,155)
#C3CAAB
(195,202,171)
#CED4BB
(206,212,187)
#D9DECB
(217,222,203)
#E4E8DB
(228,232,219)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818E4B; }

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

This text font color is #818E4B.


Background Color

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

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

This div background color is #818E4B.


Border color

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

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

This div border color is #818E4B.


Opacity

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

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

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

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

This text has shadow with #818E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818E4B on black background.


Color preview on white background

This text has color #818E4B on white background.



Black color preview on #818E4B background

This text has black color on #818E4B background.


White color preview on #818E4B background

This text has white color on #818E4B background.