COLOR #855C6F

HEX: #855C6F
RGB: (133,92,111)

Color info

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

RGB color model

#855C6F color RGB value is (133,92,111).

  • red value is 133;
  • green value is 92;
  • blue value is 111.
RGB:
(133,92,111)
(52%,36%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 111 of 255 = 44%

133
92
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 92 + 111 = 336 (100%)
R 133 of 336 ~ 39.58%
G 92 of 336 ~ 27.38%
B 111 of 336 ~ 33.04%

%39.58
%27.38
%33.04

CMYK color model

#855C6F color CMYK value is (0,31,17,48).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(0,31,17,48)
C0M31Y17K48 
(0%,31%,17%,48%)
(0.00/0.31/0.17/0.48)	

CMYK percentages

%0
%30.83
%16.54
%47.84

Codes

Color #855C6F in popluar color models

855C6F
RGB13392111
HSL332°18.22%44.12%
HSB/HSV332°30.83%52.16%
CMYK0.00%30.83%16.54%
47.84%

Color #855C6F in popluar number systems.

HEX855C6F
Decimal13392111
Binary1000010110111001101111
Octal205134157

Shades and tints

Shades of #855C6F

#855C6F
(133,92,111)
#795465
(121,84,101)
#6D4C5B
(109,76,91)
#614451
(97,68,81)
#553C47
(85,60,71)
#49343D
(73,52,61)
#3D2C33
(61,44,51)
#312429
(49,36,41)
#251C1F
(37,28,31)
#191415
(25,20,21)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #855C6F

#855C6F
(133,92,111)
#906A7C
(144,106,124)
#9B7889
(155,120,137)
#A68696
(166,134,150)
#B194A3
(177,148,163)
#BCA2B0
(188,162,176)
#C7B0BD
(199,176,189)
#D2BECA
(210,190,202)
#DDCCD7
(221,204,215)
#E8DAE4
(232,218,228)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C6F color. Also use rgb(133,92,111) instead hex code.

Text Font Color

.myTextColor { color: #855C6F; }

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

This text font color is #855C6F.


Background Color

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

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

This div background color is #855C6F.


Border color

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

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

This div border color is #855C6F.


Opacity

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

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

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

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

This text has shadow with #855C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855C6F on black background.


Color preview on white background

This text has color #855C6F on white background.



Black color preview on #855C6F background

This text has black color on #855C6F background.


White color preview on #855C6F background

This text has white color on #855C6F background.