COLOR #818566

HEX: #818566
RGB: (129,133,102)

Color info

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

RGB color model

#818566 color RGB value is (129,133,102).

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

RGB channels and saturation

R 129 of 255 = 51%
G 133 of 255 = 52%
B 102 of 255 = 40%

129
133
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 133 + 102 = 364 (100%)
R 129 of 364 ~ 35.44%
G 133 of 364 ~ 36.54%
B 102 of 364 ~ 28.02%

%35.44
%36.54
%28.02

CMYK color model

#818566 color CMYK value is (3,0,23,48).

  • cyan value is 3.01%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 47.84%
CMYK:
(3,0,23,48)
C3M0Y23K48 
(3%,0%,23%,48%)
(0.03/0.00/0.23/0.48)	

CMYK percentages

%3.01
%0
%23.31
%47.84

Codes

Color #818566 in popluar color models

818566
RGB129133102
HSL68°13.19%46.08%
HSB/HSV68°23.31%52.16%
CMYK3.01%0.00%23.31%
47.84%

Color #818566 in popluar number systems.

HEX818566
Decimal129133102
Binary10000001100001011100110
Octal201205146

Shades and tints

Shades of #818566

#818566
(129,133,102)
#76795D
(118,121,93)
#6B6D54
(107,109,84)
#60614B
(96,97,75)
#555542
(85,85,66)
#4A4939
(74,73,57)
#3F3D30
(63,61,48)
#343127
(52,49,39)
#29251E
(41,37,30)
#1E1915
(30,25,21)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #818566

#818566
(129,133,102)
#8C9073
(140,144,115)
#979B80
(151,155,128)
#A2A68D
(162,166,141)
#ADB19A
(173,177,154)
#B8BCA7
(184,188,167)
#C3C7B4
(195,199,180)
#CED2C1
(206,210,193)
#D9DDCE
(217,221,206)
#E4E8DB
(228,232,219)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818566; }

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

This text font color is #818566.


Background Color

.myBgColor { background-color: #818566; }

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

This div background color is #818566.


Border color

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

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

This div border color is #818566.


Opacity

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

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

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

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

This text has shadow with #818566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818566 on black background.


Color preview on white background

This text has color #818566 on white background.



Black color preview on #818566 background

This text has black color on #818566 background.


White color preview on #818566 background

This text has white color on #818566 background.