COLOR #865F13

HEX: #865F13
RGB: (134,95,19)

Color info

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

RGB color model

#865F13 color RGB value is (134,95,19).

  • red value is 134;
  • green value is 95;
  • blue value is 19.
RGB:
(134,95,19)
(53%,37%,7%)

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 19 of 255 = 7%

134
95
19

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

Portions of RGB colors in percentages

R + G + B =
134 + 95 + 19 = 248 (100%)
R 134 of 248 ~ 54.03%
G 95 of 248 ~ 38.31%
B 19 of 248 ~ 7.66%

%54.03
%38.31

CMYK color model

#865F13 color CMYK value is (0,29,86,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 85.82%
  • key color value is 47.45%
CMYK:
(0,29,86,47)
C0M29Y86K47 
(0%,29%,86%,47%)
(0.00/0.29/0.86/0.47)	

CMYK percentages

%0
%29.1
%85.82
%47.45

Codes

Color #865F13 in popluar color models

865F13
RGB1349519
HSL40°75.16%30.00%
HSB/HSV40°85.82%52.55%
CMYK0.00%29.10%85.82%
47.45%

Color #865F13 in popluar number systems.

HEX865F13
Decimal1349519
Binary10000110101111110011
Octal20613723

Shades and tints

Shades of #865F13

#865F13
(134,95,19)
#7A5712
(122,87,18)
#6E4F11
(110,79,17)
#624710
(98,71,16)
#563F0F
(86,63,15)
#4A370E
(74,55,14)
#3E2F0D
(62,47,13)
#32270C
(50,39,12)
#261F0B
(38,31,11)
#1A170A
(26,23,10)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #865F13

#865F13
(134,95,19)
#916D28
(145,109,40)
#9C7B3D
(156,123,61)
#A78952
(167,137,82)
#B29767
(178,151,103)
#BDA57C
(189,165,124)
#C8B391
(200,179,145)
#D3C1A6
(211,193,166)
#DECFBB
(222,207,187)
#E9DDD0
(233,221,208)
#F4EBE5
(244,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865F13 color. Also use rgb(134,95,19) instead hex code.

Text Font Color

.myTextColor { color: #865F13; }

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

This text font color is #865F13.


Background Color

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

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

This div background color is #865F13.


Border color

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

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

This div border color is #865F13.


Opacity

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

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

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

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

This text has shadow with #865F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865F13 on black background.


Color preview on white background

This text has color #865F13 on white background.



Black color preview on #865F13 background

This text has black color on #865F13 background.


White color preview on #865F13 background

This text has white color on #865F13 background.