COLOR #865B38

HEX: #865B38
RGB: (134,91,56)

Color info

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

RGB color model

#865B38 color RGB value is (134,91,56).

  • red value is 134;
  • green value is 91;
  • blue value is 56.
RGB:
(134,91,56)
(53%,36%,22%)

RGB channels and saturation

R 134 of 255 = 53%
G 91 of 255 = 36%
B 56 of 255 = 22%

134
91
56

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

Portions of RGB colors in percentages

R + G + B =
134 + 91 + 56 = 281 (100%)
R 134 of 281 ~ 47.69%
G 91 of 281 ~ 32.38%
B 56 of 281 ~ 19.93%

%47.69
%32.38
%19.93

CMYK color model

#865B38 color CMYK value is (0,32,58,47).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 58.21%
  • key color value is 47.45%
CMYK:
(0,32,58,47)
C0M32Y58K47 
(0%,32%,58%,47%)
(0.00/0.32/0.58/0.47)	

CMYK percentages

%0
%32.09
%58.21
%47.45

Codes

Color #865B38 in popluar color models

865B38
RGB1349156
HSL27°41.05%37.25%
HSB/HSV27°58.21%52.55%
CMYK0.00%32.09%58.21%
47.45%

Color #865B38 in popluar number systems.

HEX865B38
Decimal1349156
Binary100001101011011111000
Octal20613370

Shades and tints

Shades of #865B38

#865B38
(134,91,56)
#7A5333
(122,83,51)
#6E4B2E
(110,75,46)
#624329
(98,67,41)
#563B24
(86,59,36)
#4A331F
(74,51,31)
#3E2B1A
(62,43,26)
#322315
(50,35,21)
#261B10
(38,27,16)
#1A130B
(26,19,11)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #865B38

#865B38
(134,91,56)
#91694A
(145,105,74)
#9C775C
(156,119,92)
#A7856E
(167,133,110)
#B29380
(178,147,128)
#BDA192
(189,161,146)
#C8AFA4
(200,175,164)
#D3BDB6
(211,189,182)
#DECBC8
(222,203,200)
#E9D9DA
(233,217,218)
#F4E7EC
(244,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865B38 color. Also use rgb(134,91,56) instead hex code.

Text Font Color

.myTextColor { color: #865B38; }

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

This text font color is #865B38.


Background Color

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

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

This div background color is #865B38.


Border color

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

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

This div border color is #865B38.


Opacity

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

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

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

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

This text has shadow with #865B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865B38 on black background.


Color preview on white background

This text has color #865B38 on white background.



Black color preview on #865B38 background

This text has black color on #865B38 background.


White color preview on #865B38 background

This text has white color on #865B38 background.