COLOR #818C66

HEX: #818C66
RGB: (129,140,102)

Color info

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

RGB color model

#818C66 color RGB value is (129,140,102).

  • red value is 129;
  • green value is 140;
  • blue value is 102.
RGB:
(129,140,102)
(51%,55%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 102 of 255 = 40%

129
140
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 102 = 371 (100%)
R 129 of 371 ~ 34.77%
G 140 of 371 ~ 37.74%
B 102 of 371 ~ 27.49%

%34.77
%37.74
%27.49

CMYK color model

#818C66 color CMYK value is (8,0,27,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 45.10%
CMYK:
(8,0,27,45)
C8M0Y27K45 
(8%,0%,27%,45%)
(0.08/0.00/0.27/0.45)	

CMYK percentages

%7.86
%0
%27.14
%45.1

Codes

Color #818C66 in popluar color models

818C66
RGB129140102
HSL77°15.70%47.45%
HSB/HSV77°27.14%54.90%
CMYK7.86%0.00%27.14%
45.10%

Color #818C66 in popluar number systems.

HEX818C66
Decimal129140102
Binary10000001100011001100110
Octal201214146

Shades and tints

Shades of #818C66

#818C66
(129,140,102)
#76805D
(118,128,93)
#6B7454
(107,116,84)
#60684B
(96,104,75)
#555C42
(85,92,66)
#4A5039
(74,80,57)
#3F4430
(63,68,48)
#343827
(52,56,39)
#292C1E
(41,44,30)
#1E2015
(30,32,21)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #818C66

#818C66
(129,140,102)
#8C9673
(140,150,115)
#97A080
(151,160,128)
#A2AA8D
(162,170,141)
#ADB49A
(173,180,154)
#B8BEA7
(184,190,167)
#C3C8B4
(195,200,180)
#CED2C1
(206,210,193)
#D9DCCE
(217,220,206)
#E4E6DB
(228,230,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818C66 color. Also use rgb(129,140,102) instead hex code.

Text Font Color

.myTextColor { color: #818C66; }

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

This text font color is #818C66.


Background Color

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

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

This div background color is #818C66.


Border color

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

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

This div border color is #818C66.


Opacity

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

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

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

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

This text has shadow with #818C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C66 on black background.


Color preview on white background

This text has color #818C66 on white background.



Black color preview on #818C66 background

This text has black color on #818C66 background.


White color preview on #818C66 background

This text has white color on #818C66 background.