COLOR #857D84

HEX: #857D84 RGB: (133,125,132)

Color info

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

RGB color model

#857D84 color RGB value is (133,125,132).

RGB: (133,125,132) (52%, 49%, 52%)

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 132 of 255 = 52%

133
125
132

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

Portions of RGB colors in percentages

R + G + B = 133 + 125 + 132 = 390 (100%)
R 133 of 390 ~ 34.1%
G 125 of 390 ~ 32.05%
B 132 of 390 ~ 33.85'%

%34.1
%32.05
%33.85

CMYK color model

#857D84 color CMYK value is (0,6,1,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 0.75%
  • key color value is 47.84%

CMYK: (0,6,1,48)
C0M6Y1K48 (0%, 6%, 1%, 48%)
(0.00 / 0.06 / 0.01 / 0.48)

CMYK percentages

%0
%6.02
%0.75
%47.84

Codes

Color #857D84 in popluar color models

85 7D 84
RGB 133 125 132
HSL 308° 3.17% 50.59%
HSB/HSV 308° 6.02% 52.16%
CMYK 0.00% 6.02% 0.75%
47.84%

Color #857D84 in popluar number systems.

HEX 85 7D 84
Decimal 133 125 132
Binary 10000101 1111101 10000100
Octal 205 175 204

Shades and tints

Shades of #857D84

#857D84
(133,125,132)
#797278
(121,114,120)
#6D676C
(109,103,108)
#615C60
(97,92,96)
#555154
(85,81,84)
#494648
(73,70,72)
#3D3B3C
(61,59,60)
#313030
(49,48,48)
#252524
(37,37,36)
#191A18
(25,26,24)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #857D84

#857D84
(133,125,132)
#90888F
(144,136,143)
#9B939A
(155,147,154)
#A69EA5
(166,158,165)
#B1A9B0
(177,169,176)
#BCB4BB
(188,180,187)
#C7BFC6
(199,191,198)
#D2CAD1
(210,202,209)
#DDD5DC
(221,213,220)
#E8E0E7
(232,224,231)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857D84 color. Also use rgb(133,125,132) instead hex code.

Text Font Color

.myTextColor { color: #857D84; }

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

This text font color is #857D84.

Background Color

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

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

This div background color is #857D84.

Border color

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

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

This div border color is #857D84.

Opacity

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

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

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

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

This text has shadow with #857D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857D84.

Preview

Color preview on black background

This text has color #857D84 on black background.


Color preview on white background

This text has color #857D84 on white background.


Black color preview on #857D84 background

This text has black color on #857D84 background.


White color preview on #857D84 background

This text has white color on #857D84 background.


Related colors

Complementary color

Complementary color for #hex is #7A827B.


I love getcolorcode.com

Triadic colors

1 #84857D and #7D8485 with #857D84 are triadic colors.

2 #847D85 and #7D8584 with #857D84 are triadic colors.