COLOR #816865

HEX: #816865
RGB: (129,104,101)

Color info

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

RGB color model

#816865 color RGB value is (129,104,101).

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

RGB channels and saturation

R 129 of 255 = 51%
G 104 of 255 = 41%
B 101 of 255 = 40%

129
104
101

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

Portions of RGB colors in percentages

R + G + B =
129 + 104 + 101 = 334 (100%)
R 129 of 334 ~ 38.62%
G 104 of 334 ~ 31.14%
B 101 of 334 ~ 30.24%

%38.62
%31.14
%30.24

CMYK color model

#816865 color CMYK value is (0,19,22,49).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(0,19,22,49)
C0M19Y22K49 
(0%,19%,22%,49%)
(0.00/0.19/0.22/0.49)	

CMYK percentages

%0
%19.38
%21.71
%49.41

Codes

Color #816865 in popluar color models

816865
RGB129104101
HSL12.17%45.10%
HSB/HSV21.71%50.59%
CMYK0.00%19.38%21.71%
49.41%

Color #816865 in popluar number systems.

HEX816865
Decimal129104101
Binary1000000111010001100101
Octal201150145

Shades and tints

Shades of #816865

#816865
(129,104,101)
#765F5C
(118,95,92)
#6B5653
(107,86,83)
#604D4A
(96,77,74)
#554441
(85,68,65)
#4A3B38
(74,59,56)
#3F322F
(63,50,47)
#342926
(52,41,38)
#29201D
(41,32,29)
#1E1714
(30,23,20)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #816865

#816865
(129,104,101)
#8C7573
(140,117,115)
#978281
(151,130,129)
#A28F8F
(162,143,143)
#AD9C9D
(173,156,157)
#B8A9AB
(184,169,171)
#C3B6B9
(195,182,185)
#CEC3C7
(206,195,199)
#D9D0D5
(217,208,213)
#E4DDE3
(228,221,227)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816865; }

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

This text font color is #816865.


Background Color

.myBgColor { background-color: #816865; }

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

This div background color is #816865.


Border color

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

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

This div border color is #816865.


Opacity

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

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

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

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

This text has shadow with #816865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816865 on black background.


Color preview on white background

This text has color #816865 on white background.



Black color preview on #816865 background

This text has black color on #816865 background.


White color preview on #816865 background

This text has white color on #816865 background.