COLOR #855478

HEX: #855478
RGB: (133,84,120)

Color info

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

RGB color model

#855478 color RGB value is (133,84,120).

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

RGB channels and saturation

R 133 of 255 = 52%
G 84 of 255 = 33%
B 120 of 255 = 47%

133
84
120

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

Portions of RGB colors in percentages

R + G + B =
133 + 84 + 120 = 337 (100%)
R 133 of 337 ~ 39.47%
G 84 of 337 ~ 24.93%
B 120 of 337 ~ 35.61%

%39.47
%24.93
%35.61

CMYK color model

#855478 color CMYK value is (0,37,10,48).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 9.77%
  • key color value is 47.84%
CMYK:
(0,37,10,48)
C0M37Y10K48 
(0%,37%,10%,48%)
(0.00/0.37/0.10/0.48)	

CMYK percentages

%0
%36.84
%9.77
%47.84

Codes

Color #855478 in popluar color models

855478
RGB13384120
HSL316°22.58%42.55%
HSB/HSV316°36.84%52.16%
CMYK0.00%36.84%9.77%
47.84%

Color #855478 in popluar number systems.

HEX855478
Decimal13384120
Binary1000010110101001111000
Octal205124170

Shades and tints

Shades of #855478

#855478
(133,84,120)
#794D6E
(121,77,110)
#6D4664
(109,70,100)
#613F5A
(97,63,90)
#553850
(85,56,80)
#493146
(73,49,70)
#3D2A3C
(61,42,60)
#312332
(49,35,50)
#251C28
(37,28,40)
#19151E
(25,21,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #855478

#855478
(133,84,120)
#906384
(144,99,132)
#9B7290
(155,114,144)
#A6819C
(166,129,156)
#B190A8
(177,144,168)
#BC9FB4
(188,159,180)
#C7AEC0
(199,174,192)
#D2BDCC
(210,189,204)
#DDCCD8
(221,204,216)
#E8DBE4
(232,219,228)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855478; }

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

This text font color is #855478.


Background Color

.myBgColor { background-color: #855478; }

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

This div background color is #855478.


Border color

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

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

This div border color is #855478.


Opacity

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

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

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

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

This text has shadow with #855478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855478 on black background.


Color preview on white background

This text has color #855478 on white background.



Black color preview on #855478 background

This text has black color on #855478 background.


White color preview on #855478 background

This text has white color on #855478 background.