COLOR #816675

HEX: #816675
RGB: (129,102,117)

Color info

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

RGB color model

#816675 color RGB value is (129,102,117).

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

RGB channels and saturation

R 129 of 255 = 51%
G 102 of 255 = 40%
B 117 of 255 = 46%

129
102
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 102 + 117 = 348 (100%)
R 129 of 348 ~ 37.07%
G 102 of 348 ~ 29.31%
B 117 of 348 ~ 33.62%

%37.07
%29.31
%33.62

CMYK color model

#816675 color CMYK value is (0,21,9,49).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(0,21,9,49)
C0M21Y9K49 
(0%,21%,9%,49%)
(0.00/0.21/0.09/0.49)	

CMYK percentages

%0
%20.93
%9.3
%49.41

Codes

Color #816675 in popluar color models

816675
RGB129102117
HSL327°11.69%45.29%
HSB/HSV327°20.93%50.59%
CMYK0.00%20.93%9.30%
49.41%

Color #816675 in popluar number systems.

HEX816675
Decimal129102117
Binary1000000111001101110101
Octal201146165

Shades and tints

Shades of #816675

#816675
(129,102,117)
#765D6B
(118,93,107)
#6B5461
(107,84,97)
#604B57
(96,75,87)
#55424D
(85,66,77)
#4A3943
(74,57,67)
#3F3039
(63,48,57)
#34272F
(52,39,47)
#291E25
(41,30,37)
#1E151B
(30,21,27)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #816675

#816675
(129,102,117)
#8C7381
(140,115,129)
#97808D
(151,128,141)
#A28D99
(162,141,153)
#AD9AA5
(173,154,165)
#B8A7B1
(184,167,177)
#C3B4BD
(195,180,189)
#CEC1C9
(206,193,201)
#D9CED5
(217,206,213)
#E4DBE1
(228,219,225)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816675; }

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

This text font color is #816675.


Background Color

.myBgColor { background-color: #816675; }

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

This div background color is #816675.


Border color

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

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

This div border color is #816675.


Opacity

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

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

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

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

This text has shadow with #816675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816675 on black background.


Color preview on white background

This text has color #816675 on white background.



Black color preview on #816675 background

This text has black color on #816675 background.


White color preview on #816675 background

This text has white color on #816675 background.