COLOR #817581

HEX: #817581
RGB: (129,117,129)

Color info

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

RGB color model

#817581 color RGB value is (129,117,129).

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

RGB channels and saturation

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

129
117
129

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 129 = 375 (100%)
R 129 of 375 ~ 34.4%
G 117 of 375 ~ 31.2%
B 129 of 375 ~ 34.4%

%34.4
%31.2
%34.4

CMYK color model

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

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

CMYK percentages

%0
%9.3
%0
%49.41

Codes

Color #817581 in popluar color models

817581
RGB129117129
HSL300°4.88%48.24%
HSB/HSV300°9.30%50.59%
CMYK0.00%9.30%0.00%
49.41%

Color #817581 in popluar number systems.

HEX817581
Decimal129117129
Binary10000001111010110000001
Octal201165201

Shades and tints

Shades of #817581

#817581
(129,117,129)
#766B76
(118,107,118)
#6B616B
(107,97,107)
#605760
(96,87,96)
#554D55
(85,77,85)
#4A434A
(74,67,74)
#3F393F
(63,57,63)
#342F34
(52,47,52)
#292529
(41,37,41)
#1E1B1E
(30,27,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #817581

#817581
(129,117,129)
#8C818C
(140,129,140)
#978D97
(151,141,151)
#A299A2
(162,153,162)
#ADA5AD
(173,165,173)
#B8B1B8
(184,177,184)
#C3BDC3
(195,189,195)
#CEC9CE
(206,201,206)
#D9D5D9
(217,213,217)
#E4E1E4
(228,225,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817581; }

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

This text font color is #817581.


Background Color

.myBgColor { background-color: #817581; }

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

This div background color is #817581.


Border color

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

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

This div border color is #817581.


Opacity

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

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

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

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

This text has shadow with #817581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817581 on black background.


Color preview on white background

This text has color #817581 on white background.



Black color preview on #817581 background

This text has black color on #817581 background.


White color preview on #817581 background

This text has white color on #817581 background.