COLOR #865F58

HEX: #865F58
RGB: (134,95,88)

Color info

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

RGB color model

#865F58 color RGB value is (134,95,88).

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

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 88 of 255 = 35%

134
95
88

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

Portions of RGB colors in percentages

R + G + B =
134 + 95 + 88 = 317 (100%)
R 134 of 317 ~ 42.27%
G 95 of 317 ~ 29.97%
B 88 of 317 ~ 27.76%

%42.27
%29.97
%27.76

CMYK color model

#865F58 color CMYK value is (0,29,34,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 34.33%
  • key color value is 47.45%
CMYK:
(0,29,34,47)
C0M29Y34K47 
(0%,29%,34%,47%)
(0.00/0.29/0.34/0.47)	

CMYK percentages

%0
%29.1
%34.33
%47.45

Codes

Color #865F58 in popluar color models

865F58
RGB1349588
HSL20.72%43.53%
HSB/HSV34.33%52.55%
CMYK0.00%29.10%34.33%
47.45%

Color #865F58 in popluar number systems.

HEX865F58
Decimal1349588
Binary1000011010111111011000
Octal206137130

Shades and tints

Shades of #865F58

#865F58
(134,95,88)
#7A5750
(122,87,80)
#6E4F48
(110,79,72)
#624740
(98,71,64)
#563F38
(86,63,56)
#4A3730
(74,55,48)
#3E2F28
(62,47,40)
#322720
(50,39,32)
#261F18
(38,31,24)
#1A1710
(26,23,16)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #865F58

#865F58
(134,95,88)
#916D67
(145,109,103)
#9C7B76
(156,123,118)
#A78985
(167,137,133)
#B29794
(178,151,148)
#BDA5A3
(189,165,163)
#C8B3B2
(200,179,178)
#D3C1C1
(211,193,193)
#DECFD0
(222,207,208)
#E9DDDF
(233,221,223)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865F58; }

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

This text font color is #865F58.


Background Color

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

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

This div background color is #865F58.


Border color

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

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

This div border color is #865F58.


Opacity

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

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

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

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

This text has shadow with #865F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865F58 on black background.


Color preview on white background

This text has color #865F58 on white background.



Black color preview on #865F58 background

This text has black color on #865F58 background.


White color preview on #865F58 background

This text has white color on #865F58 background.