COLOR #865A08

HEX: #865A08
RGB: (134,90,8)

Color info

#865A08 contains mainly red and green colors. Web safe color of #865A08 is #996600 (or #960).

RGB color model

#865A08 color RGB value is (134,90,8).

  • red value is 134;
  • green value is 90;
  • blue value is 8.
RGB:
(134,90,8)
(53%,35%,3%)

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 8 of 255 = 3%

134
90
8

R + G + B ~ 30%. #865A08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 8 = 232 (100%)
R 134 of 232 ~ 57.76%
G 90 of 232 ~ 38.79%
B 8 of 232 ~ 3.45%

%57.76
%38.79

CMYK color model

#865A08 color CMYK value is (0,33,94,47).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 94.03%
  • key color value is 47.45%
CMYK:
(0,33,94,47)
C0M33Y94K47 
(0%,33%,94%,47%)
(0.00/0.33/0.94/0.47)	

CMYK percentages

%0
%32.84
%94.03
%47.45

Codes

Color #865A08 in popluar color models

865A08
RGB134908
HSL39°88.73%27.84%
HSB/HSV39°94.03%52.55%
CMYK0.00%32.84%94.03%
47.45%

Color #865A08 in popluar number systems.

HEX865A08
Decimal134908
Binary1000011010110101000
Octal20613210

Shades and tints

Shades of #865A08

#865A08
(134,90,8)
#7A5208
(122,82,8)
#6E4A08
(110,74,8)
#624208
(98,66,8)
#563A08
(86,58,8)
#4A3208
(74,50,8)
#3E2A08
(62,42,8)
#322208
(50,34,8)
#261A08
(38,26,8)
#1A1208
(26,18,8)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #865A08

#865A08
(134,90,8)
#91691E
(145,105,30)
#9C7834
(156,120,52)
#A7874A
(167,135,74)
#B29660
(178,150,96)
#BDA576
(189,165,118)
#C8B48C
(200,180,140)
#D3C3A2
(211,195,162)
#DED2B8
(222,210,184)
#E9E1CE
(233,225,206)
#F4F0E4
(244,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865A08 color. Also use rgb(134,90,8) instead hex code.

Text Font Color

.myTextColor { color: #865A08; }

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

This text font color is #865A08.


Background Color

.myBgColor { background-color: #865A08; }

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

This div background color is #865A08.


Border color

.myBorderColor { border: 1px solid #865A08; }

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

This div border color is #865A08.


Opacity

.myOpacity80 { color: #865A08; opacity: 0.8; }

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

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

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

This text has shadow with #865A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A08 on black background.


Color preview on white background

This text has color #865A08 on white background.



Black color preview on #865A08 background

This text has black color on #865A08 background.


White color preview on #865A08 background

This text has white color on #865A08 background.