COLOR #818962

HEX: #818962
RGB: (129,137,98)

Color info

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

RGB color model

#818962 color RGB value is (129,137,98).

  • red value is 129;
  • green value is 137;
  • blue value is 98.
RGB:
(129,137,98)
(51%,54%,38%)

RGB channels and saturation

R 129 of 255 = 51%
G 137 of 255 = 54%
B 98 of 255 = 38%

129
137
98

R + G + B ~ 48%. #818962 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 137 + 98 = 364 (100%)
R 129 of 364 ~ 35.44%
G 137 of 364 ~ 37.64%
B 98 of 364 ~ 26.92%

%35.44
%37.64
%26.92

CMYK color model

#818962 color CMYK value is (6,0,28,46).

  • cyan value is 5.84%
  • magenta value is 0.00%
  • yellow value is 28.47%
  • key color value is 46.27%
CMYK:
(6,0,28,46)
C6M0Y28K46 
(6%,0%,28%,46%)
(0.06/0.00/0.28/0.46)	

CMYK percentages

%5.84
%0
%28.47
%46.27

Codes

Color #818962 in popluar color models

818962
RGB12913798
HSL72°16.60%46.08%
HSB/HSV72°28.47%53.73%
CMYK5.84%0.00%28.47%
46.27%

Color #818962 in popluar number systems.

HEX818962
Decimal12913798
Binary10000001100010011100010
Octal201211142

Shades and tints

Shades of #818962

#818962
(129,137,98)
#767D5A
(118,125,90)
#6B7152
(107,113,82)
#60654A
(96,101,74)
#555942
(85,89,66)
#4A4D3A
(74,77,58)
#3F4132
(63,65,50)
#34352A
(52,53,42)
#292922
(41,41,34)
#1E1D1A
(30,29,26)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #818962

#818962
(129,137,98)
#8C9370
(140,147,112)
#979D7E
(151,157,126)
#A2A78C
(162,167,140)
#ADB19A
(173,177,154)
#B8BBA8
(184,187,168)
#C3C5B6
(195,197,182)
#CECFC4
(206,207,196)
#D9D9D2
(217,217,210)
#E4E3E0
(228,227,224)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818962 color. Also use rgb(129,137,98) instead hex code.

Text Font Color

.myTextColor { color: #818962; }

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

This text font color is #818962.


Background Color

.myBgColor { background-color: #818962; }

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

This div background color is #818962.


Border color

.myBorderColor { border: 1px solid #818962; }

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

This div border color is #818962.


Opacity

.myOpacity80 { color: #818962; opacity: 0.8; }

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

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

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

This text has shadow with #818962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818962 on black background.


Color preview on white background

This text has color #818962 on white background.



Black color preview on #818962 background

This text has black color on #818962 background.


White color preview on #818962 background

This text has white color on #818962 background.