COLOR #867724

HEX: #867724
RGB: (134,119,36)

Color info

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

RGB color model

#867724 color RGB value is (134,119,36).

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

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 36 of 255 = 14%

134
119
36

R + G + B ~ 38%. #867724 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 36 = 289 (100%)
R 134 of 289 ~ 46.37%
G 119 of 289 ~ 41.18%
B 36 of 289 ~ 12.46%

%46.37
%41.18
%12.46

CMYK color model

#867724 color CMYK value is (0,11,73,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 73.13%
  • key color value is 47.45%
CMYK:
(0,11,73,47)
C0M11Y73K47 
(0%,11%,73%,47%)
(0.00/0.11/0.73/0.47)	

CMYK percentages

%0
%11.19
%73.13
%47.45

Codes

Color #867724 in popluar color models

867724
RGB13411936
HSL51°57.65%33.33%
HSB/HSV51°73.13%52.55%
CMYK0.00%11.19%73.13%
47.45%

Color #867724 in popluar number systems.

HEX867724
Decimal13411936
Binary100001101110111100100
Octal20616744

Shades and tints

Shades of #867724

#867724
(134,119,36)
#7A6D21
(122,109,33)
#6E631E
(110,99,30)
#62591B
(98,89,27)
#564F18
(86,79,24)
#4A4515
(74,69,21)
#3E3B12
(62,59,18)
#32310F
(50,49,15)
#26270C
(38,39,12)
#1A1D09
(26,29,9)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #867724

#867724
(134,119,36)
#918337
(145,131,55)
#9C8F4A
(156,143,74)
#A79B5D
(167,155,93)
#B2A770
(178,167,112)
#BDB383
(189,179,131)
#C8BF96
(200,191,150)
#D3CBA9
(211,203,169)
#DED7BC
(222,215,188)
#E9E3CF
(233,227,207)
#F4EFE2
(244,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867724; }

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

This text font color is #867724.


Background Color

.myBgColor { background-color: #867724; }

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

This div background color is #867724.


Border color

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

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

This div border color is #867724.


Opacity

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

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

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

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

This text has shadow with #867724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867724 on black background.


Color preview on white background

This text has color #867724 on white background.



Black color preview on #867724 background

This text has black color on #867724 background.


White color preview on #867724 background

This text has white color on #867724 background.