COLOR #865F5E

HEX: #865F5E
RGB: (134,95,94)

Color info

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

RGB color model

#865F5E color RGB value is (134,95,94).

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

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 94 of 255 = 37%

134
95
94

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

Portions of RGB colors in percentages

R + G + B =
134 + 95 + 94 = 323 (100%)
R 134 of 323 ~ 41.49%
G 95 of 323 ~ 29.41%
B 94 of 323 ~ 29.1%

%41.49
%29.41
%29.1

CMYK color model

#865F5E color CMYK value is (0,29,30,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 29.85%
  • key color value is 47.45%
CMYK:
(0,29,30,47)
C0M29Y30K47 
(0%,29%,30%,47%)
(0.00/0.29/0.30/0.47)	

CMYK percentages

%0
%29.1
%29.85
%47.45

Codes

Color #865F5E in popluar color models

865F5E
RGB1349594
HSL17.54%44.71%
HSB/HSV29.85%52.55%
CMYK0.00%29.10%29.85%
47.45%

Color #865F5E in popluar number systems.

HEX865F5E
Decimal1349594
Binary1000011010111111011110
Octal206137136

Shades and tints

Shades of #865F5E

#865F5E
(134,95,94)
#7A5756
(122,87,86)
#6E4F4E
(110,79,78)
#624746
(98,71,70)
#563F3E
(86,63,62)
#4A3736
(74,55,54)
#3E2F2E
(62,47,46)
#322726
(50,39,38)
#261F1E
(38,31,30)
#1A1716
(26,23,22)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #865F5E

#865F5E
(134,95,94)
#916D6C
(145,109,108)
#9C7B7A
(156,123,122)
#A78988
(167,137,136)
#B29796
(178,151,150)
#BDA5A4
(189,165,164)
#C8B3B2
(200,179,178)
#D3C1C0
(211,193,192)
#DECFCE
(222,207,206)
#E9DDDC
(233,221,220)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865F5E; }

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

This text font color is #865F5E.


Background Color

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

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

This div background color is #865F5E.


Border color

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

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

This div border color is #865F5E.


Opacity

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

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

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

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

This text has shadow with #865F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865F5E on black background.


Color preview on white background

This text has color #865F5E on white background.



Black color preview on #865F5E background

This text has black color on #865F5E background.


White color preview on #865F5E background

This text has white color on #865F5E background.