COLOR #855572

HEX: #855572
RGB: (133,85,114)

Color info

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

RGB color model

#855572 color RGB value is (133,85,114).

  • red value is 133;
  • green value is 85;
  • blue value is 114.
RGB:
(133,85,114)
(52%,33%,45%)

RGB channels and saturation

R 133 of 255 = 52%
G 85 of 255 = 33%
B 114 of 255 = 45%

133
85
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 85 + 114 = 332 (100%)
R 133 of 332 ~ 40.06%
G 85 of 332 ~ 25.6%
B 114 of 332 ~ 34.34%

%40.06
%25.6
%34.34

CMYK color model

#855572 color CMYK value is (0,36,14,48).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(0,36,14,48)
C0M36Y14K48 
(0%,36%,14%,48%)
(0.00/0.36/0.14/0.48)	

CMYK percentages

%0
%36.09
%14.29
%47.84

Codes

Color #855572 in popluar color models

855572
RGB13385114
HSL324°22.02%42.75%
HSB/HSV324°36.09%52.16%
CMYK0.00%36.09%14.29%
47.84%

Color #855572 in popluar number systems.

HEX855572
Decimal13385114
Binary1000010110101011110010
Octal205125162

Shades and tints

Shades of #855572

#855572
(133,85,114)
#794E68
(121,78,104)
#6D475E
(109,71,94)
#614054
(97,64,84)
#55394A
(85,57,74)
#493240
(73,50,64)
#3D2B36
(61,43,54)
#31242C
(49,36,44)
#251D22
(37,29,34)
#191618
(25,22,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #855572

#855572
(133,85,114)
#90647E
(144,100,126)
#9B738A
(155,115,138)
#A68296
(166,130,150)
#B191A2
(177,145,162)
#BCA0AE
(188,160,174)
#C7AFBA
(199,175,186)
#D2BEC6
(210,190,198)
#DDCDD2
(221,205,210)
#E8DCDE
(232,220,222)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855572 color. Also use rgb(133,85,114) instead hex code.

Text Font Color

.myTextColor { color: #855572; }

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

This text font color is #855572.


Background Color

.myBgColor { background-color: #855572; }

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

This div background color is #855572.


Border color

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

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

This div border color is #855572.


Opacity

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

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

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

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

This text has shadow with #855572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855572 on black background.


Color preview on white background

This text has color #855572 on white background.



Black color preview on #855572 background

This text has black color on #855572 background.


White color preview on #855572 background

This text has white color on #855572 background.