COLOR #855B7B

HEX: #855B7B
RGB: (133,91,123)

Color info

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

RGB color model

#855B7B color RGB value is (133,91,123).

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

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 123 of 255 = 48%

133
91
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 123 = 347 (100%)
R 133 of 347 ~ 38.33%
G 91 of 347 ~ 26.22%
B 123 of 347 ~ 35.45%

%38.33
%26.22
%35.45

CMYK color model

#855B7B color CMYK value is (0,32,8,48).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(0,32,8,48)
C0M32Y8K48 
(0%,32%,8%,48%)
(0.00/0.32/0.08/0.48)	

CMYK percentages

%0
%31.58
%7.52
%47.84

Codes

Color #855B7B in popluar color models

855B7B
RGB13391123
HSL314°18.75%43.92%
HSB/HSV314°31.58%52.16%
CMYK0.00%31.58%7.52%
47.84%

Color #855B7B in popluar number systems.

HEX855B7B
Decimal13391123
Binary1000010110110111111011
Octal205133173

Shades and tints

Shades of #855B7B

#855B7B
(133,91,123)
#795370
(121,83,112)
#6D4B65
(109,75,101)
#61435A
(97,67,90)
#553B4F
(85,59,79)
#493344
(73,51,68)
#3D2B39
(61,43,57)
#31232E
(49,35,46)
#251B23
(37,27,35)
#191318
(25,19,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #855B7B

#855B7B
(133,91,123)
#906987
(144,105,135)
#9B7793
(155,119,147)
#A6859F
(166,133,159)
#B193AB
(177,147,171)
#BCA1B7
(188,161,183)
#C7AFC3
(199,175,195)
#D2BDCF
(210,189,207)
#DDCBDB
(221,203,219)
#E8D9E7
(232,217,231)
#F3E7F3
(243,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B7B; }

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

This text font color is #855B7B.


Background Color

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

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

This div background color is #855B7B.


Border color

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

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

This div border color is #855B7B.


Opacity

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

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

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

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

This text has shadow with #855B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B7B on black background.


Color preview on white background

This text has color #855B7B on white background.



Black color preview on #855B7B background

This text has black color on #855B7B background.


White color preview on #855B7B background

This text has white color on #855B7B background.