COLOR #855E70

HEX: #855E70 RGB: (133,94,112)

Color info

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

RGB color model

#855E70 color RGB value is (133,94,112).

RGB: (133,94,112) (52%, 37%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 112 of 255 = 44%

133
94
112

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

Portions of RGB colors in percentages

R + G + B = 133 + 94 + 112 = 339 (100%)
R 133 of 339 ~ 39.23%
G 94 of 339 ~ 27.73%
B 112 of 339 ~ 33.04'%

%39.23
%27.73
%33.04

CMYK color model

#855E70 color CMYK value is (0,29,16,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK: (0,29,16,48) C0M29Y16K48 (0%,29%,16%,48%) (0.00/0.29/0.16/0.48) 

CMYK percentages

%0
%29.32
%15.79
%47.84

Codes

Color #855E70 in popluar color models

85 5E 70
RGB 133 94 112
HSL 332° 17.18% 44.51%
HSB/HSV 332° 29.32% 52.16%
CMYK 0.00% 29.32% 15.79%
47.84%

Color #855E70 in popluar number systems.

HEX 85 5E 70
Decimal 133 94 112
Binary 10000101 1011110 1110000
Octal 205 136 160

Shades and tints

Shades of #855E70

#855E70
(133,94,112)
#795666
(121,86,102)
#6D4E5C
(109,78,92)
#614652
(97,70,82)
#553E48
(85,62,72)
#49363E
(73,54,62)
#3D2E34
(61,46,52)
#31262A
(49,38,42)
#251E20
(37,30,32)
#191616
(25,22,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #855E70

#855E70
(133,94,112)
#906C7D
(144,108,125)
#9B7A8A
(155,122,138)
#A68897
(166,136,151)
#B196A4
(177,150,164)
#BCA4B1
(188,164,177)
#C7B2BE
(199,178,190)
#D2C0CB
(210,192,203)
#DDCED8
(221,206,216)
#E8DCE5
(232,220,229)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855E70; }

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

This text font color is #855E70.

Background Color

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

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

This div background color is #855E70.

Border color

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

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

This div border color is #855E70.

Opacity

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

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

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

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

This text has shadow with #855E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855E70.

Preview

Color preview on black background

This text has color #855E70 on black background.


Color preview on white background

This text has color #855E70 on white background.


Black color preview on #855E70 background

This text has black color on #855E70 background.


White color preview on #855E70 background

This text has white color on #855E70 background.


Related colors

Complementary color

Complementary color for #hex is #7AA18F.


I love getcolorcode.com

Triadic colors

1 #70855E and #5E7085 with #855E70 are triadic colors.

2 #705E85 and #5E8570 with #855E70 are triadic colors.