COLOR #865515

HEX: #865515
RGB: (134,85,21)

Color info

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

RGB color model

#865515 color RGB value is (134,85,21).

  • red value is 134;
  • green value is 85;
  • blue value is 21.
RGB:
(134,85,21)
(53%,33%,8%)

RGB channels and saturation

R 134 of 255 = 53%
G 85 of 255 = 33%
B 21 of 255 = 8%

134
85
21

R + G + B ~ 31%. #865515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 85 + 21 = 240 (100%)
R 134 of 240 ~ 55.83%
G 85 of 240 ~ 35.42%
B 21 of 240 ~ 8.75%

%55.83
%35.42

CMYK color model

#865515 color CMYK value is (0,37,84,47).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 84.33%
  • key color value is 47.45%
CMYK:
(0,37,84,47)
C0M37Y84K47 
(0%,37%,84%,47%)
(0.00/0.37/0.84/0.47)	

CMYK percentages

%0
%36.57
%84.33
%47.45

Codes

Color #865515 in popluar color models

865515
RGB1348521
HSL34°72.90%30.39%
HSB/HSV34°84.33%52.55%
CMYK0.00%36.57%84.33%
47.45%

Color #865515 in popluar number systems.

HEX865515
Decimal1348521
Binary10000110101010110101
Octal20612525

Shades and tints

Shades of #865515

#865515
(134,85,21)
#7A4E14
(122,78,20)
#6E4713
(110,71,19)
#624012
(98,64,18)
#563911
(86,57,17)
#4A3210
(74,50,16)
#3E2B0F
(62,43,15)
#32240E
(50,36,14)
#261D0D
(38,29,13)
#1A160C
(26,22,12)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #865515

#865515
(134,85,21)
#91642A
(145,100,42)
#9C733F
(156,115,63)
#A78254
(167,130,84)
#B29169
(178,145,105)
#BDA07E
(189,160,126)
#C8AF93
(200,175,147)
#D3BEA8
(211,190,168)
#DECDBD
(222,205,189)
#E9DCD2
(233,220,210)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865515 color. Also use rgb(134,85,21) instead hex code.

Text Font Color

.myTextColor { color: #865515; }

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

This text font color is #865515.


Background Color

.myBgColor { background-color: #865515; }

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

This div background color is #865515.


Border color

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

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

This div border color is #865515.


Opacity

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

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

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

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

This text has shadow with #865515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865515 on black background.


Color preview on white background

This text has color #865515 on white background.



Black color preview on #865515 background

This text has black color on #865515 background.


White color preview on #865515 background

This text has white color on #865515 background.