COLOR #818672

HEX: #818672
RGB: (129,134,114)

Color info

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

RGB color model

#818672 color RGB value is (129,134,114).

  • red value is 129;
  • green value is 134;
  • blue value is 114.
RGB:
(129,134,114)
(51%,53%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 134 of 255 = 53%
B 114 of 255 = 45%

129
134
114

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 114 = 377 (100%)
R 129 of 377 ~ 34.22%
G 134 of 377 ~ 35.54%
B 114 of 377 ~ 30.24%

%34.22
%35.54
%30.24

CMYK color model

#818672 color CMYK value is (4,0,15,47).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 47.45%
CMYK:
(4,0,15,47)
C4M0Y15K47 
(4%,0%,15%,47%)
(0.04/0.00/0.15/0.47)	

CMYK percentages

%3.73
%0
%14.93
%47.45

Codes

Color #818672 in popluar color models

818672
RGB129134114
HSL75°8.06%48.63%
HSB/HSV75°14.93%52.55%
CMYK3.73%0.00%14.93%
47.45%

Color #818672 in popluar number systems.

HEX818672
Decimal129134114
Binary10000001100001101110010
Octal201206162

Shades and tints

Shades of #818672

#818672
(129,134,114)
#767A68
(118,122,104)
#6B6E5E
(107,110,94)
#606254
(96,98,84)
#55564A
(85,86,74)
#4A4A40
(74,74,64)
#3F3E36
(63,62,54)
#34322C
(52,50,44)
#292622
(41,38,34)
#1E1A18
(30,26,24)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #818672

#818672
(129,134,114)
#8C917E
(140,145,126)
#979C8A
(151,156,138)
#A2A796
(162,167,150)
#ADB2A2
(173,178,162)
#B8BDAE
(184,189,174)
#C3C8BA
(195,200,186)
#CED3C6
(206,211,198)
#D9DED2
(217,222,210)
#E4E9DE
(228,233,222)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818672 color. Also use rgb(129,134,114) instead hex code.

Text Font Color

.myTextColor { color: #818672; }

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

This text font color is #818672.


Background Color

.myBgColor { background-color: #818672; }

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

This div background color is #818672.


Border color

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

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

This div border color is #818672.


Opacity

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

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

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

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

This text has shadow with #818672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818672 on black background.


Color preview on white background

This text has color #818672 on white background.



Black color preview on #818672 background

This text has black color on #818672 background.


White color preview on #818672 background

This text has white color on #818672 background.