COLOR #818E6B

HEX: #818E6B
RGB: (129,142,107)

Color info

#818E6B contains red, green and blue colors in about the same proportion. Web safe color of #818E6B is #999966 (or #996).

RGB color model

#818E6B color RGB value is (129,142,107).

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

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 107 of 255 = 42%

129
142
107

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

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 107 = 378 (100%)
R 129 of 378 ~ 34.13%
G 142 of 378 ~ 37.57%
B 107 of 378 ~ 28.31%

%34.13
%37.57
%28.31

CMYK color model

#818E6B color CMYK value is (9,0,25,44).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 24.65%
  • key color value is 44.31%
CMYK:
(9,0,25,44)
C9M0Y25K44 
(9%,0%,25%,44%)
(0.09/0.00/0.25/0.44)	

CMYK percentages

%9.15
%0
%24.65
%44.31

Codes

Color #818E6B in popluar color models

818E6B
RGB129142107
HSL82°14.06%48.82%
HSB/HSV82°24.65%55.69%
CMYK9.15%0.00%24.65%
44.31%

Color #818E6B in popluar number systems.

HEX818E6B
Decimal129142107
Binary10000001100011101101011
Octal201216153

Shades and tints

Shades of #818E6B

#818E6B
(129,142,107)
#768262
(118,130,98)
#6B7659
(107,118,89)
#606A50
(96,106,80)
#555E47
(85,94,71)
#4A523E
(74,82,62)
#3F4635
(63,70,53)
#343A2C
(52,58,44)
#292E23
(41,46,35)
#1E221A
(30,34,26)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #818E6B

#818E6B
(129,142,107)
#8C9878
(140,152,120)
#97A285
(151,162,133)
#A2AC92
(162,172,146)
#ADB69F
(173,182,159)
#B8C0AC
(184,192,172)
#C3CAB9
(195,202,185)
#CED4C6
(206,212,198)
#D9DED3
(217,222,211)
#E4E8E0
(228,232,224)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818E6B; }

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

This text font color is #818E6B.


Background Color

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

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

This div background color is #818E6B.


Border color

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

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

This div border color is #818E6B.


Opacity

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

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

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

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

This text has shadow with #818E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818E6B on black background.


Color preview on white background

This text has color #818E6B on white background.



Black color preview on #818E6B background

This text has black color on #818E6B background.


White color preview on #818E6B background

This text has white color on #818E6B background.