COLOR #865B43

HEX: #865B43
RGB: (134,91,67)

Color info

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

RGB color model

#865B43 color RGB value is (134,91,67).

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

RGB channels and saturation

R 134 of 255 = 53%
G 91 of 255 = 36%
B 67 of 255 = 26%

134
91
67

R + G + B ~ 38%. #865B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 91 + 67 = 292 (100%)
R 134 of 292 ~ 45.89%
G 91 of 292 ~ 31.16%
B 67 of 292 ~ 22.95%

%45.89
%31.16
%22.95

CMYK color model

#865B43 color CMYK value is (0,32,50,47).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 50.00%
  • key color value is 47.45%
CMYK:
(0,32,50,47)
C0M32Y50K47 
(0%,32%,50%,47%)
(0.00/0.32/0.50/0.47)	

CMYK percentages

%0
%32.09
%50
%47.45

Codes

Color #865B43 in popluar color models

865B43
RGB1349167
HSL21°33.33%39.41%
HSB/HSV21°50.00%52.55%
CMYK0.00%32.09%50.00%
47.45%

Color #865B43 in popluar number systems.

HEX865B43
Decimal1349167
Binary1000011010110111000011
Octal206133103

Shades and tints

Shades of #865B43

#865B43
(134,91,67)
#7A533D
(122,83,61)
#6E4B37
(110,75,55)
#624331
(98,67,49)
#563B2B
(86,59,43)
#4A3325
(74,51,37)
#3E2B1F
(62,43,31)
#322319
(50,35,25)
#261B13
(38,27,19)
#1A130D
(26,19,13)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #865B43

#865B43
(134,91,67)
#916954
(145,105,84)
#9C7765
(156,119,101)
#A78576
(167,133,118)
#B29387
(178,147,135)
#BDA198
(189,161,152)
#C8AFA9
(200,175,169)
#D3BDBA
(211,189,186)
#DECBCB
(222,203,203)
#E9D9DC
(233,217,220)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865B43; }

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

This text font color is #865B43.


Background Color

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

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

This div background color is #865B43.


Border color

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

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

This div border color is #865B43.


Opacity

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

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

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

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

This text has shadow with #865B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865B43 on black background.


Color preview on white background

This text has color #865B43 on white background.



Black color preview on #865B43 background

This text has black color on #865B43 background.


White color preview on #865B43 background

This text has white color on #865B43 background.