COLOR #818666

HEX: #818666
RGB: (129,134,102)

Color info

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

RGB color model

#818666 color RGB value is (129,134,102).

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

RGB channels and saturation

R 129 of 255 = 51%
G 134 of 255 = 53%
B 102 of 255 = 40%

129
134
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 102 = 365 (100%)
R 129 of 365 ~ 35.34%
G 134 of 365 ~ 36.71%
B 102 of 365 ~ 27.95%

%35.34
%36.71
%27.95

CMYK color model

#818666 color CMYK value is (4,0,24,47).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(4,0,24,47)
C4M0Y24K47 
(4%,0%,24%,47%)
(0.04/0.00/0.24/0.47)	

CMYK percentages

%3.73
%0
%23.88
%47.45

Codes

Color #818666 in popluar color models

818666
RGB129134102
HSL69°13.56%46.27%
HSB/HSV69°23.88%52.55%
CMYK3.73%0.00%23.88%
47.45%

Color #818666 in popluar number systems.

HEX818666
Decimal129134102
Binary10000001100001101100110
Octal201206146

Shades and tints

Shades of #818666

#818666
(129,134,102)
#767A5D
(118,122,93)
#6B6E54
(107,110,84)
#60624B
(96,98,75)
#555642
(85,86,66)
#4A4A39
(74,74,57)
#3F3E30
(63,62,48)
#343227
(52,50,39)
#29261E
(41,38,30)
#1E1A15
(30,26,21)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #818666

#818666
(129,134,102)
#8C9173
(140,145,115)
#979C80
(151,156,128)
#A2A78D
(162,167,141)
#ADB29A
(173,178,154)
#B8BDA7
(184,189,167)
#C3C8B4
(195,200,180)
#CED3C1
(206,211,193)
#D9DECE
(217,222,206)
#E4E9DB
(228,233,219)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818666; }

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

This text font color is #818666.


Background Color

.myBgColor { background-color: #818666; }

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

This div background color is #818666.


Border color

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

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

This div border color is #818666.


Opacity

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

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

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

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

This text has shadow with #818666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818666 on black background.


Color preview on white background

This text has color #818666 on white background.



Black color preview on #818666 background

This text has black color on #818666 background.


White color preview on #818666 background

This text has white color on #818666 background.