COLOR #867237

HEX: #867237
RGB: (134,114,55)

Color info

#867237 contains mainly red and green colors. Web safe color of #867237 is #996633 (or #963).

RGB color model

#867237 color RGB value is (134,114,55).

  • red value is 134;
  • green value is 114;
  • blue value is 55.
RGB:
(134,114,55)
(53%,45%,22%)

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 55 of 255 = 22%

134
114
55

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

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 55 = 303 (100%)
R 134 of 303 ~ 44.22%
G 114 of 303 ~ 37.62%
B 55 of 303 ~ 18.15%

%44.22
%37.62
%18.15

CMYK color model

#867237 color CMYK value is (0,15,59,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 58.96%
  • key color value is 47.45%
CMYK:
(0,15,59,47)
C0M15Y59K47 
(0%,15%,59%,47%)
(0.00/0.15/0.59/0.47)	

CMYK percentages

%0
%14.93
%58.96
%47.45

Codes

Color #867237 in popluar color models

867237
RGB13411455
HSL45°41.80%37.06%
HSB/HSV45°58.96%52.55%
CMYK0.00%14.93%58.96%
47.45%

Color #867237 in popluar number systems.

HEX867237
Decimal13411455
Binary100001101110010110111
Octal20616267

Shades and tints

Shades of #867237

#867237
(134,114,55)
#7A6832
(122,104,50)
#6E5E2D
(110,94,45)
#625428
(98,84,40)
#564A23
(86,74,35)
#4A401E
(74,64,30)
#3E3619
(62,54,25)
#322C14
(50,44,20)
#26220F
(38,34,15)
#1A180A
(26,24,10)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #867237

#867237
(134,114,55)
#917E49
(145,126,73)
#9C8A5B
(156,138,91)
#A7966D
(167,150,109)
#B2A27F
(178,162,127)
#BDAE91
(189,174,145)
#C8BAA3
(200,186,163)
#D3C6B5
(211,198,181)
#DED2C7
(222,210,199)
#E9DED9
(233,222,217)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867237 color. Also use rgb(134,114,55) instead hex code.

Text Font Color

.myTextColor { color: #867237; }

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

This text font color is #867237.


Background Color

.myBgColor { background-color: #867237; }

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

This div background color is #867237.


Border color

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

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

This div border color is #867237.


Opacity

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

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

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

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

This text has shadow with #867237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867237 on black background.


Color preview on white background

This text has color #867237 on white background.



Black color preview on #867237 background

This text has black color on #867237 background.


White color preview on #867237 background

This text has white color on #867237 background.