COLOR #865A1E

HEX: #865A1E
RGB: (134,90,30)

Color info

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

RGB color model

#865A1E color RGB value is (134,90,30).

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

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 30 of 255 = 12%

134
90
30

R + G + B ~ 33%. #865A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 30 = 254 (100%)
R 134 of 254 ~ 52.76%
G 90 of 254 ~ 35.43%
B 30 of 254 ~ 11.81%

%52.76
%35.43
%11.81

CMYK color model

#865A1E color CMYK value is (0,33,78,47).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 77.61%
  • key color value is 47.45%
CMYK:
(0,33,78,47)
C0M33Y78K47 
(0%,33%,78%,47%)
(0.00/0.33/0.78/0.47)	

CMYK percentages

%0
%32.84
%77.61
%47.45

Codes

Color #865A1E in popluar color models

865A1E
RGB1349030
HSL35°63.41%32.16%
HSB/HSV35°77.61%52.55%
CMYK0.00%32.84%77.61%
47.45%

Color #865A1E in popluar number systems.

HEX865A1E
Decimal1349030
Binary10000110101101011110
Octal20613236

Shades and tints

Shades of #865A1E

#865A1E
(134,90,30)
#7A521C
(122,82,28)
#6E4A1A
(110,74,26)
#624218
(98,66,24)
#563A16
(86,58,22)
#4A3214
(74,50,20)
#3E2A12
(62,42,18)
#322210
(50,34,16)
#261A0E
(38,26,14)
#1A120C
(26,18,12)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #865A1E

#865A1E
(134,90,30)
#916932
(145,105,50)
#9C7846
(156,120,70)
#A7875A
(167,135,90)
#B2966E
(178,150,110)
#BDA582
(189,165,130)
#C8B496
(200,180,150)
#D3C3AA
(211,195,170)
#DED2BE
(222,210,190)
#E9E1D2
(233,225,210)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A1E; }

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

This text font color is #865A1E.


Background Color

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

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

This div background color is #865A1E.


Border color

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

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

This div border color is #865A1E.


Opacity

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

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

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

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

This text has shadow with #865A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A1E on black background.


Color preview on white background

This text has color #865A1E on white background.



Black color preview on #865A1E background

This text has black color on #865A1E background.


White color preview on #865A1E background

This text has white color on #865A1E background.