COLOR #867E36

HEX: #867E36
RGB: (134,126,54)

Color info

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

RGB color model

#867E36 color RGB value is (134,126,54).

  • red value is 134;
  • green value is 126;
  • blue value is 54.
RGB:
(134,126,54)
(53%,49%,21%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 54 of 255 = 21%

134
126
54

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

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 54 = 314 (100%)
R 134 of 314 ~ 42.68%
G 126 of 314 ~ 40.13%
B 54 of 314 ~ 17.2%

%42.68
%40.13
%17.2

CMYK color model

#867E36 color CMYK value is (0,6,60,47).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 59.70%
  • key color value is 47.45%
CMYK:
(0,6,60,47)
C0M6Y60K47 
(0%,6%,60%,47%)
(0.00/0.06/0.60/0.47)	

CMYK percentages

%0
%5.97
%59.7
%47.45

Codes

Color #867E36 in popluar color models

867E36
RGB13412654
HSL54°42.55%36.86%
HSB/HSV54°59.70%52.55%
CMYK0.00%5.97%59.70%
47.45%

Color #867E36 in popluar number systems.

HEX867E36
Decimal13412654
Binary100001101111110110110
Octal20617666

Shades and tints

Shades of #867E36

#867E36
(134,126,54)
#7A7332
(122,115,50)
#6E682E
(110,104,46)
#625D2A
(98,93,42)
#565226
(86,82,38)
#4A4722
(74,71,34)
#3E3C1E
(62,60,30)
#32311A
(50,49,26)
#262616
(38,38,22)
#1A1B12
(26,27,18)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #867E36

#867E36
(134,126,54)
#918948
(145,137,72)
#9C945A
(156,148,90)
#A79F6C
(167,159,108)
#B2AA7E
(178,170,126)
#BDB590
(189,181,144)
#C8C0A2
(200,192,162)
#D3CBB4
(211,203,180)
#DED6C6
(222,214,198)
#E9E1D8
(233,225,216)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867E36 color. Also use rgb(134,126,54) instead hex code.

Text Font Color

.myTextColor { color: #867E36; }

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

This text font color is #867E36.


Background Color

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

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

This div background color is #867E36.


Border color

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

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

This div border color is #867E36.


Opacity

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

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

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

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

This text has shadow with #867E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867E36 on black background.


Color preview on white background

This text has color #867E36 on white background.



Black color preview on #867E36 background

This text has black color on #867E36 background.


White color preview on #867E36 background

This text has white color on #867E36 background.