COLOR #865873

HEX: #865873
RGB: (134,88,115)

Color info

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

RGB color model

#865873 color RGB value is (134,88,115).

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

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 115 of 255 = 45%

134
88
115

R + G + B ~ 44%. #865873 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 115 = 337 (100%)
R 134 of 337 ~ 39.76%
G 88 of 337 ~ 26.11%
B 115 of 337 ~ 34.12%

%39.76
%26.11
%34.12

CMYK color model

#865873 color CMYK value is (0,34,14,47).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(0,34,14,47)
C0M34Y14K47 
(0%,34%,14%,47%)
(0.00/0.34/0.14/0.47)	

CMYK percentages

%0
%34.33
%14.18
%47.45

Codes

Color #865873 in popluar color models

865873
RGB13488115
HSL325°20.72%43.53%
HSB/HSV325°34.33%52.55%
CMYK0.00%34.33%14.18%
47.45%

Color #865873 in popluar number systems.

HEX865873
Decimal13488115
Binary1000011010110001110011
Octal206130163

Shades and tints

Shades of #865873

#865873
(134,88,115)
#7A5069
(122,80,105)
#6E485F
(110,72,95)
#624055
(98,64,85)
#56384B
(86,56,75)
#4A3041
(74,48,65)
#3E2837
(62,40,55)
#32202D
(50,32,45)
#261823
(38,24,35)
#1A1019
(26,16,25)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #865873

#865873
(134,88,115)
#91677F
(145,103,127)
#9C768B
(156,118,139)
#A78597
(167,133,151)
#B294A3
(178,148,163)
#BDA3AF
(189,163,175)
#C8B2BB
(200,178,187)
#D3C1C7
(211,193,199)
#DED0D3
(222,208,211)
#E9DFDF
(233,223,223)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865873; }

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

This text font color is #865873.


Background Color

.myBgColor { background-color: #865873; }

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

This div background color is #865873.


Border color

.myBorderColor { border: 1px solid #865873; }

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

This div border color is #865873.


Opacity

.myOpacity80 { color: #865873; opacity: 0.8; }

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

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

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

This text has shadow with #865873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865873 on black background.


Color preview on white background

This text has color #865873 on white background.



Black color preview on #865873 background

This text has black color on #865873 background.


White color preview on #865873 background

This text has white color on #865873 background.