COLOR #855564

HEX: #855564
RGB: (133,85,100)

Color info

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

RGB color model

#855564 color RGB value is (133,85,100).

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

RGB channels and saturation

R 133 of 255 = 52%
G 85 of 255 = 33%
B 100 of 255 = 39%

133
85
100

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

Portions of RGB colors in percentages

R + G + B =
133 + 85 + 100 = 318 (100%)
R 133 of 318 ~ 41.82%
G 85 of 318 ~ 26.73%
B 100 of 318 ~ 31.45%

%41.82
%26.73
%31.45

CMYK color model

#855564 color CMYK value is (0,36,25,48).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(0,36,25,48)
C0M36Y25K48 
(0%,36%,25%,48%)
(0.00/0.36/0.25/0.48)	

CMYK percentages

%0
%36.09
%24.81
%47.84

Codes

Color #855564 in popluar color models

855564
RGB13385100
HSL341°22.02%42.75%
HSB/HSV341°36.09%52.16%
CMYK0.00%36.09%24.81%
47.84%

Color #855564 in popluar number systems.

HEX855564
Decimal13385100
Binary1000010110101011100100
Octal205125144

Shades and tints

Shades of #855564

#855564
(133,85,100)
#794E5B
(121,78,91)
#6D4752
(109,71,82)
#614049
(97,64,73)
#553940
(85,57,64)
#493237
(73,50,55)
#3D2B2E
(61,43,46)
#312425
(49,36,37)
#251D1C
(37,29,28)
#191613
(25,22,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #855564

#855564
(133,85,100)
#906472
(144,100,114)
#9B7380
(155,115,128)
#A6828E
(166,130,142)
#B1919C
(177,145,156)
#BCA0AA
(188,160,170)
#C7AFB8
(199,175,184)
#D2BEC6
(210,190,198)
#DDCDD4
(221,205,212)
#E8DCE2
(232,220,226)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855564; }

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

This text font color is #855564.


Background Color

.myBgColor { background-color: #855564; }

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

This div background color is #855564.


Border color

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

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

This div border color is #855564.


Opacity

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

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

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

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

This text has shadow with #855564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855564 on black background.


Color preview on white background

This text has color #855564 on white background.



Black color preview on #855564 background

This text has black color on #855564 background.


White color preview on #855564 background

This text has white color on #855564 background.