COLOR #855D5E

HEX: #855D5E
RGB: (133,93,94)

Color info

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

RGB color model

#855D5E color RGB value is (133,93,94).

  • red value is 133;
  • green value is 93;
  • blue value is 94.
RGB:
(133,93,94)
(52%,36%,37%)

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 94 of 255 = 37%

133
93
94

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

Portions of RGB colors in percentages

R + G + B =
133 + 93 + 94 = 320 (100%)
R 133 of 320 ~ 41.56%
G 93 of 320 ~ 29.06%
B 94 of 320 ~ 29.38%

%41.56
%29.06
%29.38

CMYK color model

#855D5E color CMYK value is (0,30,29,48).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(0,30,29,48)
C0M30Y29K48 
(0%,30%,29%,48%)
(0.00/0.30/0.29/0.48)	

CMYK percentages

%0
%30.08
%29.32
%47.84

Codes

Color #855D5E in popluar color models

855D5E
RGB1339394
HSL359°17.70%44.31%
HSB/HSV359°30.08%52.16%
CMYK0.00%30.08%29.32%
47.84%

Color #855D5E in popluar number systems.

HEX855D5E
Decimal1339394
Binary1000010110111011011110
Octal205135136

Shades and tints

Shades of #855D5E

#855D5E
(133,93,94)
#795556
(121,85,86)
#6D4D4E
(109,77,78)
#614546
(97,69,70)
#553D3E
(85,61,62)
#493536
(73,53,54)
#3D2D2E
(61,45,46)
#312526
(49,37,38)
#251D1E
(37,29,30)
#191516
(25,21,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #855D5E

#855D5E
(133,93,94)
#906B6C
(144,107,108)
#9B797A
(155,121,122)
#A68788
(166,135,136)
#B19596
(177,149,150)
#BCA3A4
(188,163,164)
#C7B1B2
(199,177,178)
#D2BFC0
(210,191,192)
#DDCDCE
(221,205,206)
#E8DBDC
(232,219,220)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D5E color. Also use rgb(133,93,94) instead hex code.

Text Font Color

.myTextColor { color: #855D5E; }

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

This text font color is #855D5E.


Background Color

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

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

This div background color is #855D5E.


Border color

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

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

This div border color is #855D5E.


Opacity

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

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

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

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

This text has shadow with #855D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D5E on black background.


Color preview on white background

This text has color #855D5E on white background.



Black color preview on #855D5E background

This text has black color on #855D5E background.


White color preview on #855D5E background

This text has white color on #855D5E background.