COLOR #865E51

HEX: #865E51
RGB: (134,94,81)

Color info

#865E51 contains red, green and blue colors in about the same proportion. Web safe color of #865E51 is #996666 (or #966).

RGB color model

#865E51 color RGB value is (134,94,81).

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

RGB channels and saturation

R 134 of 255 = 53%
G 94 of 255 = 37%
B 81 of 255 = 32%

134
94
81

R + G + B ~ 41%. #865E51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 94 + 81 = 309 (100%)
R 134 of 309 ~ 43.37%
G 94 of 309 ~ 30.42%
B 81 of 309 ~ 26.21%

%43.37
%30.42
%26.21

CMYK color model

#865E51 color CMYK value is (0,30,40,47).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 39.55%
  • key color value is 47.45%
CMYK:
(0,30,40,47)
C0M30Y40K47 
(0%,30%,40%,47%)
(0.00/0.30/0.40/0.47)	

CMYK percentages

%0
%29.85
%39.55
%47.45

Codes

Color #865E51 in popluar color models

865E51
RGB1349481
HSL15°24.65%42.16%
HSB/HSV15°39.55%52.55%
CMYK0.00%29.85%39.55%
47.45%

Color #865E51 in popluar number systems.

HEX865E51
Decimal1349481
Binary1000011010111101010001
Octal206136121

Shades and tints

Shades of #865E51

#865E51
(134,94,81)
#7A564A
(122,86,74)
#6E4E43
(110,78,67)
#62463C
(98,70,60)
#563E35
(86,62,53)
#4A362E
(74,54,46)
#3E2E27
(62,46,39)
#322620
(50,38,32)
#261E19
(38,30,25)
#1A1612
(26,22,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #865E51

#865E51
(134,94,81)
#916C60
(145,108,96)
#9C7A6F
(156,122,111)
#A7887E
(167,136,126)
#B2968D
(178,150,141)
#BDA49C
(189,164,156)
#C8B2AB
(200,178,171)
#D3C0BA
(211,192,186)
#DECEC9
(222,206,201)
#E9DCD8
(233,220,216)
#F4EAE7
(244,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865E51; }

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

This text font color is #865E51.


Background Color

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

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

This div background color is #865E51.


Border color

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

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

This div border color is #865E51.


Opacity

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

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

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

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

This text has shadow with #865E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865E51 on black background.


Color preview on white background

This text has color #865E51 on white background.



Black color preview on #865E51 background

This text has black color on #865E51 background.


White color preview on #865E51 background

This text has white color on #865E51 background.