COLOR #868809

HEX: #868809
RGB: (134,136,9)

Color info

#868809 contains mainly red and green colors. Web safe color of #868809 is #999900 (or #990).

RGB color model

#868809 color RGB value is (134,136,9).

  • red value is 134;
  • green value is 136;
  • blue value is 9.
RGB:
(134,136,9)
(53%,53%,4%)

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 9 of 255 = 4%

134
136
9

R + G + B ~ 37%. #868809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 9 = 279 (100%)
R 134 of 279 ~ 48.03%
G 136 of 279 ~ 48.75%
B 9 of 279 ~ 3.23%

%48.03
%48.75

CMYK color model

#868809 color CMYK value is (1,0,93,47).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 93.38%
  • key color value is 46.67%
CMYK:
(1,0,93,47)
C1M0Y93K47 
(1%,0%,93%,47%)
(0.01/0.00/0.93/0.47)	

CMYK percentages

%1.47
%0
%93.38
%46.67

Codes

Color #868809 in popluar color models

868809
RGB1341369
HSL61°87.59%28.43%
HSB/HSV61°93.38%53.33%
CMYK1.47%0.00%93.38%
46.67%

Color #868809 in popluar number systems.

HEX868809
Decimal1341369
Binary10000110100010001001
Octal20621011

Shades and tints

Shades of #868809

#868809
(134,136,9)
#7A7C09
(122,124,9)
#6E7009
(110,112,9)
#626409
(98,100,9)
#565809
(86,88,9)
#4A4C09
(74,76,9)
#3E4009
(62,64,9)
#323409
(50,52,9)
#262809
(38,40,9)
#1A1C09
(26,28,9)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #868809

#868809
(134,136,9)
#91921F
(145,146,31)
#9C9C35
(156,156,53)
#A7A64B
(167,166,75)
#B2B061
(178,176,97)
#BDBA77
(189,186,119)
#C8C48D
(200,196,141)
#D3CEA3
(211,206,163)
#DED8B9
(222,216,185)
#E9E2CF
(233,226,207)
#F4ECE5
(244,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868809 color. Also use rgb(134,136,9) instead hex code.

Text Font Color

.myTextColor { color: #868809; }

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

This text font color is #868809.


Background Color

.myBgColor { background-color: #868809; }

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

This div background color is #868809.


Border color

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

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

This div border color is #868809.


Opacity

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

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

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

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

This text has shadow with #868809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868809 on black background.


Color preview on white background

This text has color #868809 on white background.



Black color preview on #868809 background

This text has black color on #868809 background.


White color preview on #868809 background

This text has white color on #868809 background.