COLOR #865717

HEX: #865717
RGB: (134,87,23)

Color info

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

RGB color model

#865717 color RGB value is (134,87,23).

  • red value is 134;
  • green value is 87;
  • blue value is 23.
RGB:
(134,87,23)
(53%,34%,9%)

RGB channels and saturation

R 134 of 255 = 53%
G 87 of 255 = 34%
B 23 of 255 = 9%

134
87
23

R + G + B ~ 32%. #865717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 87 + 23 = 244 (100%)
R 134 of 244 ~ 54.92%
G 87 of 244 ~ 35.66%
B 23 of 244 ~ 9.43%

%54.92
%35.66

CMYK color model

#865717 color CMYK value is (0,35,83,47).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 82.84%
  • key color value is 47.45%
CMYK:
(0,35,83,47)
C0M35Y83K47 
(0%,35%,83%,47%)
(0.00/0.35/0.83/0.47)	

CMYK percentages

%0
%35.07
%82.84
%47.45

Codes

Color #865717 in popluar color models

865717
RGB1348723
HSL35°70.70%30.78%
HSB/HSV35°82.84%52.55%
CMYK0.00%35.07%82.84%
47.45%

Color #865717 in popluar number systems.

HEX865717
Decimal1348723
Binary10000110101011110111
Octal20612727

Shades and tints

Shades of #865717

#865717
(134,87,23)
#7A5015
(122,80,21)
#6E4913
(110,73,19)
#624211
(98,66,17)
#563B0F
(86,59,15)
#4A340D
(74,52,13)
#3E2D0B
(62,45,11)
#322609
(50,38,9)
#261F07
(38,31,7)
#1A1805
(26,24,5)
#0E1103
(14,17,3)
#000000
(0,0,0)

Tints of #865717

#865717
(134,87,23)
#91662C
(145,102,44)
#9C7541
(156,117,65)
#A78456
(167,132,86)
#B2936B
(178,147,107)
#BDA280
(189,162,128)
#C8B195
(200,177,149)
#D3C0AA
(211,192,170)
#DECFBF
(222,207,191)
#E9DED4
(233,222,212)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865717 color. Also use rgb(134,87,23) instead hex code.

Text Font Color

.myTextColor { color: #865717; }

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

This text font color is #865717.


Background Color

.myBgColor { background-color: #865717; }

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

This div background color is #865717.


Border color

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

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

This div border color is #865717.


Opacity

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

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

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

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

This text has shadow with #865717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865717 on black background.


Color preview on white background

This text has color #865717 on white background.



Black color preview on #865717 background

This text has black color on #865717 background.


White color preview on #865717 background

This text has white color on #865717 background.