COLOR #867D55

HEX: #867D55
RGB: (134,125,85)

Color info

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

RGB color model

#867D55 color RGB value is (134,125,85).

  • red value is 134;
  • green value is 125;
  • blue value is 85.
RGB:
(134,125,85)
(53%,49%,33%)

RGB channels and saturation

R 134 of 255 = 53%
G 125 of 255 = 49%
B 85 of 255 = 33%

134
125
85

R + G + B ~ 45%. #867D55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 125 + 85 = 344 (100%)
R 134 of 344 ~ 38.95%
G 125 of 344 ~ 36.34%
B 85 of 344 ~ 24.71%

%38.95
%36.34
%24.71

CMYK color model

#867D55 color CMYK value is (0,7,37,47).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 36.57%
  • key color value is 47.45%
CMYK:
(0,7,37,47)
C0M7Y37K47 
(0%,7%,37%,47%)
(0.00/0.07/0.37/0.47)	

CMYK percentages

%0
%6.72
%36.57
%47.45

Codes

Color #867D55 in popluar color models

867D55
RGB13412585
HSL49°22.37%42.94%
HSB/HSV49°36.57%52.55%
CMYK0.00%6.72%36.57%
47.45%

Color #867D55 in popluar number systems.

HEX867D55
Decimal13412585
Binary1000011011111011010101
Octal206175125

Shades and tints

Shades of #867D55

#867D55
(134,125,85)
#7A724E
(122,114,78)
#6E6747
(110,103,71)
#625C40
(98,92,64)
#565139
(86,81,57)
#4A4632
(74,70,50)
#3E3B2B
(62,59,43)
#323024
(50,48,36)
#26251D
(38,37,29)
#1A1A16
(26,26,22)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #867D55

#867D55
(134,125,85)
#918864
(145,136,100)
#9C9373
(156,147,115)
#A79E82
(167,158,130)
#B2A991
(178,169,145)
#BDB4A0
(189,180,160)
#C8BFAF
(200,191,175)
#D3CABE
(211,202,190)
#DED5CD
(222,213,205)
#E9E0DC
(233,224,220)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867D55 color. Also use rgb(134,125,85) instead hex code.

Text Font Color

.myTextColor { color: #867D55; }

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

This text font color is #867D55.


Background Color

.myBgColor { background-color: #867D55; }

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

This div background color is #867D55.


Border color

.myBorderColor { border: 1px solid #867D55; }

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

This div border color is #867D55.


Opacity

.myOpacity80 { color: #867D55; opacity: 0.8; }

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

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

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

This text has shadow with #867D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867D55 on black background.


Color preview on white background

This text has color #867D55 on white background.



Black color preview on #867D55 background

This text has black color on #867D55 background.


White color preview on #867D55 background

This text has white color on #867D55 background.