COLOR #855472

HEX: #855472
RGB: (133,84,114)

Color info

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

RGB color model

#855472 color RGB value is (133,84,114).

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

RGB channels and saturation

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

133
84
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 84 + 114 = 331 (100%)
R 133 of 331 ~ 40.18%
G 84 of 331 ~ 25.38%
B 114 of 331 ~ 34.44%

%40.18
%25.38
%34.44

CMYK color model

#855472 color CMYK value is (0,37,14,48).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(0,37,14,48)
C0M37Y14K48 
(0%,37%,14%,48%)
(0.00/0.37/0.14/0.48)	

CMYK percentages

%0
%36.84
%14.29
%47.84

Codes

Color #855472 in popluar color models

855472
RGB13384114
HSL323°22.58%42.55%
HSB/HSV323°36.84%52.16%
CMYK0.00%36.84%14.29%
47.84%

Color #855472 in popluar number systems.

HEX855472
Decimal13384114
Binary1000010110101001110010
Octal205124162

Shades and tints

Shades of #855472

#855472
(133,84,114)
#794D68
(121,77,104)
#6D465E
(109,70,94)
#613F54
(97,63,84)
#55384A
(85,56,74)
#493140
(73,49,64)
#3D2A36
(61,42,54)
#31232C
(49,35,44)
#251C22
(37,28,34)
#191518
(25,21,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #855472

#855472
(133,84,114)
#90637E
(144,99,126)
#9B728A
(155,114,138)
#A68196
(166,129,150)
#B190A2
(177,144,162)
#BC9FAE
(188,159,174)
#C7AEBA
(199,174,186)
#D2BDC6
(210,189,198)
#DDCCD2
(221,204,210)
#E8DBDE
(232,219,222)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855472; }

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

This text font color is #855472.


Background Color

.myBgColor { background-color: #855472; }

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

This div background color is #855472.


Border color

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

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

This div border color is #855472.


Opacity

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

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

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

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

This text has shadow with #855472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855472 on black background.


Color preview on white background

This text has color #855472 on white background.



Black color preview on #855472 background

This text has black color on #855472 background.


White color preview on #855472 background

This text has white color on #855472 background.