COLOR #865E36

HEX: #865E36
RGB: (134,94,54)

Color info

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

RGB color model

#865E36 color RGB value is (134,94,54).

  • red value is 134;
  • green value is 94;
  • blue value is 54.
RGB:
(134,94,54)
(53%,37%,21%)

RGB channels and saturation

R 134 of 255 = 53%
G 94 of 255 = 37%
B 54 of 255 = 21%

134
94
54

R + G + B ~ 37%. #865E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 94 + 54 = 282 (100%)
R 134 of 282 ~ 47.52%
G 94 of 282 ~ 33.33%
B 54 of 282 ~ 19.15%

%47.52
%33.33
%19.15

CMYK color model

#865E36 color CMYK value is (0,30,60,47).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 59.70%
  • key color value is 47.45%
CMYK:
(0,30,60,47)
C0M30Y60K47 
(0%,30%,60%,47%)
(0.00/0.30/0.60/0.47)	

CMYK percentages

%0
%29.85
%59.7
%47.45

Codes

Color #865E36 in popluar color models

865E36
RGB1349454
HSL30°42.55%36.86%
HSB/HSV30°59.70%52.55%
CMYK0.00%29.85%59.70%
47.45%

Color #865E36 in popluar number systems.

HEX865E36
Decimal1349454
Binary100001101011110110110
Octal20613666

Shades and tints

Shades of #865E36

#865E36
(134,94,54)
#7A5632
(122,86,50)
#6E4E2E
(110,78,46)
#62462A
(98,70,42)
#563E26
(86,62,38)
#4A3622
(74,54,34)
#3E2E1E
(62,46,30)
#32261A
(50,38,26)
#261E16
(38,30,22)
#1A1612
(26,22,18)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #865E36

#865E36
(134,94,54)
#916C48
(145,108,72)
#9C7A5A
(156,122,90)
#A7886C
(167,136,108)
#B2967E
(178,150,126)
#BDA490
(189,164,144)
#C8B2A2
(200,178,162)
#D3C0B4
(211,192,180)
#DECEC6
(222,206,198)
#E9DCD8
(233,220,216)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865E36 color. Also use rgb(134,94,54) instead hex code.

Text Font Color

.myTextColor { color: #865E36; }

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

This text font color is #865E36.


Background Color

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

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

This div background color is #865E36.


Border color

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

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

This div border color is #865E36.


Opacity

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

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

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

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

This text has shadow with #865E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865E36 on black background.


Color preview on white background

This text has color #865E36 on white background.



Black color preview on #865E36 background

This text has black color on #865E36 background.


White color preview on #865E36 background

This text has white color on #865E36 background.