COLOR #868042

HEX: #868042
RGB: (134,128,66)

Color info

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

RGB color model

#868042 color RGB value is (134,128,66).

  • red value is 134;
  • green value is 128;
  • blue value is 66.
RGB:
(134,128,66)
(53%,50%,26%)

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 66 of 255 = 26%

134
128
66

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 66 = 328 (100%)
R 134 of 328 ~ 40.85%
G 128 of 328 ~ 39.02%
B 66 of 328 ~ 20.12%

%40.85
%39.02
%20.12

CMYK color model

#868042 color CMYK value is (0,4,51,47).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 50.75%
  • key color value is 47.45%
CMYK:
(0,4,51,47)
C0M4Y51K47 
(0%,4%,51%,47%)
(0.00/0.04/0.51/0.47)	

CMYK percentages

%0
%4.48
%50.75
%47.45

Codes

Color #868042 in popluar color models

868042
RGB13412866
HSL55°34.00%39.22%
HSB/HSV55°50.75%52.55%
CMYK0.00%4.48%50.75%
47.45%

Color #868042 in popluar number systems.

HEX868042
Decimal13412866
Binary10000110100000001000010
Octal206200102

Shades and tints

Shades of #868042

#868042
(134,128,66)
#7A753C
(122,117,60)
#6E6A36
(110,106,54)
#625F30
(98,95,48)
#56542A
(86,84,42)
#4A4924
(74,73,36)
#3E3E1E
(62,62,30)
#323318
(50,51,24)
#262812
(38,40,18)
#1A1D0C
(26,29,12)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #868042

#868042
(134,128,66)
#918B53
(145,139,83)
#9C9664
(156,150,100)
#A7A175
(167,161,117)
#B2AC86
(178,172,134)
#BDB797
(189,183,151)
#C8C2A8
(200,194,168)
#D3CDB9
(211,205,185)
#DED8CA
(222,216,202)
#E9E3DB
(233,227,219)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868042 color. Also use rgb(134,128,66) instead hex code.

Text Font Color

.myTextColor { color: #868042; }

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

This text font color is #868042.


Background Color

.myBgColor { background-color: #868042; }

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

This div background color is #868042.


Border color

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

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

This div border color is #868042.


Opacity

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

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

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

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

This text has shadow with #868042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868042 on black background.


Color preview on white background

This text has color #868042 on white background.



Black color preview on #868042 background

This text has black color on #868042 background.


White color preview on #868042 background

This text has white color on #868042 background.