COLOR #855B66

HEX: #855B66
RGB: (133,91,102)

Color info

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

RGB color model

#855B66 color RGB value is (133,91,102).

  • red value is 133;
  • green value is 91;
  • blue value is 102.
RGB:
(133,91,102)
(52%,36%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 102 of 255 = 40%

133
91
102

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

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 102 = 326 (100%)
R 133 of 326 ~ 40.8%
G 91 of 326 ~ 27.91%
B 102 of 326 ~ 31.29%

%40.8
%27.91
%31.29

CMYK color model

#855B66 color CMYK value is (0,32,23,48).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 23.31%
  • key color value is 47.84%
CMYK:
(0,32,23,48)
C0M32Y23K48 
(0%,32%,23%,48%)
(0.00/0.32/0.23/0.48)	

CMYK percentages

%0
%31.58
%23.31
%47.84

Codes

Color #855B66 in popluar color models

855B66
RGB13391102
HSL344°18.75%43.92%
HSB/HSV344°31.58%52.16%
CMYK0.00%31.58%23.31%
47.84%

Color #855B66 in popluar number systems.

HEX855B66
Decimal13391102
Binary1000010110110111100110
Octal205133146

Shades and tints

Shades of #855B66

#855B66
(133,91,102)
#79535D
(121,83,93)
#6D4B54
(109,75,84)
#61434B
(97,67,75)
#553B42
(85,59,66)
#493339
(73,51,57)
#3D2B30
(61,43,48)
#312327
(49,35,39)
#251B1E
(37,27,30)
#191315
(25,19,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #855B66

#855B66
(133,91,102)
#906973
(144,105,115)
#9B7780
(155,119,128)
#A6858D
(166,133,141)
#B1939A
(177,147,154)
#BCA1A7
(188,161,167)
#C7AFB4
(199,175,180)
#D2BDC1
(210,189,193)
#DDCBCE
(221,203,206)
#E8D9DB
(232,217,219)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855B66 color. Also use rgb(133,91,102) instead hex code.

Text Font Color

.myTextColor { color: #855B66; }

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

This text font color is #855B66.


Background Color

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

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

This div background color is #855B66.


Border color

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

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

This div border color is #855B66.


Opacity

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

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

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

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

This text has shadow with #855B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B66 on black background.


Color preview on white background

This text has color #855B66 on white background.



Black color preview on #855B66 background

This text has black color on #855B66 background.


White color preview on #855B66 background

This text has white color on #855B66 background.