COLOR #855657

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
86
87

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

Portions of RGB colors in percentages

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

%43.46
%28.1
%28.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 34.59%
  • 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
%35.34
%34.59
%47.84

Codes

Color #855657 in popluar color models

855657
RGB1338687
HSL359°21.46%42.94%
HSB/HSV359°35.34%52.16%
CMYK0.00%35.34%34.59%
47.84%

Color #855657 in popluar number systems.

HEX855657
Decimal1338687
Binary1000010110101101010111
Octal205126127

Shades and tints

Shades of #855657

#855657
(133,86,87)
#794F50
(121,79,80)
#6D4849
(109,72,73)
#614142
(97,65,66)
#553A3B
(85,58,59)
#493334
(73,51,52)
#3D2C2D
(61,44,45)
#312526
(49,37,38)
#251E1F
(37,30,31)
#191718
(25,23,24)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #855657

#855657
(133,86,87)
#906566
(144,101,102)
#9B7475
(155,116,117)
#A68384
(166,131,132)
#B19293
(177,146,147)
#BCA1A2
(188,161,162)
#C7B0B1
(199,176,177)
#D2BFC0
(210,191,192)
#DDCECF
(221,206,207)
#E8DDDE
(232,221,222)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855657; }

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

This text font color is #855657.


Background Color

.myBgColor { background-color: #855657; }

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

This div background color is #855657.


Border color

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

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

This div border color is #855657.


Opacity

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

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

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

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

This text has shadow with #855657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855657 on black background.


Color preview on white background

This text has color #855657 on white background.



Black color preview on #855657 background

This text has black color on #855657 background.


White color preview on #855657 background

This text has white color on #855657 background.