COLOR #867581

HEX: #867581
RGB: (134,117,129)

Color info

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

RGB color model

#867581 color RGB value is (134,117,129).

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

RGB channels and saturation

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

134
117
129

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 129 = 380 (100%)
R 134 of 380 ~ 35.26%
G 117 of 380 ~ 30.79%
B 129 of 380 ~ 33.95%

%35.26
%30.79
%33.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(0,13,4,47)
C0M13Y4K47 
(0%,13%,4%,47%)
(0.00/0.13/0.04/0.47)	

CMYK percentages

%0
%12.69
%3.73
%47.45

Codes

Color #867581 in popluar color models

867581
RGB134117129
HSL318°6.77%49.22%
HSB/HSV318°12.69%52.55%
CMYK0.00%12.69%3.73%
47.45%

Color #867581 in popluar number systems.

HEX867581
Decimal134117129
Binary10000110111010110000001
Octal206165201

Shades and tints

Shades of #867581

#867581
(134,117,129)
#7A6B76
(122,107,118)
#6E616B
(110,97,107)
#625760
(98,87,96)
#564D55
(86,77,85)
#4A434A
(74,67,74)
#3E393F
(62,57,63)
#322F34
(50,47,52)
#262529
(38,37,41)
#1A1B1E
(26,27,30)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #867581

#867581
(134,117,129)
#91818C
(145,129,140)
#9C8D97
(156,141,151)
#A799A2
(167,153,162)
#B2A5AD
(178,165,173)
#BDB1B8
(189,177,184)
#C8BDC3
(200,189,195)
#D3C9CE
(211,201,206)
#DED5D9
(222,213,217)
#E9E1E4
(233,225,228)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867581; }

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

This text font color is #867581.


Background Color

.myBgColor { background-color: #867581; }

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

This div background color is #867581.


Border color

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

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

This div border color is #867581.


Opacity

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

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

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

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

This text has shadow with #867581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867581 on black background.


Color preview on white background

This text has color #867581 on white background.



Black color preview on #867581 background

This text has black color on #867581 background.


White color preview on #867581 background

This text has white color on #867581 background.