COLOR #868332

HEX: #868332
RGB: (134,131,50)

Color info

#868332 contains mainly red and green colors. Web safe color of #868332 is #999933 (or #993).

RGB color model

#868332 color RGB value is (134,131,50).

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

RGB channels and saturation

R 134 of 255 = 53%
G 131 of 255 = 51%
B 50 of 255 = 20%

134
131
50

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

Portions of RGB colors in percentages

R + G + B =
134 + 131 + 50 = 315 (100%)
R 134 of 315 ~ 42.54%
G 131 of 315 ~ 41.59%
B 50 of 315 ~ 15.87%

%42.54
%41.59
%15.87

CMYK color model

#868332 color CMYK value is (0,2,63,47).

  • cyan value is 0.00%
  • magenta value is 2.24%
  • yellow value is 62.69%
  • key color value is 47.45%
CMYK:
(0,2,63,47)
C0M2Y63K47 
(0%,2%,63%,47%)
(0.00/0.02/0.63/0.47)	

CMYK percentages

%0
%2.24
%62.69
%47.45

Codes

Color #868332 in popluar color models

868332
RGB13413150
HSL58°45.65%36.08%
HSB/HSV58°62.69%52.55%
CMYK0.00%2.24%62.69%
47.45%

Color #868332 in popluar number systems.

HEX868332
Decimal13413150
Binary1000011010000011110010
Octal20620362

Shades and tints

Shades of #868332

#868332
(134,131,50)
#7A782E
(122,120,46)
#6E6D2A
(110,109,42)
#626226
(98,98,38)
#565722
(86,87,34)
#4A4C1E
(74,76,30)
#3E411A
(62,65,26)
#323616
(50,54,22)
#262B12
(38,43,18)
#1A200E
(26,32,14)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #868332

#868332
(134,131,50)
#918E44
(145,142,68)
#9C9956
(156,153,86)
#A7A468
(167,164,104)
#B2AF7A
(178,175,122)
#BDBA8C
(189,186,140)
#C8C59E
(200,197,158)
#D3D0B0
(211,208,176)
#DEDBC2
(222,219,194)
#E9E6D4
(233,230,212)
#F4F1E6
(244,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868332; }

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

This text font color is #868332.


Background Color

.myBgColor { background-color: #868332; }

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

This div background color is #868332.


Border color

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

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

This div border color is #868332.


Opacity

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

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

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

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

This text has shadow with #868332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868332 on black background.


Color preview on white background

This text has color #868332 on white background.



Black color preview on #868332 background

This text has black color on #868332 background.


White color preview on #868332 background

This text has white color on #868332 background.