COLOR #856587

HEX: #856587
RGB: (133,101,135)

Color info

#856587 contains red, green and blue colors in about the same proportion. Web safe color of #856587 is #996699 (or #969).

RGB color model

#856587 color RGB value is (133,101,135).

  • red value is 133;
  • green value is 101;
  • blue value is 135.
RGB:
(133,101,135)
(52%,40%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 135 of 255 = 53%

133
101
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 101 + 135 = 369 (100%)
R 133 of 369 ~ 36.04%
G 101 of 369 ~ 27.37%
B 135 of 369 ~ 36.59%

%36.04
%27.37
%36.59

CMYK color model

#856587 color CMYK value is (1,25,0,47).

  • cyan value is 1.48%
  • magenta value is 25.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,25,0,47)
C1M25Y0K47 
(1%,25%,0%,47%)
(0.01/0.25/0.00/0.47)	

CMYK percentages

%1.48
%25.19
%0
%47.06

Codes

Color #856587 in popluar color models

856587
RGB133101135
HSL296°14.41%46.27%
HSB/HSV296°25.19%52.94%
CMYK1.48%25.19%0.00%
47.06%

Color #856587 in popluar number systems.

HEX856587
Decimal133101135
Binary10000101110010110000111
Octal205145207

Shades and tints

Shades of #856587

#856587
(133,101,135)
#795C7B
(121,92,123)
#6D536F
(109,83,111)
#614A63
(97,74,99)
#554157
(85,65,87)
#49384B
(73,56,75)
#3D2F3F
(61,47,63)
#312633
(49,38,51)
#251D27
(37,29,39)
#19141B
(25,20,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #856587

#856587
(133,101,135)
#907391
(144,115,145)
#9B819B
(155,129,155)
#A68FA5
(166,143,165)
#B19DAF
(177,157,175)
#BCABB9
(188,171,185)
#C7B9C3
(199,185,195)
#D2C7CD
(210,199,205)
#DDD5D7
(221,213,215)
#E8E3E1
(232,227,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856587 color. Also use rgb(133,101,135) instead hex code.

Text Font Color

.myTextColor { color: #856587; }

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

This text font color is #856587.


Background Color

.myBgColor { background-color: #856587; }

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

This div background color is #856587.


Border color

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

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

This div border color is #856587.


Opacity

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

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

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

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

This text has shadow with #856587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856587 on black background.


Color preview on white background

This text has color #856587 on white background.



Black color preview on #856587 background

This text has black color on #856587 background.


White color preview on #856587 background

This text has white color on #856587 background.