COLOR #855A5B

HEX: #855A5B
RGB: (133,90,91)

Color info

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

RGB color model

#855A5B color RGB value is (133,90,91).

  • red value is 133;
  • green value is 90;
  • blue value is 91.
RGB:
(133,90,91)
(52%,35%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 91 of 255 = 36%

133
90
91

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 91 = 314 (100%)
R 133 of 314 ~ 42.36%
G 90 of 314 ~ 28.66%
B 91 of 314 ~ 28.98%

%42.36
%28.66
%28.98

CMYK color model

#855A5B color CMYK value is (0,32,32,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(0,32,32,48)
C0M32Y32K48 
(0%,32%,32%,48%)
(0.00/0.32/0.32/0.48)	

CMYK percentages

%0
%32.33
%31.58
%47.84

Codes

Color #855A5B in popluar color models

855A5B
RGB1339091
HSL359°19.28%43.73%
HSB/HSV359°32.33%52.16%
CMYK0.00%32.33%31.58%
47.84%

Color #855A5B in popluar number systems.

HEX855A5B
Decimal1339091
Binary1000010110110101011011
Octal205132133

Shades and tints

Shades of #855A5B

#855A5B
(133,90,91)
#795253
(121,82,83)
#6D4A4B
(109,74,75)
#614243
(97,66,67)
#553A3B
(85,58,59)
#493233
(73,50,51)
#3D2A2B
(61,42,43)
#312223
(49,34,35)
#251A1B
(37,26,27)
#191213
(25,18,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #855A5B

#855A5B
(133,90,91)
#906969
(144,105,105)
#9B7877
(155,120,119)
#A68785
(166,135,133)
#B19693
(177,150,147)
#BCA5A1
(188,165,161)
#C7B4AF
(199,180,175)
#D2C3BD
(210,195,189)
#DDD2CB
(221,210,203)
#E8E1D9
(232,225,217)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855A5B color. Also use rgb(133,90,91) instead hex code.

Text Font Color

.myTextColor { color: #855A5B; }

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

This text font color is #855A5B.


Background Color

.myBgColor { background-color: #855A5B; }

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

This div background color is #855A5B.


Border color

.myBorderColor { border: 1px solid #855A5B; }

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

This div border color is #855A5B.


Opacity

.myOpacity80 { color: #855A5B; opacity: 0.8; }

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

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

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

This text has shadow with #855A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A5B on black background.


Color preview on white background

This text has color #855A5B on white background.



Black color preview on #855A5B background

This text has black color on #855A5B background.


White color preview on #855A5B background

This text has white color on #855A5B background.