COLOR #855B4C

HEX: #855B4C
RGB: (133,91,76)

Color info

#855B4C contains red, green and blue colors in about the same proportion. Web safe color of #855B4C is #996633 (or #963).

RGB color model

#855B4C color RGB value is (133,91,76).

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

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 76 of 255 = 30%

133
91
76

R + G + B ~ 39%. #855B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 76 = 300 (100%)
R 133 of 300 ~ 44.33%
G 91 of 300 ~ 30.33%
B 76 of 300 ~ 25.33%

%44.33
%30.33
%25.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 42.86%
  • key color value is 47.84%
CMYK:
(0,32,43,48)
C0M32Y43K48 
(0%,32%,43%,48%)
(0.00/0.32/0.43/0.48)	

CMYK percentages

%0
%31.58
%42.86
%47.84

Codes

Color #855B4C in popluar color models

855B4C
RGB1339176
HSL16°27.27%40.98%
HSB/HSV16°42.86%52.16%
CMYK0.00%31.58%42.86%
47.84%

Color #855B4C in popluar number systems.

HEX855B4C
Decimal1339176
Binary1000010110110111001100
Octal205133114

Shades and tints

Shades of #855B4C

#855B4C
(133,91,76)
#795346
(121,83,70)
#6D4B40
(109,75,64)
#61433A
(97,67,58)
#553B34
(85,59,52)
#49332E
(73,51,46)
#3D2B28
(61,43,40)
#312322
(49,35,34)
#251B1C
(37,27,28)
#191316
(25,19,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #855B4C

#855B4C
(133,91,76)
#90695C
(144,105,92)
#9B776C
(155,119,108)
#A6857C
(166,133,124)
#B1938C
(177,147,140)
#BCA19C
(188,161,156)
#C7AFAC
(199,175,172)
#D2BDBC
(210,189,188)
#DDCBCC
(221,203,204)
#E8D9DC
(232,217,220)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B4C; }

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

This text font color is #855B4C.


Background Color

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

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

This div background color is #855B4C.


Border color

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

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

This div border color is #855B4C.


Opacity

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

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

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

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

This text has shadow with #855B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B4C on black background.


Color preview on white background

This text has color #855B4C on white background.



Black color preview on #855B4C background

This text has black color on #855B4C background.


White color preview on #855B4C background

This text has white color on #855B4C background.