COLOR #856588

HEX: #856588
RGB: (133,101,136)

Color info

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

RGB color model

#856588 color RGB value is (133,101,136).

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

RGB channels and saturation

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

133
101
136

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

Portions of RGB colors in percentages

R + G + B =
133 + 101 + 136 = 370 (100%)
R 133 of 370 ~ 35.95%
G 101 of 370 ~ 27.3%
B 136 of 370 ~ 36.76%

%35.95
%27.3
%36.76

CMYK color model

#856588 color CMYK value is (2,26,0,47).

  • cyan value is 2.21%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(2,26,0,47)
C2M26Y0K47 
(2%,26%,0%,47%)
(0.02/0.26/0.00/0.47)	

CMYK percentages

%2.21
%25.74
%0
%46.67

Codes

Color #856588 in popluar color models

856588
RGB133101136
HSL295°14.77%46.47%
HSB/HSV295°25.74%53.33%
CMYK2.21%25.74%0.00%
46.67%

Color #856588 in popluar number systems.

HEX856588
Decimal133101136
Binary10000101110010110001000
Octal205145210

Shades and tints

Shades of #856588

#856588
(133,101,136)
#795C7C
(121,92,124)
#6D5370
(109,83,112)
#614A64
(97,74,100)
#554158
(85,65,88)
#49384C
(73,56,76)
#3D2F40
(61,47,64)
#312634
(49,38,52)
#251D28
(37,29,40)
#19141C
(25,20,28)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #856588

#856588
(133,101,136)
#907392
(144,115,146)
#9B819C
(155,129,156)
#A68FA6
(166,143,166)
#B19DB0
(177,157,176)
#BCABBA
(188,171,186)
#C7B9C4
(199,185,196)
#D2C7CE
(210,199,206)
#DDD5D8
(221,213,216)
#E8E3E2
(232,227,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856588; }

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

This text font color is #856588.


Background Color

.myBgColor { background-color: #856588; }

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

This div background color is #856588.


Border color

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

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

This div border color is #856588.


Opacity

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

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

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

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

This text has shadow with #856588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856588 on black background.


Color preview on white background

This text has color #856588 on white background.



Black color preview on #856588 background

This text has black color on #856588 background.


White color preview on #856588 background

This text has white color on #856588 background.