COLOR #855B50

HEX: #855B50
RGB: (133,91,80)

Color info

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

RGB color model

#855B50 color RGB value is (133,91,80).

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

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 80 of 255 = 31%

133
91
80

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

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 80 = 304 (100%)
R 133 of 304 ~ 43.75%
G 91 of 304 ~ 29.93%
B 80 of 304 ~ 26.32%

%43.75
%29.93
%26.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 39.85%
  • key color value is 47.84%
CMYK:
(0,32,40,48)
C0M32Y40K48 
(0%,32%,40%,48%)
(0.00/0.32/0.40/0.48)	

CMYK percentages

%0
%31.58
%39.85
%47.84

Codes

Color #855B50 in popluar color models

855B50
RGB1339180
HSL12°24.88%41.76%
HSB/HSV12°39.85%52.16%
CMYK0.00%31.58%39.85%
47.84%

Color #855B50 in popluar number systems.

HEX855B50
Decimal1339180
Binary1000010110110111010000
Octal205133120

Shades and tints

Shades of #855B50

#855B50
(133,91,80)
#795349
(121,83,73)
#6D4B42
(109,75,66)
#61433B
(97,67,59)
#553B34
(85,59,52)
#49332D
(73,51,45)
#3D2B26
(61,43,38)
#31231F
(49,35,31)
#251B18
(37,27,24)
#191311
(25,19,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #855B50

#855B50
(133,91,80)
#90695F
(144,105,95)
#9B776E
(155,119,110)
#A6857D
(166,133,125)
#B1938C
(177,147,140)
#BCA19B
(188,161,155)
#C7AFAA
(199,175,170)
#D2BDB9
(210,189,185)
#DDCBC8
(221,203,200)
#E8D9D7
(232,217,215)
#F3E7E6
(243,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B50; }

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

This text font color is #855B50.


Background Color

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

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

This div background color is #855B50.


Border color

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

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

This div border color is #855B50.


Opacity

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

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

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

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

This text has shadow with #855B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B50 on black background.


Color preview on white background

This text has color #855B50 on white background.



Black color preview on #855B50 background

This text has black color on #855B50 background.


White color preview on #855B50 background

This text has white color on #855B50 background.