COLOR #816566

HEX: #816566
RGB: (129,101,102)

Color info

#816566 contains red, green and blue colors in about the same proportion. Web safe color of #816566 is #996666 (or #966).

RGB color model

#816566 color RGB value is (129,101,102).

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

RGB channels and saturation

R 129 of 255 = 51%
G 101 of 255 = 40%
B 102 of 255 = 40%

129
101
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 101 + 102 = 332 (100%)
R 129 of 332 ~ 38.86%
G 101 of 332 ~ 30.42%
B 102 of 332 ~ 30.72%

%38.86
%30.42
%30.72

CMYK color model

#816566 color CMYK value is (0,22,21,49).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(0,22,21,49)
C0M22Y21K49 
(0%,22%,21%,49%)
(0.00/0.22/0.21/0.49)	

CMYK percentages

%0
%21.71
%20.93
%49.41

Codes

Color #816566 in popluar color models

816566
RGB129101102
HSL358°12.17%45.10%
HSB/HSV358°21.71%50.59%
CMYK0.00%21.71%20.93%
49.41%

Color #816566 in popluar number systems.

HEX816566
Decimal129101102
Binary1000000111001011100110
Octal201145146

Shades and tints

Shades of #816566

#816566
(129,101,102)
#765C5D
(118,92,93)
#6B5354
(107,83,84)
#604A4B
(96,74,75)
#554142
(85,65,66)
#4A3839
(74,56,57)
#3F2F30
(63,47,48)
#342627
(52,38,39)
#291D1E
(41,29,30)
#1E1415
(30,20,21)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #816566

#816566
(129,101,102)
#8C7373
(140,115,115)
#978180
(151,129,128)
#A28F8D
(162,143,141)
#AD9D9A
(173,157,154)
#B8ABA7
(184,171,167)
#C3B9B4
(195,185,180)
#CEC7C1
(206,199,193)
#D9D5CE
(217,213,206)
#E4E3DB
(228,227,219)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816566; }

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

This text font color is #816566.


Background Color

.myBgColor { background-color: #816566; }

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

This div background color is #816566.


Border color

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

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

This div border color is #816566.


Opacity

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

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

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

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

This text has shadow with #816566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816566 on black background.


Color preview on white background

This text has color #816566 on white background.



Black color preview on #816566 background

This text has black color on #816566 background.


White color preview on #816566 background

This text has white color on #816566 background.