COLOR #865A2F

HEX: #865A2F
RGB: (134,90,47)

Color info

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

RGB color model

#865A2F color RGB value is (134,90,47).

  • red value is 134;
  • green value is 90;
  • blue value is 47.
RGB:
(134,90,47)
(53%,35%,18%)

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 47 of 255 = 18%

134
90
47

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

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 47 = 271 (100%)
R 134 of 271 ~ 49.45%
G 90 of 271 ~ 33.21%
B 47 of 271 ~ 17.34%

%49.45
%33.21
%17.34

CMYK color model

#865A2F color CMYK value is (0,33,65,47).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 64.93%
  • key color value is 47.45%
CMYK:
(0,33,65,47)
C0M33Y65K47 
(0%,33%,65%,47%)
(0.00/0.33/0.65/0.47)	

CMYK percentages

%0
%32.84
%64.93
%47.45

Codes

Color #865A2F in popluar color models

865A2F
RGB1349047
HSL30°48.07%35.49%
HSB/HSV30°64.93%52.55%
CMYK0.00%32.84%64.93%
47.45%

Color #865A2F in popluar number systems.

HEX865A2F
Decimal1349047
Binary100001101011010101111
Octal20613257

Shades and tints

Shades of #865A2F

#865A2F
(134,90,47)
#7A522B
(122,82,43)
#6E4A27
(110,74,39)
#624223
(98,66,35)
#563A1F
(86,58,31)
#4A321B
(74,50,27)
#3E2A17
(62,42,23)
#322213
(50,34,19)
#261A0F
(38,26,15)
#1A120B
(26,18,11)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #865A2F

#865A2F
(134,90,47)
#916941
(145,105,65)
#9C7853
(156,120,83)
#A78765
(167,135,101)
#B29677
(178,150,119)
#BDA589
(189,165,137)
#C8B49B
(200,180,155)
#D3C3AD
(211,195,173)
#DED2BF
(222,210,191)
#E9E1D1
(233,225,209)
#F4F0E3
(244,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865A2F color. Also use rgb(134,90,47) instead hex code.

Text Font Color

.myTextColor { color: #865A2F; }

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

This text font color is #865A2F.


Background Color

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

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

This div background color is #865A2F.


Border color

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

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

This div border color is #865A2F.


Opacity

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

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

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

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

This text has shadow with #865A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A2F on black background.


Color preview on white background

This text has color #865A2F on white background.



Black color preview on #865A2F background

This text has black color on #865A2F background.


White color preview on #865A2F background

This text has white color on #865A2F background.