COLOR #867577

HEX: #867577
RGB: (134,117,119)

Color info

#867577 contains red, green and blue colors in about the same proportion. Web safe color of #867577 is #996666 (or #966).

RGB color model

#867577 color RGB value is (134,117,119).

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

RGB channels and saturation

R 134 of 255 = 53%
G 117 of 255 = 46%
B 119 of 255 = 47%

134
117
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 119 = 370 (100%)
R 134 of 370 ~ 36.22%
G 117 of 370 ~ 31.62%
B 119 of 370 ~ 32.16%

%36.22
%31.62
%32.16

CMYK color model

#867577 color CMYK value is (0,13,11,47).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(0,13,11,47)
C0M13Y11K47 
(0%,13%,11%,47%)
(0.00/0.13/0.11/0.47)	

CMYK percentages

%0
%12.69
%11.19
%47.45

Codes

Color #867577 in popluar color models

867577
RGB134117119
HSL353°6.77%49.22%
HSB/HSV353°12.69%52.55%
CMYK0.00%12.69%11.19%
47.45%

Color #867577 in popluar number systems.

HEX867577
Decimal134117119
Binary1000011011101011110111
Octal206165167

Shades and tints

Shades of #867577

#867577
(134,117,119)
#7A6B6D
(122,107,109)
#6E6163
(110,97,99)
#625759
(98,87,89)
#564D4F
(86,77,79)
#4A4345
(74,67,69)
#3E393B
(62,57,59)
#322F31
(50,47,49)
#262527
(38,37,39)
#1A1B1D
(26,27,29)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #867577

#867577
(134,117,119)
#918183
(145,129,131)
#9C8D8F
(156,141,143)
#A7999B
(167,153,155)
#B2A5A7
(178,165,167)
#BDB1B3
(189,177,179)
#C8BDBF
(200,189,191)
#D3C9CB
(211,201,203)
#DED5D7
(222,213,215)
#E9E1E3
(233,225,227)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867577; }

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

This text font color is #867577.


Background Color

.myBgColor { background-color: #867577; }

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

This div background color is #867577.


Border color

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

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

This div border color is #867577.


Opacity

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

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

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

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

This text has shadow with #867577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867577 on black background.


Color preview on white background

This text has color #867577 on white background.



Black color preview on #867577 background

This text has black color on #867577 background.


White color preview on #867577 background

This text has white color on #867577 background.