COLOR #867754

HEX: #867754
RGB: (134,119,84)

Color info

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

RGB color model

#867754 color RGB value is (134,119,84).

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

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 84 of 255 = 33%

134
119
84

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

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 84 = 337 (100%)
R 134 of 337 ~ 39.76%
G 119 of 337 ~ 35.31%
B 84 of 337 ~ 24.93%

%39.76
%35.31
%24.93

CMYK color model

#867754 color CMYK value is (0,11,37,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 37.31%
  • key color value is 47.45%
CMYK:
(0,11,37,47)
C0M11Y37K47 
(0%,11%,37%,47%)
(0.00/0.11/0.37/0.47)	

CMYK percentages

%0
%11.19
%37.31
%47.45

Codes

Color #867754 in popluar color models

867754
RGB13411984
HSL42°22.94%42.75%
HSB/HSV42°37.31%52.55%
CMYK0.00%11.19%37.31%
47.45%

Color #867754 in popluar number systems.

HEX867754
Decimal13411984
Binary1000011011101111010100
Octal206167124

Shades and tints

Shades of #867754

#867754
(134,119,84)
#7A6D4D
(122,109,77)
#6E6346
(110,99,70)
#62593F
(98,89,63)
#564F38
(86,79,56)
#4A4531
(74,69,49)
#3E3B2A
(62,59,42)
#323123
(50,49,35)
#26271C
(38,39,28)
#1A1D15
(26,29,21)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #867754

#867754
(134,119,84)
#918363
(145,131,99)
#9C8F72
(156,143,114)
#A79B81
(167,155,129)
#B2A790
(178,167,144)
#BDB39F
(189,179,159)
#C8BFAE
(200,191,174)
#D3CBBD
(211,203,189)
#DED7CC
(222,215,204)
#E9E3DB
(233,227,219)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867754; }

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

This text font color is #867754.


Background Color

.myBgColor { background-color: #867754; }

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

This div background color is #867754.


Border color

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

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

This div border color is #867754.


Opacity

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

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

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

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

This text has shadow with #867754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867754 on black background.


Color preview on white background

This text has color #867754 on white background.



Black color preview on #867754 background

This text has black color on #867754 background.


White color preview on #867754 background

This text has white color on #867754 background.