COLOR #857F82

HEX: #857F82
RGB: (133,127,130)

Color info

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

RGB color model

#857F82 color RGB value is (133,127,130).

  • red value is 133;
  • green value is 127;
  • blue value is 130.
RGB:
(133,127,130)
(52%,50%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 130 of 255 = 51%

133
127
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 130 = 390 (100%)
R 133 of 390 ~ 34.1%
G 127 of 390 ~ 32.56%
B 130 of 390 ~ 33.33%

%34.1
%32.56
%33.33

CMYK color model

#857F82 color CMYK value is (0,5,2,48).

  • cyan value is 0.00%
  • magenta value is 4.51%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(0,5,2,48)
C0M5Y2K48 
(0%,5%,2%,48%)
(0.00/0.05/0.02/0.48)	

CMYK percentages

%0
%4.51
%2.26
%47.84

Codes

Color #857F82 in popluar color models

857F82
RGB133127130
HSL330°2.40%50.98%
HSB/HSV330°4.51%52.16%
CMYK0.00%4.51%2.26%
47.84%

Color #857F82 in popluar number systems.

HEX857F82
Decimal133127130
Binary10000101111111110000010
Octal205177202

Shades and tints

Shades of #857F82

#857F82
(133,127,130)
#797477
(121,116,119)
#6D696C
(109,105,108)
#615E61
(97,94,97)
#555356
(85,83,86)
#49484B
(73,72,75)
#3D3D40
(61,61,64)
#313235
(49,50,53)
#25272A
(37,39,42)
#191C1F
(25,28,31)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #857F82

#857F82
(133,127,130)
#908A8D
(144,138,141)
#9B9598
(155,149,152)
#A6A0A3
(166,160,163)
#B1ABAE
(177,171,174)
#BCB6B9
(188,182,185)
#C7C1C4
(199,193,196)
#D2CCCF
(210,204,207)
#DDD7DA
(221,215,218)
#E8E2E5
(232,226,229)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857F82 color. Also use rgb(133,127,130) instead hex code.

Text Font Color

.myTextColor { color: #857F82; }

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

This text font color is #857F82.


Background Color

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

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

This div background color is #857F82.


Border color

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

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

This div border color is #857F82.


Opacity

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

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

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

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

This text has shadow with #857F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F82 on black background.


Color preview on white background

This text has color #857F82 on white background.



Black color preview on #857F82 background

This text has black color on #857F82 background.


White color preview on #857F82 background

This text has white color on #857F82 background.