COLOR #855A6F

HEX: #855A6F
RGB: (133,90,111)

Color info

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

RGB color model

#855A6F color RGB value is (133,90,111).

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

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 111 of 255 = 44%

133
90
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 111 = 334 (100%)
R 133 of 334 ~ 39.82%
G 90 of 334 ~ 26.95%
B 111 of 334 ~ 33.23%

%39.82
%26.95
%33.23

CMYK color model

#855A6F color CMYK value is (0,32,17,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(0,32,17,48)
C0M32Y17K48 
(0%,32%,17%,48%)
(0.00/0.32/0.17/0.48)	

CMYK percentages

%0
%32.33
%16.54
%47.84

Codes

Color #855A6F in popluar color models

855A6F
RGB13390111
HSL331°19.28%43.73%
HSB/HSV331°32.33%52.16%
CMYK0.00%32.33%16.54%
47.84%

Color #855A6F in popluar number systems.

HEX855A6F
Decimal13390111
Binary1000010110110101101111
Octal205132157

Shades and tints

Shades of #855A6F

#855A6F
(133,90,111)
#795265
(121,82,101)
#6D4A5B
(109,74,91)
#614251
(97,66,81)
#553A47
(85,58,71)
#49323D
(73,50,61)
#3D2A33
(61,42,51)
#312229
(49,34,41)
#251A1F
(37,26,31)
#191215
(25,18,21)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #855A6F

#855A6F
(133,90,111)
#90697C
(144,105,124)
#9B7889
(155,120,137)
#A68796
(166,135,150)
#B196A3
(177,150,163)
#BCA5B0
(188,165,176)
#C7B4BD
(199,180,189)
#D2C3CA
(210,195,202)
#DDD2D7
(221,210,215)
#E8E1E4
(232,225,228)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A6F; }

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

This text font color is #855A6F.


Background Color

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

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

This div background color is #855A6F.


Border color

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

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

This div border color is #855A6F.


Opacity

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

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

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

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

This text has shadow with #855A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A6F on black background.


Color preview on white background

This text has color #855A6F on white background.



Black color preview on #855A6F background

This text has black color on #855A6F background.


White color preview on #855A6F background

This text has white color on #855A6F background.