COLOR #865F29

HEX: #865F29
RGB: (134,95,41)

Color info

#865F29 contains mainly red and green colors. Web safe color of #865F29 is #996633 (or #963).

RGB color model

#865F29 color RGB value is (134,95,41).

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

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 41 of 255 = 16%

134
95
41

R + G + B ~ 35%. #865F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 95 + 41 = 270 (100%)
R 134 of 270 ~ 49.63%
G 95 of 270 ~ 35.19%
B 41 of 270 ~ 15.19%

%49.63
%35.19
%15.19

CMYK color model

#865F29 color CMYK value is (0,29,69,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 69.40%
  • key color value is 47.45%
CMYK:
(0,29,69,47)
C0M29Y69K47 
(0%,29%,69%,47%)
(0.00/0.29/0.69/0.47)	

CMYK percentages

%0
%29.1
%69.4
%47.45

Codes

Color #865F29 in popluar color models

865F29
RGB1349541
HSL35°53.14%34.31%
HSB/HSV35°69.40%52.55%
CMYK0.00%29.10%69.40%
47.45%

Color #865F29 in popluar number systems.

HEX865F29
Decimal1349541
Binary100001101011111101001
Octal20613751

Shades and tints

Shades of #865F29

#865F29
(134,95,41)
#7A5726
(122,87,38)
#6E4F23
(110,79,35)
#624720
(98,71,32)
#563F1D
(86,63,29)
#4A371A
(74,55,26)
#3E2F17
(62,47,23)
#322714
(50,39,20)
#261F11
(38,31,17)
#1A170E
(26,23,14)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #865F29

#865F29
(134,95,41)
#916D3C
(145,109,60)
#9C7B4F
(156,123,79)
#A78962
(167,137,98)
#B29775
(178,151,117)
#BDA588
(189,165,136)
#C8B39B
(200,179,155)
#D3C1AE
(211,193,174)
#DECFC1
(222,207,193)
#E9DDD4
(233,221,212)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865F29; }

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

This text font color is #865F29.


Background Color

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

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

This div background color is #865F29.


Border color

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

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

This div border color is #865F29.


Opacity

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

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

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

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

This text has shadow with #865F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865F29 on black background.


Color preview on white background

This text has color #865F29 on white background.



Black color preview on #865F29 background

This text has black color on #865F29 background.


White color preview on #865F29 background

This text has white color on #865F29 background.