COLOR #817587

HEX: #817587
RGB: (129,117,135)

Color info

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

RGB color model

#817587 color RGB value is (129,117,135).

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

RGB channels and saturation

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

129
117
135

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 135 = 381 (100%)
R 129 of 381 ~ 33.86%
G 117 of 381 ~ 30.71%
B 135 of 381 ~ 35.43%

%33.86
%30.71
%35.43

CMYK color model

#817587 color CMYK value is (4,13,0,47).

  • cyan value is 4.44%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,13,0,47)
C4M13Y0K47 
(4%,13%,0%,47%)
(0.04/0.13/0.00/0.47)	

CMYK percentages

%4.44
%13.33
%0
%47.06

Codes

Color #817587 in popluar color models

817587
RGB129117135
HSL280°7.14%49.41%
HSB/HSV280°13.33%52.94%
CMYK4.44%13.33%0.00%
47.06%

Color #817587 in popluar number systems.

HEX817587
Decimal129117135
Binary10000001111010110000111
Octal201165207

Shades and tints

Shades of #817587

#817587
(129,117,135)
#766B7B
(118,107,123)
#6B616F
(107,97,111)
#605763
(96,87,99)
#554D57
(85,77,87)
#4A434B
(74,67,75)
#3F393F
(63,57,63)
#342F33
(52,47,51)
#292527
(41,37,39)
#1E1B1B
(30,27,27)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #817587

#817587
(129,117,135)
#8C8191
(140,129,145)
#978D9B
(151,141,155)
#A299A5
(162,153,165)
#ADA5AF
(173,165,175)
#B8B1B9
(184,177,185)
#C3BDC3
(195,189,195)
#CEC9CD
(206,201,205)
#D9D5D7
(217,213,215)
#E4E1E1
(228,225,225)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817587; }

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

This text font color is #817587.


Background Color

.myBgColor { background-color: #817587; }

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

This div background color is #817587.


Border color

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

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

This div border color is #817587.


Opacity

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

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

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

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

This text has shadow with #817587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817587 on black background.


Color preview on white background

This text has color #817587 on white background.



Black color preview on #817587 background

This text has black color on #817587 background.


White color preview on #817587 background

This text has white color on #817587 background.