COLOR #816D68

HEX: #816D68
RGB: (129,109,104)

Color info

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

RGB color model

#816D68 color RGB value is (129,109,104).

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

RGB channels and saturation

R 129 of 255 = 51%
G 109 of 255 = 43%
B 104 of 255 = 41%

129
109
104

R + G + B ~ 45%. #816D68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 109 + 104 = 342 (100%)
R 129 of 342 ~ 37.72%
G 109 of 342 ~ 31.87%
B 104 of 342 ~ 30.41%

%37.72
%31.87
%30.41

CMYK color model

#816D68 color CMYK value is (0,16,19,49).

  • cyan value is 0.00%
  • magenta value is 15.50%
  • yellow value is 19.38%
  • key color value is 49.41%
CMYK:
(0,16,19,49)
C0M16Y19K49 
(0%,16%,19%,49%)
(0.00/0.16/0.19/0.49)	

CMYK percentages

%0
%15.5
%19.38
%49.41

Codes

Color #816D68 in popluar color models

816D68
RGB129109104
HSL12°10.73%45.69%
HSB/HSV12°19.38%50.59%
CMYK0.00%15.50%19.38%
49.41%

Color #816D68 in popluar number systems.

HEX816D68
Decimal129109104
Binary1000000111011011101000
Octal201155150

Shades and tints

Shades of #816D68

#816D68
(129,109,104)
#76645F
(118,100,95)
#6B5B56
(107,91,86)
#60524D
(96,82,77)
#554944
(85,73,68)
#4A403B
(74,64,59)
#3F3732
(63,55,50)
#342E29
(52,46,41)
#292520
(41,37,32)
#1E1C17
(30,28,23)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #816D68

#816D68
(129,109,104)
#8C7A75
(140,122,117)
#978782
(151,135,130)
#A2948F
(162,148,143)
#ADA19C
(173,161,156)
#B8AEA9
(184,174,169)
#C3BBB6
(195,187,182)
#CEC8C3
(206,200,195)
#D9D5D0
(217,213,208)
#E4E2DD
(228,226,221)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816D68; }

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

This text font color is #816D68.


Background Color

.myBgColor { background-color: #816D68; }

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

This div background color is #816D68.


Border color

.myBorderColor { border: 1px solid #816D68; }

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

This div border color is #816D68.


Opacity

.myOpacity80 { color: #816D68; opacity: 0.8; }

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

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

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

This text has shadow with #816D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816D68 on black background.


Color preview on white background

This text has color #816D68 on white background.



Black color preview on #816D68 background

This text has black color on #816D68 background.


White color preview on #816D68 background

This text has white color on #816D68 background.