COLOR #857C85

HEX: #857C85 RGB: (133,124,133)

Color info

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

RGB color model

#857C85 color RGB value is (133,124,133).

RGB: (133,124,133) (52%, 49%, 52%)

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 133 of 255 = 52%

133
124
133

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

Portions of RGB colors in percentages

R + G + B = 133 + 124 + 133 = 390 (100%)
R 133 of 390 ~ 34.1%
G 124 of 390 ~ 31.79%
B 133 of 390 ~ 34.1'%

%34.1
%31.79
%34.1

CMYK color model

#857C85 color CMYK value is (0,7,0,48).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (0,7,0,48)
C0M7Y0K48 (0%, 7%, 0%, 48%)
(0.00 / 0.07 / 0.00 / 0.48)

CMYK percentages

%0
%6.77
%0
%47.84

Codes

Color #857C85 in popluar color models

85 7C 85
RGB 133 124 133
HSL 300° 3.56% 50.39%
HSB/HSV 300° 6.77% 52.16%
CMYK 0.00% 6.77% 0.00%
47.84%

Color #857C85 in popluar number systems.

HEX 85 7C 85
Decimal 133 124 133
Binary 10000101 1111100 10000101
Octal 205 174 205

Shades and tints

Shades of #857C85

#857C85
(133,124,133)
#797179
(121,113,121)
#6D666D
(109,102,109)
#615B61
(97,91,97)
#555055
(85,80,85)
#494549
(73,69,73)
#3D3A3D
(61,58,61)
#312F31
(49,47,49)
#252425
(37,36,37)
#191919
(25,25,25)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #857C85

#857C85
(133,124,133)
#908790
(144,135,144)
#9B929B
(155,146,155)
#A69DA6
(166,157,166)
#B1A8B1
(177,168,177)
#BCB3BC
(188,179,188)
#C7BEC7
(199,190,199)
#D2C9D2
(210,201,210)
#DDD4DD
(221,212,221)
#E8DFE8
(232,223,232)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C85; }

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

This text font color is #857C85.

Background Color

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

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

This div background color is #857C85.

Border color

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

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

This div border color is #857C85.

Opacity

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

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

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

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

This text has shadow with #857C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857C85.

Preview

Color preview on black background

This text has color #857C85 on black background.


Color preview on white background

This text has color #857C85 on white background.


Black color preview on #857C85 background

This text has black color on #857C85 background.


White color preview on #857C85 background

This text has white color on #857C85 background.


Related colors

Complementary color

Complementary color for #hex is #7A837A.


I love getcolorcode.com

Triadic colors

1 #85857C and #7C8585 with #857C85 are triadic colors.

2 #857C85 and #7C8585 with #857C85 are triadic colors.