COLOR #855070

HEX: #855070
RGB: (133,80,112)

Color info

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

RGB color model

#855070 color RGB value is (133,80,112).

  • red value is 133;
  • green value is 80;
  • blue value is 112.
RGB:
(133,80,112)
(52%,31%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 80 of 255 = 31%
B 112 of 255 = 44%

133
80
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 80 + 112 = 325 (100%)
R 133 of 325 ~ 40.92%
G 80 of 325 ~ 24.62%
B 112 of 325 ~ 34.46%

%40.92
%24.62
%34.46

CMYK color model

#855070 color CMYK value is (0,40,16,48).

  • cyan value is 0.00%
  • magenta value is 39.85%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(0,40,16,48)
C0M40Y16K48 
(0%,40%,16%,48%)
(0.00/0.40/0.16/0.48)	

CMYK percentages

%0
%39.85
%15.79
%47.84

Codes

Color #855070 in popluar color models

855070
RGB13380112
HSL324°24.88%41.76%
HSB/HSV324°39.85%52.16%
CMYK0.00%39.85%15.79%
47.84%

Color #855070 in popluar number systems.

HEX855070
Decimal13380112
Binary1000010110100001110000
Octal205120160

Shades and tints

Shades of #855070

#855070
(133,80,112)
#794966
(121,73,102)
#6D425C
(109,66,92)
#613B52
(97,59,82)
#553448
(85,52,72)
#492D3E
(73,45,62)
#3D2634
(61,38,52)
#311F2A
(49,31,42)
#251820
(37,24,32)
#191116
(25,17,22)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #855070

#855070
(133,80,112)
#905F7D
(144,95,125)
#9B6E8A
(155,110,138)
#A67D97
(166,125,151)
#B18CA4
(177,140,164)
#BC9BB1
(188,155,177)
#C7AABE
(199,170,190)
#D2B9CB
(210,185,203)
#DDC8D8
(221,200,216)
#E8D7E5
(232,215,229)
#F3E6F2
(243,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855070 color. Also use rgb(133,80,112) instead hex code.

Text Font Color

.myTextColor { color: #855070; }

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

This text font color is #855070.


Background Color

.myBgColor { background-color: #855070; }

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

This div background color is #855070.


Border color

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

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

This div border color is #855070.


Opacity

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

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

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

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

This text has shadow with #855070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855070 on black background.


Color preview on white background

This text has color #855070 on white background.



Black color preview on #855070 background

This text has black color on #855070 background.


White color preview on #855070 background

This text has white color on #855070 background.