COLOR #867588

HEX: #867588
RGB: (134,117,136)

Color info

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

RGB color model

#867588 color RGB value is (134,117,136).

  • red value is 134;
  • green value is 117;
  • blue value is 136.
RGB:
(134,117,136)
(53%,46%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 117 of 255 = 46%
B 136 of 255 = 53%

134
117
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 136 = 387 (100%)
R 134 of 387 ~ 34.63%
G 117 of 387 ~ 30.23%
B 136 of 387 ~ 35.14%

%34.63
%30.23
%35.14

CMYK color model

#867588 color CMYK value is (1,14,0,47).

  • cyan value is 1.47%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,14,0,47)
C1M14Y0K47 
(1%,14%,0%,47%)
(0.01/0.14/0.00/0.47)	

CMYK percentages

%1.47
%13.97
%0
%46.67

Codes

Color #867588 in popluar color models

867588
RGB134117136
HSL294°7.51%49.61%
HSB/HSV294°13.97%53.33%
CMYK1.47%13.97%0.00%
46.67%

Color #867588 in popluar number systems.

HEX867588
Decimal134117136
Binary10000110111010110001000
Octal206165210

Shades and tints

Shades of #867588

#867588
(134,117,136)
#7A6B7C
(122,107,124)
#6E6170
(110,97,112)
#625764
(98,87,100)
#564D58
(86,77,88)
#4A434C
(74,67,76)
#3E3940
(62,57,64)
#322F34
(50,47,52)
#262528
(38,37,40)
#1A1B1C
(26,27,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #867588

#867588
(134,117,136)
#918192
(145,129,146)
#9C8D9C
(156,141,156)
#A799A6
(167,153,166)
#B2A5B0
(178,165,176)
#BDB1BA
(189,177,186)
#C8BDC4
(200,189,196)
#D3C9CE
(211,201,206)
#DED5D8
(222,213,216)
#E9E1E2
(233,225,226)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867588; }

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

This text font color is #867588.


Background Color

.myBgColor { background-color: #867588; }

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

This div background color is #867588.


Border color

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

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

This div border color is #867588.


Opacity

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

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

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

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

This text has shadow with #867588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867588 on black background.


Color preview on white background

This text has color #867588 on white background.



Black color preview on #867588 background

This text has black color on #867588 background.


White color preview on #867588 background

This text has white color on #867588 background.