COLOR #867585

HEX: #867585
RGB: (134,117,133)

Color info

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

RGB color model

#867585 color RGB value is (134,117,133).

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

RGB channels and saturation

R 134 of 255 = 53%
G 117 of 255 = 46%
B 133 of 255 = 52%

134
117
133

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 133 = 384 (100%)
R 134 of 384 ~ 34.9%
G 117 of 384 ~ 30.47%
B 133 of 384 ~ 34.64%

%34.9
%30.47
%34.64

CMYK color model

#867585 color CMYK value is (0,13,1,47).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK:
(0,13,1,47)
C0M13Y1K47 
(0%,13%,1%,47%)
(0.00/0.13/0.01/0.47)	

CMYK percentages

%0
%12.69
%0.75
%47.45

Codes

Color #867585 in popluar color models

867585
RGB134117133
HSL304°6.77%49.22%
HSB/HSV304°12.69%52.55%
CMYK0.00%12.69%0.75%
47.45%

Color #867585 in popluar number systems.

HEX867585
Decimal134117133
Binary10000110111010110000101
Octal206165205

Shades and tints

Shades of #867585

#867585
(134,117,133)
#7A6B79
(122,107,121)
#6E616D
(110,97,109)
#625761
(98,87,97)
#564D55
(86,77,85)
#4A4349
(74,67,73)
#3E393D
(62,57,61)
#322F31
(50,47,49)
#262525
(38,37,37)
#1A1B19
(26,27,25)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #867585

#867585
(134,117,133)
#918190
(145,129,144)
#9C8D9B
(156,141,155)
#A799A6
(167,153,166)
#B2A5B1
(178,165,177)
#BDB1BC
(189,177,188)
#C8BDC7
(200,189,199)
#D3C9D2
(211,201,210)
#DED5DD
(222,213,221)
#E9E1E8
(233,225,232)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867585; }

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

This text font color is #867585.


Background Color

.myBgColor { background-color: #867585; }

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

This div background color is #867585.


Border color

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

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

This div border color is #867585.


Opacity

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

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

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

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

This text has shadow with #867585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867585 on black background.


Color preview on white background

This text has color #867585 on white background.



Black color preview on #867585 background

This text has black color on #867585 background.


White color preview on #867585 background

This text has white color on #867585 background.