COLOR #864E17

HEX: #864E17
RGB: (134,78,23)

Color info

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

RGB color model

#864E17 color RGB value is (134,78,23).

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

RGB channels and saturation

R 134 of 255 = 53%
G 78 of 255 = 31%
B 23 of 255 = 9%

134
78
23

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

Portions of RGB colors in percentages

R + G + B =
134 + 78 + 23 = 235 (100%)
R 134 of 235 ~ 57.02%
G 78 of 235 ~ 33.19%
B 23 of 235 ~ 9.79%

%57.02
%33.19
%9.79

CMYK color model

#864E17 color CMYK value is (0,42,83,47).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 82.84%
  • key color value is 47.45%
CMYK:
(0,42,83,47)
C0M42Y83K47 
(0%,42%,83%,47%)
(0.00/0.42/0.83/0.47)	

CMYK percentages

%0
%41.79
%82.84
%47.45

Codes

Color #864E17 in popluar color models

864E17
RGB1347823
HSL30°70.70%30.78%
HSB/HSV30°82.84%52.55%
CMYK0.00%41.79%82.84%
47.45%

Color #864E17 in popluar number systems.

HEX864E17
Decimal1347823
Binary10000110100111010111
Octal20611627

Shades and tints

Shades of #864E17

#864E17
(134,78,23)
#7A4715
(122,71,21)
#6E4013
(110,64,19)
#623911
(98,57,17)
#56320F
(86,50,15)
#4A2B0D
(74,43,13)
#3E240B
(62,36,11)
#321D09
(50,29,9)
#261607
(38,22,7)
#1A0F05
(26,15,5)
#0E0803
(14,8,3)
#000000
(0,0,0)

Tints of #864E17

#864E17
(134,78,23)
#915E2C
(145,94,44)
#9C6E41
(156,110,65)
#A77E56
(167,126,86)
#B28E6B
(178,142,107)
#BD9E80
(189,158,128)
#C8AE95
(200,174,149)
#D3BEAA
(211,190,170)
#DECEBF
(222,206,191)
#E9DED4
(233,222,212)
#F4EEE9
(244,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864E17; }

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

This text font color is #864E17.


Background Color

.myBgColor { background-color: #864E17; }

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

This div background color is #864E17.


Border color

.myBorderColor { border: 1px solid #864E17; }

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

This div border color is #864E17.


Opacity

.myOpacity80 { color: #864E17; opacity: 0.8; }

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

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

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

This text has shadow with #864E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864E17 on black background.


Color preview on white background

This text has color #864E17 on white background.



Black color preview on #864E17 background

This text has black color on #864E17 background.


White color preview on #864E17 background

This text has white color on #864E17 background.