COLOR #855A70

HEX: #855A70
RGB: (133,90,112)

Color info

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

RGB color model

#855A70 color RGB value is (133,90,112).

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

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 112 of 255 = 44%

133
90
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 112 = 335 (100%)
R 133 of 335 ~ 39.7%
G 90 of 335 ~ 26.87%
B 112 of 335 ~ 33.43%

%39.7
%26.87
%33.43

CMYK color model

#855A70 color CMYK value is (0,32,16,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(0,32,16,48)
C0M32Y16K48 
(0%,32%,16%,48%)
(0.00/0.32/0.16/0.48)	

CMYK percentages

%0
%32.33
%15.79
%47.84

Codes

Color #855A70 in popluar color models

855A70
RGB13390112
HSL329°19.28%43.73%
HSB/HSV329°32.33%52.16%
CMYK0.00%32.33%15.79%
47.84%

Color #855A70 in popluar number systems.

HEX855A70
Decimal13390112
Binary1000010110110101110000
Octal205132160

Shades and tints

Shades of #855A70

#855A70
(133,90,112)
#795266
(121,82,102)
#6D4A5C
(109,74,92)
#614252
(97,66,82)
#553A48
(85,58,72)
#49323E
(73,50,62)
#3D2A34
(61,42,52)
#31222A
(49,34,42)
#251A20
(37,26,32)
#191216
(25,18,22)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #855A70

#855A70
(133,90,112)
#90697D
(144,105,125)
#9B788A
(155,120,138)
#A68797
(166,135,151)
#B196A4
(177,150,164)
#BCA5B1
(188,165,177)
#C7B4BE
(199,180,190)
#D2C3CB
(210,195,203)
#DDD2D8
(221,210,216)
#E8E1E5
(232,225,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A70; }

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

This text font color is #855A70.


Background Color

.myBgColor { background-color: #855A70; }

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

This div background color is #855A70.


Border color

.myBorderColor { border: 1px solid #855A70; }

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

This div border color is #855A70.


Opacity

.myOpacity80 { color: #855A70; opacity: 0.8; }

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

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

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

This text has shadow with #855A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A70 on black background.


Color preview on white background

This text has color #855A70 on white background.



Black color preview on #855A70 background

This text has black color on #855A70 background.


White color preview on #855A70 background

This text has white color on #855A70 background.