COLOR #867C46

HEX: #867C46
RGB: (134,124,70)

Color info

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

RGB color model

#867C46 color RGB value is (134,124,70).

  • red value is 134;
  • green value is 124;
  • blue value is 70.
RGB:
(134,124,70)
(53%,49%,27%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 70 of 255 = 27%

134
124
70

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

Portions of RGB colors in percentages

R + G + B =
134 + 124 + 70 = 328 (100%)
R 134 of 328 ~ 40.85%
G 124 of 328 ~ 37.8%
B 70 of 328 ~ 21.34%

%40.85
%37.8
%21.34

CMYK color model

#867C46 color CMYK value is (0,7,48,47).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 47.76%
  • key color value is 47.45%
CMYK:
(0,7,48,47)
C0M7Y48K47 
(0%,7%,48%,47%)
(0.00/0.07/0.48/0.47)	

CMYK percentages

%0
%7.46
%47.76
%47.45

Codes

Color #867C46 in popluar color models

867C46
RGB13412470
HSL51°31.37%40.00%
HSB/HSV51°47.76%52.55%
CMYK0.00%7.46%47.76%
47.45%

Color #867C46 in popluar number systems.

HEX867C46
Decimal13412470
Binary1000011011111001000110
Octal206174106

Shades and tints

Shades of #867C46

#867C46
(134,124,70)
#7A7140
(122,113,64)
#6E663A
(110,102,58)
#625B34
(98,91,52)
#56502E
(86,80,46)
#4A4528
(74,69,40)
#3E3A22
(62,58,34)
#322F1C
(50,47,28)
#262416
(38,36,22)
#1A1910
(26,25,16)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #867C46

#867C46
(134,124,70)
#918756
(145,135,86)
#9C9266
(156,146,102)
#A79D76
(167,157,118)
#B2A886
(178,168,134)
#BDB396
(189,179,150)
#C8BEA6
(200,190,166)
#D3C9B6
(211,201,182)
#DED4C6
(222,212,198)
#E9DFD6
(233,223,214)
#F4EAE6
(244,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867C46 color. Also use rgb(134,124,70) instead hex code.

Text Font Color

.myTextColor { color: #867C46; }

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

This text font color is #867C46.


Background Color

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

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

This div background color is #867C46.


Border color

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

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

This div border color is #867C46.


Opacity

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

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

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

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

This text has shadow with #867C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867C46 on black background.


Color preview on white background

This text has color #867C46 on white background.



Black color preview on #867C46 background

This text has black color on #867C46 background.


White color preview on #867C46 background

This text has white color on #867C46 background.