COLOR #868240

HEX: #868240
RGB: (134,130,64)

Color info

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

RGB color model

#868240 color RGB value is (134,130,64).

  • red value is 134;
  • green value is 130;
  • blue value is 64.
RGB:
(134,130,64)
(53%,51%,25%)

RGB channels and saturation

R 134 of 255 = 53%
G 130 of 255 = 51%
B 64 of 255 = 25%

134
130
64

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

Portions of RGB colors in percentages

R + G + B =
134 + 130 + 64 = 328 (100%)
R 134 of 328 ~ 40.85%
G 130 of 328 ~ 39.63%
B 64 of 328 ~ 19.51%

%40.85
%39.63
%19.51

CMYK color model

#868240 color CMYK value is (0,3,52,47).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 52.24%
  • key color value is 47.45%
CMYK:
(0,3,52,47)
C0M3Y52K47 
(0%,3%,52%,47%)
(0.00/0.03/0.52/0.47)	

CMYK percentages

%0
%2.99
%52.24
%47.45

Codes

Color #868240 in popluar color models

868240
RGB13413064
HSL57°35.35%38.82%
HSB/HSV57°52.24%52.55%
CMYK0.00%2.99%52.24%
47.45%

Color #868240 in popluar number systems.

HEX868240
Decimal13413064
Binary10000110100000101000000
Octal206202100

Shades and tints

Shades of #868240

#868240
(134,130,64)
#7A773B
(122,119,59)
#6E6C36
(110,108,54)
#626131
(98,97,49)
#56562C
(86,86,44)
#4A4B27
(74,75,39)
#3E4022
(62,64,34)
#32351D
(50,53,29)
#262A18
(38,42,24)
#1A1F13
(26,31,19)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #868240

#868240
(134,130,64)
#918D51
(145,141,81)
#9C9862
(156,152,98)
#A7A373
(167,163,115)
#B2AE84
(178,174,132)
#BDB995
(189,185,149)
#C8C4A6
(200,196,166)
#D3CFB7
(211,207,183)
#DEDAC8
(222,218,200)
#E9E5D9
(233,229,217)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868240 color. Also use rgb(134,130,64) instead hex code.

Text Font Color

.myTextColor { color: #868240; }

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

This text font color is #868240.


Background Color

.myBgColor { background-color: #868240; }

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

This div background color is #868240.


Border color

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

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

This div border color is #868240.


Opacity

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

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

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

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

This text has shadow with #868240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868240 on black background.


Color preview on white background

This text has color #868240 on white background.



Black color preview on #868240 background

This text has black color on #868240 background.


White color preview on #868240 background

This text has white color on #868240 background.