COLOR #865F19

HEX: #865F19 RGB: (134,95,25)

Color info

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

RGB color model

#865F19 color RGB value is (134,95,25).

RGB: (134,95,25) (53%, 37%, 10%)

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 25 of 255 = 10%

134
95
25

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

Portions of RGB colors in percentages

R + G + B = 134 + 95 + 25 = 254 (100%)
R 134 of 254 ~ 52.76%
G 95 of 254 ~ 37.4%
B 25 of 254 ~ 9.84'%

%52.76
%37.4

CMYK color model

#865F19 color CMYK value is (0,29,81,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 81.34%
  • key color value is 47.45%

CMYK: (0,29,81,47)
C0M29Y81K47 (0%, 29%, 81%, 47%)
(0.00 / 0.29 / 0.81 / 0.47)

CMYK percentages

%0
%29.1
%81.34
%47.45

Codes

Color #865F19 in popluar color models

86 5F 19
RGB 134 95 25
HSL 39° 68.55% 31.18%
HSB/HSV 39° 81.34% 52.55%
CMYK 0.00% 29.10% 81.34%
47.45%

Color #865F19 in popluar number systems.

HEX 86 5F 19
Decimal 134 95 25
Binary 10000110 1011111 11001
Octal 206 137 31

Shades and tints

Shades of #865F19

#865F19
(134,95,25)
#7A5717
(122,87,23)
#6E4F15
(110,79,21)
#624713
(98,71,19)
#563F11
(86,63,17)
#4A370F
(74,55,15)
#3E2F0D
(62,47,13)
#32270B
(50,39,11)
#261F09
(38,31,9)
#1A1707
(26,23,7)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #865F19

#865F19
(134,95,25)
#916D2D
(145,109,45)
#9C7B41
(156,123,65)
#A78955
(167,137,85)
#B29769
(178,151,105)
#BDA57D
(189,165,125)
#C8B391
(200,179,145)
#D3C1A5
(211,193,165)
#DECFB9
(222,207,185)
#E9DDCD
(233,221,205)
#F4EBE1
(244,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865F19; }

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

This text font color is #865F19.

Background Color

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

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

This div background color is #865F19.

Border color

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

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

This div border color is #865F19.

Opacity

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

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

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

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

This text has shadow with #865F19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865F19.

Preview

Color preview on black background

This text has color #865F19 on black background.


Color preview on white background

This text has color #865F19 on white background.


Black color preview on #865F19 background

This text has black color on #865F19 background.


White color preview on #865F19 background

This text has white color on #865F19 background.


Related colors

Complementary color

Complementary color for #hex is #79A0E6.


I love getcolorcode.com

Triadic colors

1 #19865F and #5F1986 with #865F19 are triadic colors.

2 #195F86 and #5F8619 with #865F19 are triadic colors.