COLOR #857081

HEX: #857081
RGB: (133,112,129)

Color info

#857081 contains red, green and blue colors in about the same proportion. Web safe color of #857081 is #996699 (or #969).

RGB color model

#857081 color RGB value is (133,112,129).

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

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 129 of 255 = 51%

133
112
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 129 = 374 (100%)
R 133 of 374 ~ 35.56%
G 112 of 374 ~ 29.95%
B 129 of 374 ~ 34.49%

%35.56
%29.95
%34.49

CMYK color model

#857081 color CMYK value is (0,16,3,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(0,16,3,48)
C0M16Y3K48 
(0%,16%,3%,48%)
(0.00/0.16/0.03/0.48)	

CMYK percentages

%0
%15.79
%3.01
%47.84

Codes

Color #857081 in popluar color models

857081
RGB133112129
HSL311°8.57%48.04%
HSB/HSV311°15.79%52.16%
CMYK0.00%15.79%3.01%
47.84%

Color #857081 in popluar number systems.

HEX857081
Decimal133112129
Binary10000101111000010000001
Octal205160201

Shades and tints

Shades of #857081

#857081
(133,112,129)
#796676
(121,102,118)
#6D5C6B
(109,92,107)
#615260
(97,82,96)
#554855
(85,72,85)
#493E4A
(73,62,74)
#3D343F
(61,52,63)
#312A34
(49,42,52)
#252029
(37,32,41)
#19161E
(25,22,30)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #857081

#857081
(133,112,129)
#907D8C
(144,125,140)
#9B8A97
(155,138,151)
#A697A2
(166,151,162)
#B1A4AD
(177,164,173)
#BCB1B8
(188,177,184)
#C7BEC3
(199,190,195)
#D2CBCE
(210,203,206)
#DDD8D9
(221,216,217)
#E8E5E4
(232,229,228)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857081; }

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

This text font color is #857081.


Background Color

.myBgColor { background-color: #857081; }

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

This div background color is #857081.


Border color

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

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

This div border color is #857081.


Opacity

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

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

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

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

This text has shadow with #857081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857081 on black background.


Color preview on white background

This text has color #857081 on white background.



Black color preview on #857081 background

This text has black color on #857081 background.


White color preview on #857081 background

This text has white color on #857081 background.