COLOR #868352

HEX: #868352
RGB: (134,131,82)

Color info

#868352 contains red, green and blue colors in about the same proportion. Web safe color of #868352 is #999966 (or #996).

RGB color model

#868352 color RGB value is (134,131,82).

  • red value is 134;
  • green value is 131;
  • blue value is 82.
RGB:
(134,131,82)
(53%,51%,32%)

RGB channels and saturation

R 134 of 255 = 53%
G 131 of 255 = 51%
B 82 of 255 = 32%

134
131
82

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

Portions of RGB colors in percentages

R + G + B =
134 + 131 + 82 = 347 (100%)
R 134 of 347 ~ 38.62%
G 131 of 347 ~ 37.75%
B 82 of 347 ~ 23.63%

%38.62
%37.75
%23.63

CMYK color model

#868352 color CMYK value is (0,2,39,47).

  • cyan value is 0.00%
  • magenta value is 2.24%
  • yellow value is 38.81%
  • key color value is 47.45%
CMYK:
(0,2,39,47)
C0M2Y39K47 
(0%,2%,39%,47%)
(0.00/0.02/0.39/0.47)	

CMYK percentages

%0
%2.24
%38.81
%47.45

Codes

Color #868352 in popluar color models

868352
RGB13413182
HSL57°24.07%42.35%
HSB/HSV57°38.81%52.55%
CMYK0.00%2.24%38.81%
47.45%

Color #868352 in popluar number systems.

HEX868352
Decimal13413182
Binary10000110100000111010010
Octal206203122

Shades and tints

Shades of #868352

#868352
(134,131,82)
#7A784B
(122,120,75)
#6E6D44
(110,109,68)
#62623D
(98,98,61)
#565736
(86,87,54)
#4A4C2F
(74,76,47)
#3E4128
(62,65,40)
#323621
(50,54,33)
#262B1A
(38,43,26)
#1A2013
(26,32,19)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #868352

#868352
(134,131,82)
#918E61
(145,142,97)
#9C9970
(156,153,112)
#A7A47F
(167,164,127)
#B2AF8E
(178,175,142)
#BDBA9D
(189,186,157)
#C8C5AC
(200,197,172)
#D3D0BB
(211,208,187)
#DEDBCA
(222,219,202)
#E9E6D9
(233,230,217)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868352 color. Also use rgb(134,131,82) instead hex code.

Text Font Color

.myTextColor { color: #868352; }

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

This text font color is #868352.


Background Color

.myBgColor { background-color: #868352; }

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

This div background color is #868352.


Border color

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

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

This div border color is #868352.


Opacity

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

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

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

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

This text has shadow with #868352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868352 on black background.


Color preview on white background

This text has color #868352 on white background.



Black color preview on #868352 background

This text has black color on #868352 background.


White color preview on #868352 background

This text has white color on #868352 background.