COLOR #867858

HEX: #867858
RGB: (134,120,88)

Color info

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

RGB color model

#867858 color RGB value is (134,120,88).

  • red value is 134;
  • green value is 120;
  • blue value is 88.
RGB:
(134,120,88)
(53%,47%,35%)

RGB channels and saturation

R 134 of 255 = 53%
G 120 of 255 = 47%
B 88 of 255 = 35%

134
120
88

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

Portions of RGB colors in percentages

R + G + B =
134 + 120 + 88 = 342 (100%)
R 134 of 342 ~ 39.18%
G 120 of 342 ~ 35.09%
B 88 of 342 ~ 25.73%

%39.18
%35.09
%25.73

CMYK color model

#867858 color CMYK value is (0,10,34,47).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 34.33%
  • key color value is 47.45%
CMYK:
(0,10,34,47)
C0M10Y34K47 
(0%,10%,34%,47%)
(0.00/0.10/0.34/0.47)	

CMYK percentages

%0
%10.45
%34.33
%47.45

Codes

Color #867858 in popluar color models

867858
RGB13412088
HSL42°20.72%43.53%
HSB/HSV42°34.33%52.55%
CMYK0.00%10.45%34.33%
47.45%

Color #867858 in popluar number systems.

HEX867858
Decimal13412088
Binary1000011011110001011000
Octal206170130

Shades and tints

Shades of #867858

#867858
(134,120,88)
#7A6E50
(122,110,80)
#6E6448
(110,100,72)
#625A40
(98,90,64)
#565038
(86,80,56)
#4A4630
(74,70,48)
#3E3C28
(62,60,40)
#323220
(50,50,32)
#262818
(38,40,24)
#1A1E10
(26,30,16)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #867858

#867858
(134,120,88)
#918467
(145,132,103)
#9C9076
(156,144,118)
#A79C85
(167,156,133)
#B2A894
(178,168,148)
#BDB4A3
(189,180,163)
#C8C0B2
(200,192,178)
#D3CCC1
(211,204,193)
#DED8D0
(222,216,208)
#E9E4DF
(233,228,223)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867858 color. Also use rgb(134,120,88) instead hex code.

Text Font Color

.myTextColor { color: #867858; }

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

This text font color is #867858.


Background Color

.myBgColor { background-color: #867858; }

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

This div background color is #867858.


Border color

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

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

This div border color is #867858.


Opacity

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

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

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

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

This text has shadow with #867858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867858 on black background.


Color preview on white background

This text has color #867858 on white background.



Black color preview on #867858 background

This text has black color on #867858 background.


White color preview on #867858 background

This text has white color on #867858 background.