COLOR #855575

HEX: #855575
RGB: (133,85,117)

Color info

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

RGB color model

#855575 color RGB value is (133,85,117).

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

RGB channels and saturation

R 133 of 255 = 52%
G 85 of 255 = 33%
B 117 of 255 = 46%

133
85
117

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

Portions of RGB colors in percentages

R + G + B =
133 + 85 + 117 = 335 (100%)
R 133 of 335 ~ 39.7%
G 85 of 335 ~ 25.37%
B 117 of 335 ~ 34.93%

%39.7
%25.37
%34.93

CMYK color model

#855575 color CMYK value is (0,36,12,48).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(0,36,12,48)
C0M36Y12K48 
(0%,36%,12%,48%)
(0.00/0.36/0.12/0.48)	

CMYK percentages

%0
%36.09
%12.03
%47.84

Codes

Color #855575 in popluar color models

855575
RGB13385117
HSL320°22.02%42.75%
HSB/HSV320°36.09%52.16%
CMYK0.00%36.09%12.03%
47.84%

Color #855575 in popluar number systems.

HEX855575
Decimal13385117
Binary1000010110101011110101
Octal205125165

Shades and tints

Shades of #855575

#855575
(133,85,117)
#794E6B
(121,78,107)
#6D4761
(109,71,97)
#614057
(97,64,87)
#55394D
(85,57,77)
#493243
(73,50,67)
#3D2B39
(61,43,57)
#31242F
(49,36,47)
#251D25
(37,29,37)
#19161B
(25,22,27)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #855575

#855575
(133,85,117)
#906481
(144,100,129)
#9B738D
(155,115,141)
#A68299
(166,130,153)
#B191A5
(177,145,165)
#BCA0B1
(188,160,177)
#C7AFBD
(199,175,189)
#D2BEC9
(210,190,201)
#DDCDD5
(221,205,213)
#E8DCE1
(232,220,225)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855575; }

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

This text font color is #855575.


Background Color

.myBgColor { background-color: #855575; }

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

This div background color is #855575.


Border color

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

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

This div border color is #855575.


Opacity

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

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

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

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

This text has shadow with #855575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855575 on black background.


Color preview on white background

This text has color #855575 on white background.



Black color preview on #855575 background

This text has black color on #855575 background.


White color preview on #855575 background

This text has white color on #855575 background.