COLOR #807587

HEX: #807587
RGB: (128,117,135)

Color info

#807587 contains red, green and blue colors in about the same proportion. Web safe color of #807587 is #666699 (or #669).

RGB color model

#807587 color RGB value is (128,117,135).

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

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 135 of 255 = 53%

128
117
135

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

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 135 = 380 (100%)
R 128 of 380 ~ 33.68%
G 117 of 380 ~ 30.79%
B 135 of 380 ~ 35.53%

%33.68
%30.79
%35.53

CMYK color model

#807587 color CMYK value is (5,13,0,47).

  • cyan value is 5.19%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(5,13,0,47)
C5M13Y0K47 
(5%,13%,0%,47%)
(0.05/0.13/0.00/0.47)	

CMYK percentages

%5.19
%13.33
%0
%47.06

Codes

Color #807587 in popluar color models

807587
RGB128117135
HSL277°7.14%49.41%
HSB/HSV277°13.33%52.94%
CMYK5.19%13.33%0.00%
47.06%

Color #807587 in popluar number systems.

HEX807587
Decimal128117135
Binary10000000111010110000111
Octal200165207

Shades and tints

Shades of #807587

#807587
(128,117,135)
#756B7B
(117,107,123)
#6A616F
(106,97,111)
#5F5763
(95,87,99)
#544D57
(84,77,87)
#49434B
(73,67,75)
#3E393F
(62,57,63)
#332F33
(51,47,51)
#282527
(40,37,39)
#1D1B1B
(29,27,27)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #807587

#807587
(128,117,135)
#8B8191
(139,129,145)
#968D9B
(150,141,155)
#A199A5
(161,153,165)
#ACA5AF
(172,165,175)
#B7B1B9
(183,177,185)
#C2BDC3
(194,189,195)
#CDC9CD
(205,201,205)
#D8D5D7
(216,213,215)
#E3E1E1
(227,225,225)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807587; }

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

This text font color is #807587.


Background Color

.myBgColor { background-color: #807587; }

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

This div background color is #807587.


Border color

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

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

This div border color is #807587.


Opacity

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

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

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

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

This text has shadow with #807587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807587 on black background.


Color preview on white background

This text has color #807587 on white background.



Black color preview on #807587 background

This text has black color on #807587 background.


White color preview on #807587 background

This text has white color on #807587 background.