COLOR #855970

HEX: #855970
RGB: (133,89,112)

Color info

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

RGB color model

#855970 color RGB value is (133,89,112).

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

RGB channels and saturation

R 133 of 255 = 52%
G 89 of 255 = 35%
B 112 of 255 = 44%

133
89
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 89 + 112 = 334 (100%)
R 133 of 334 ~ 39.82%
G 89 of 334 ~ 26.65%
B 112 of 334 ~ 33.53%

%39.82
%26.65
%33.53

CMYK color model

#855970 color CMYK value is (0,33,16,48).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(0,33,16,48)
C0M33Y16K48 
(0%,33%,16%,48%)
(0.00/0.33/0.16/0.48)	

CMYK percentages

%0
%33.08
%15.79
%47.84

Codes

Color #855970 in popluar color models

855970
RGB13389112
HSL329°19.82%43.53%
HSB/HSV329°33.08%52.16%
CMYK0.00%33.08%15.79%
47.84%

Color #855970 in popluar number systems.

HEX855970
Decimal13389112
Binary1000010110110011110000
Octal205131160

Shades and tints

Shades of #855970

#855970
(133,89,112)
#795166
(121,81,102)
#6D495C
(109,73,92)
#614152
(97,65,82)
#553948
(85,57,72)
#49313E
(73,49,62)
#3D2934
(61,41,52)
#31212A
(49,33,42)
#251920
(37,25,32)
#191116
(25,17,22)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #855970

#855970
(133,89,112)
#90687D
(144,104,125)
#9B778A
(155,119,138)
#A68697
(166,134,151)
#B195A4
(177,149,164)
#BCA4B1
(188,164,177)
#C7B3BE
(199,179,190)
#D2C2CB
(210,194,203)
#DDD1D8
(221,209,216)
#E8E0E5
(232,224,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855970 color. Also use rgb(133,89,112) instead hex code.

Text Font Color

.myTextColor { color: #855970; }

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

This text font color is #855970.


Background Color

.myBgColor { background-color: #855970; }

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

This div background color is #855970.


Border color

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

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

This div border color is #855970.


Opacity

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

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

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

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

This text has shadow with #855970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855970 on black background.


Color preview on white background

This text has color #855970 on white background.



Black color preview on #855970 background

This text has black color on #855970 background.


White color preview on #855970 background

This text has white color on #855970 background.