COLOR #865D43

HEX: #865D43
RGB: (134,93,67)

Color info

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

RGB color model

#865D43 color RGB value is (134,93,67).

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

RGB channels and saturation

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

134
93
67

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

Portions of RGB colors in percentages

R + G + B =
134 + 93 + 67 = 294 (100%)
R 134 of 294 ~ 45.58%
G 93 of 294 ~ 31.63%
B 67 of 294 ~ 22.79%

%45.58
%31.63
%22.79

CMYK color model

#865D43 color CMYK value is (0,31,50,47).

  • cyan value is 0.00%
  • magenta value is 30.60%
  • yellow value is 50.00%
  • key color value is 47.45%
CMYK:
(0,31,50,47)
C0M31Y50K47 
(0%,31%,50%,47%)
(0.00/0.31/0.50/0.47)	

CMYK percentages

%0
%30.6
%50
%47.45

Codes

Color #865D43 in popluar color models

865D43
RGB1349367
HSL23°33.33%39.41%
HSB/HSV23°50.00%52.55%
CMYK0.00%30.60%50.00%
47.45%

Color #865D43 in popluar number systems.

HEX865D43
Decimal1349367
Binary1000011010111011000011
Octal206135103

Shades and tints

Shades of #865D43

#865D43
(134,93,67)
#7A553D
(122,85,61)
#6E4D37
(110,77,55)
#624531
(98,69,49)
#563D2B
(86,61,43)
#4A3525
(74,53,37)
#3E2D1F
(62,45,31)
#322519
(50,37,25)
#261D13
(38,29,19)
#1A150D
(26,21,13)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #865D43

#865D43
(134,93,67)
#916B54
(145,107,84)
#9C7965
(156,121,101)
#A78776
(167,135,118)
#B29587
(178,149,135)
#BDA398
(189,163,152)
#C8B1A9
(200,177,169)
#D3BFBA
(211,191,186)
#DECDCB
(222,205,203)
#E9DBDC
(233,219,220)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865D43; }

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

This text font color is #865D43.


Background Color

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

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

This div background color is #865D43.


Border color

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

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

This div border color is #865D43.


Opacity

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

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

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

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

This text has shadow with #865D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865D43 on black background.


Color preview on white background

This text has color #865D43 on white background.



Black color preview on #865D43 background

This text has black color on #865D43 background.


White color preview on #865D43 background

This text has white color on #865D43 background.