COLOR #865E73

HEX: #865E73
RGB: (134,94,115)

Color info

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

RGB color model

#865E73 color RGB value is (134,94,115).

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

RGB channels and saturation

R 134 of 255 = 53%
G 94 of 255 = 37%
B 115 of 255 = 45%

134
94
115

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

Portions of RGB colors in percentages

R + G + B =
134 + 94 + 115 = 343 (100%)
R 134 of 343 ~ 39.07%
G 94 of 343 ~ 27.41%
B 115 of 343 ~ 33.53%

%39.07
%27.41
%33.53

CMYK color model

#865E73 color CMYK value is (0,30,14,47).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(0,30,14,47)
C0M30Y14K47 
(0%,30%,14%,47%)
(0.00/0.30/0.14/0.47)	

CMYK percentages

%0
%29.85
%14.18
%47.45

Codes

Color #865E73 in popluar color models

865E73
RGB13494115
HSL329°17.54%44.71%
HSB/HSV329°29.85%52.55%
CMYK0.00%29.85%14.18%
47.45%

Color #865E73 in popluar number systems.

HEX865E73
Decimal13494115
Binary1000011010111101110011
Octal206136163

Shades and tints

Shades of #865E73

#865E73
(134,94,115)
#7A5669
(122,86,105)
#6E4E5F
(110,78,95)
#624655
(98,70,85)
#563E4B
(86,62,75)
#4A3641
(74,54,65)
#3E2E37
(62,46,55)
#32262D
(50,38,45)
#261E23
(38,30,35)
#1A1619
(26,22,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #865E73

#865E73
(134,94,115)
#916C7F
(145,108,127)
#9C7A8B
(156,122,139)
#A78897
(167,136,151)
#B296A3
(178,150,163)
#BDA4AF
(189,164,175)
#C8B2BB
(200,178,187)
#D3C0C7
(211,192,199)
#DECED3
(222,206,211)
#E9DCDF
(233,220,223)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865E73; }

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

This text font color is #865E73.


Background Color

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

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

This div background color is #865E73.


Border color

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

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

This div border color is #865E73.


Opacity

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

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

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

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

This text has shadow with #865E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865E73 on black background.


Color preview on white background

This text has color #865E73 on white background.



Black color preview on #865E73 background

This text has black color on #865E73 background.


White color preview on #865E73 background

This text has white color on #865E73 background.