COLOR #816B75

HEX: #816B75
RGB: (129,107,117)

Color info

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

RGB color model

#816B75 color RGB value is (129,107,117).

  • red value is 129;
  • green value is 107;
  • blue value is 117.
RGB:
(129,107,117)
(51%,42%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 117 of 255 = 46%

129
107
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 107 + 117 = 353 (100%)
R 129 of 353 ~ 36.54%
G 107 of 353 ~ 30.31%
B 117 of 353 ~ 33.14%

%36.54
%30.31
%33.14

CMYK color model

#816B75 color CMYK value is (0,17,9,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(0,17,9,49)
C0M17Y9K49 
(0%,17%,9%,49%)
(0.00/0.17/0.09/0.49)	

CMYK percentages

%0
%17.05
%9.3
%49.41

Codes

Color #816B75 in popluar color models

816B75
RGB129107117
HSL333°9.32%46.27%
HSB/HSV333°17.05%50.59%
CMYK0.00%17.05%9.30%
49.41%

Color #816B75 in popluar number systems.

HEX816B75
Decimal129107117
Binary1000000111010111110101
Octal201153165

Shades and tints

Shades of #816B75

#816B75
(129,107,117)
#76626B
(118,98,107)
#6B5961
(107,89,97)
#605057
(96,80,87)
#55474D
(85,71,77)
#4A3E43
(74,62,67)
#3F3539
(63,53,57)
#342C2F
(52,44,47)
#292325
(41,35,37)
#1E1A1B
(30,26,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #816B75

#816B75
(129,107,117)
#8C7881
(140,120,129)
#97858D
(151,133,141)
#A29299
(162,146,153)
#AD9FA5
(173,159,165)
#B8ACB1
(184,172,177)
#C3B9BD
(195,185,189)
#CEC6C9
(206,198,201)
#D9D3D5
(217,211,213)
#E4E0E1
(228,224,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816B75 color. Also use rgb(129,107,117) instead hex code.

Text Font Color

.myTextColor { color: #816B75; }

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

This text font color is #816B75.


Background Color

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

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

This div background color is #816B75.


Border color

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

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

This div border color is #816B75.


Opacity

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

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

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

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

This text has shadow with #816B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816B75 on black background.


Color preview on white background

This text has color #816B75 on white background.



Black color preview on #816B75 background

This text has black color on #816B75 background.


White color preview on #816B75 background

This text has white color on #816B75 background.