COLOR #857A80

HEX: #857A80
RGB: (133,122,128)

Color info

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

RGB color model

#857A80 color RGB value is (133,122,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 128 of 255 = 50%

133
122
128

R + G + B ~ 50%. #857A80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 128 = 383 (100%)
R 133 of 383 ~ 34.73%
G 122 of 383 ~ 31.85%
B 128 of 383 ~ 33.42%

%34.73
%31.85
%33.42

CMYK color model

#857A80 color CMYK value is (0,8,4,48).

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,8,4,48)
C0M8Y4K48 
(0%,8%,4%,48%)
(0.00/0.08/0.04/0.48)	

CMYK percentages

%0
%8.27
%3.76
%47.84

Codes

Color #857A80 in popluar color models

857A80
RGB133122128
HSL327°4.31%50.00%
HSB/HSV327°8.27%52.16%
CMYK0.00%8.27%3.76%
47.84%

Color #857A80 in popluar number systems.

HEX857A80
Decimal133122128
Binary10000101111101010000000
Octal205172200

Shades and tints

Shades of #857A80

#857A80
(133,122,128)
#796F75
(121,111,117)
#6D646A
(109,100,106)
#61595F
(97,89,95)
#554E54
(85,78,84)
#494349
(73,67,73)
#3D383E
(61,56,62)
#312D33
(49,45,51)
#252228
(37,34,40)
#19171D
(25,23,29)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #857A80

#857A80
(133,122,128)
#90868B
(144,134,139)
#9B9296
(155,146,150)
#A69EA1
(166,158,161)
#B1AAAC
(177,170,172)
#BCB6B7
(188,182,183)
#C7C2C2
(199,194,194)
#D2CECD
(210,206,205)
#DDDAD8
(221,218,216)
#E8E6E3
(232,230,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857A80; }

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

This text font color is #857A80.


Background Color

.myBgColor { background-color: #857A80; }

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

This div background color is #857A80.


Border color

.myBorderColor { border: 1px solid #857A80; }

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

This div border color is #857A80.


Opacity

.myOpacity80 { color: #857A80; opacity: 0.8; }

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

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

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

This text has shadow with #857A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857A80 on black background.


Color preview on white background

This text has color #857A80 on white background.



Black color preview on #857A80 background

This text has black color on #857A80 background.


White color preview on #857A80 background

This text has white color on #857A80 background.