COLOR #865171

HEX: #865171
RGB: (134,81,113)

Color info

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

RGB color model

#865171 color RGB value is (134,81,113).

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

RGB channels and saturation

R 134 of 255 = 53%
G 81 of 255 = 32%
B 113 of 255 = 44%

134
81
113

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

Portions of RGB colors in percentages

R + G + B =
134 + 81 + 113 = 328 (100%)
R 134 of 328 ~ 40.85%
G 81 of 328 ~ 24.7%
B 113 of 328 ~ 34.45%

%40.85
%24.7
%34.45

CMYK color model

#865171 color CMYK value is (0,40,16,47).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(0,40,16,47)
C0M40Y16K47 
(0%,40%,16%,47%)
(0.00/0.40/0.16/0.47)	

CMYK percentages

%0
%39.55
%15.67
%47.45

Codes

Color #865171 in popluar color models

865171
RGB13481113
HSL324°24.65%42.16%
HSB/HSV324°39.55%52.55%
CMYK0.00%39.55%15.67%
47.45%

Color #865171 in popluar number systems.

HEX865171
Decimal13481113
Binary1000011010100011110001
Octal206121161

Shades and tints

Shades of #865171

#865171
(134,81,113)
#7A4A67
(122,74,103)
#6E435D
(110,67,93)
#623C53
(98,60,83)
#563549
(86,53,73)
#4A2E3F
(74,46,63)
#3E2735
(62,39,53)
#32202B
(50,32,43)
#261921
(38,25,33)
#1A1217
(26,18,23)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #865171

#865171
(134,81,113)
#91607D
(145,96,125)
#9C6F89
(156,111,137)
#A77E95
(167,126,149)
#B28DA1
(178,141,161)
#BD9CAD
(189,156,173)
#C8ABB9
(200,171,185)
#D3BAC5
(211,186,197)
#DEC9D1
(222,201,209)
#E9D8DD
(233,216,221)
#F4E7E9
(244,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865171; }

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

This text font color is #865171.


Background Color

.myBgColor { background-color: #865171; }

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

This div background color is #865171.


Border color

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

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

This div border color is #865171.


Opacity

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

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

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

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

This text has shadow with #865171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865171 on black background.


Color preview on white background

This text has color #865171 on white background.



Black color preview on #865171 background

This text has black color on #865171 background.


White color preview on #865171 background

This text has white color on #865171 background.