COLOR #817B81

HEX: #817B81
RGB: (129,123,129)

Color info

#817B81 contains red, green and blue colors in about the same proportion. Web safe color of #817B81 is #996699 (or #969).

RGB color model

#817B81 color RGB value is (129,123,129).

  • red value is 129;
  • green value is 123;
  • blue value is 129.
RGB:
(129,123,129)
(51%,48%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 123 of 255 = 48%
B 129 of 255 = 51%

129
123
129

R + G + B ~ 50%. #817B81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 123 + 129 = 381 (100%)
R 129 of 381 ~ 33.86%
G 123 of 381 ~ 32.28%
B 129 of 381 ~ 33.86%

%33.86
%32.28
%33.86

CMYK color model

#817B81 color CMYK value is (0,5,0,49).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(0,5,0,49)
C0M5Y0K49 
(0%,5%,0%,49%)
(0.00/0.05/0.00/0.49)	

CMYK percentages

%0
%4.65
%0
%49.41

Codes

Color #817B81 in popluar color models

817B81
RGB129123129
HSL300°2.38%49.41%
HSB/HSV300°4.65%50.59%
CMYK0.00%4.65%0.00%
49.41%

Color #817B81 in popluar number systems.

HEX817B81
Decimal129123129
Binary10000001111101110000001
Octal201173201

Shades and tints

Shades of #817B81

#817B81
(129,123,129)
#767076
(118,112,118)
#6B656B
(107,101,107)
#605A60
(96,90,96)
#554F55
(85,79,85)
#4A444A
(74,68,74)
#3F393F
(63,57,63)
#342E34
(52,46,52)
#292329
(41,35,41)
#1E181E
(30,24,30)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #817B81

#817B81
(129,123,129)
#8C878C
(140,135,140)
#979397
(151,147,151)
#A29FA2
(162,159,162)
#ADABAD
(173,171,173)
#B8B7B8
(184,183,184)
#C3C3C3
(195,195,195)
#CECFCE
(206,207,206)
#D9DBD9
(217,219,217)
#E4E7E4
(228,231,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817B81 color. Also use rgb(129,123,129) instead hex code.

Text Font Color

.myTextColor { color: #817B81; }

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

This text font color is #817B81.


Background Color

.myBgColor { background-color: #817B81; }

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

This div background color is #817B81.


Border color

.myBorderColor { border: 1px solid #817B81; }

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

This div border color is #817B81.


Opacity

.myOpacity80 { color: #817B81; opacity: 0.8; }

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

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

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

This text has shadow with #817B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817B81 on black background.


Color preview on white background

This text has color #817B81 on white background.



Black color preview on #817B81 background

This text has black color on #817B81 background.


White color preview on #817B81 background

This text has white color on #817B81 background.