COLOR #855756

HEX: #855756
RGB: (133,87,86)

Color info

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

RGB color model

#855756 color RGB value is (133,87,86).

  • red value is 133;
  • green value is 87;
  • blue value is 86.
RGB:
(133,87,86)
(52%,34%,34%)

RGB channels and saturation

R 133 of 255 = 52%
G 87 of 255 = 34%
B 86 of 255 = 34%

133
87
86

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

Portions of RGB colors in percentages

R + G + B =
133 + 87 + 86 = 306 (100%)
R 133 of 306 ~ 43.46%
G 87 of 306 ~ 28.43%
B 86 of 306 ~ 28.1%

%43.46
%28.43
%28.1

CMYK color model

#855756 color CMYK value is (0,35,35,48).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 35.34%
  • key color value is 47.84%
CMYK:
(0,35,35,48)
C0M35Y35K48 
(0%,35%,35%,48%)
(0.00/0.35/0.35/0.48)	

CMYK percentages

%0
%34.59
%35.34
%47.84

Codes

Color #855756 in popluar color models

855756
RGB1338786
HSL21.46%42.94%
HSB/HSV35.34%52.16%
CMYK0.00%34.59%35.34%
47.84%

Color #855756 in popluar number systems.

HEX855756
Decimal1338786
Binary1000010110101111010110
Octal205127126

Shades and tints

Shades of #855756

#855756
(133,87,86)
#79504F
(121,80,79)
#6D4948
(109,73,72)
#614241
(97,66,65)
#553B3A
(85,59,58)
#493433
(73,52,51)
#3D2D2C
(61,45,44)
#312625
(49,38,37)
#251F1E
(37,31,30)
#191817
(25,24,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #855756

#855756
(133,87,86)
#906665
(144,102,101)
#9B7574
(155,117,116)
#A68483
(166,132,131)
#B19392
(177,147,146)
#BCA2A1
(188,162,161)
#C7B1B0
(199,177,176)
#D2C0BF
(210,192,191)
#DDCFCE
(221,207,206)
#E8DEDD
(232,222,221)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855756 color. Also use rgb(133,87,86) instead hex code.

Text Font Color

.myTextColor { color: #855756; }

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

This text font color is #855756.


Background Color

.myBgColor { background-color: #855756; }

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

This div background color is #855756.


Border color

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

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

This div border color is #855756.


Opacity

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

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

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

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

This text has shadow with #855756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855756 on black background.


Color preview on white background

This text has color #855756 on white background.



Black color preview on #855756 background

This text has black color on #855756 background.


White color preview on #855756 background

This text has white color on #855756 background.