COLOR #857080

HEX: #857080
RGB: (133,112,128)

Color info

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

RGB color model

#857080 color RGB value is (133,112,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 128 of 255 = 50%

133
112
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 128 = 373 (100%)
R 133 of 373 ~ 35.66%
G 112 of 373 ~ 30.03%
B 128 of 373 ~ 34.32%

%35.66
%30.03
%34.32

CMYK color model

#857080 color CMYK value is (0,16,4,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,16,4,48)
C0M16Y4K48 
(0%,16%,4%,48%)
(0.00/0.16/0.04/0.48)	

CMYK percentages

%0
%15.79
%3.76
%47.84

Codes

Color #857080 in popluar color models

857080
RGB133112128
HSL314°8.57%48.04%
HSB/HSV314°15.79%52.16%
CMYK0.00%15.79%3.76%
47.84%

Color #857080 in popluar number systems.

HEX857080
Decimal133112128
Binary10000101111000010000000
Octal205160200

Shades and tints

Shades of #857080

#857080
(133,112,128)
#796675
(121,102,117)
#6D5C6A
(109,92,106)
#61525F
(97,82,95)
#554854
(85,72,84)
#493E49
(73,62,73)
#3D343E
(61,52,62)
#312A33
(49,42,51)
#252028
(37,32,40)
#19161D
(25,22,29)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #857080

#857080
(133,112,128)
#907D8B
(144,125,139)
#9B8A96
(155,138,150)
#A697A1
(166,151,161)
#B1A4AC
(177,164,172)
#BCB1B7
(188,177,183)
#C7BEC2
(199,190,194)
#D2CBCD
(210,203,205)
#DDD8D8
(221,216,216)
#E8E5E3
(232,229,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857080; }

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

This text font color is #857080.


Background Color

.myBgColor { background-color: #857080; }

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

This div background color is #857080.


Border color

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

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

This div border color is #857080.


Opacity

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

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

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

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

This text has shadow with #857080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857080 on black background.


Color preview on white background

This text has color #857080 on white background.



Black color preview on #857080 background

This text has black color on #857080 background.


White color preview on #857080 background

This text has white color on #857080 background.