COLOR #857285

HEX: #857285
RGB: (133,114,133)

Color info

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

RGB color model

#857285 color RGB value is (133,114,133).

  • red value is 133;
  • green value is 114;
  • blue value is 133.
RGB:
(133,114,133)
(52%,45%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 114 of 255 = 45%
B 133 of 255 = 52%

133
114
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 133 = 380 (100%)
R 133 of 380 ~ 35%
G 114 of 380 ~ 30%
B 133 of 380 ~ 35%

%35
%30
%35

CMYK color model

#857285 color CMYK value is (0,14,0,48).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(0,14,0,48)
C0M14Y0K48 
(0%,14%,0%,48%)
(0.00/0.14/0.00/0.48)	

CMYK percentages

%0
%14.29
%0
%47.84

Codes

Color #857285 in popluar color models

857285
RGB133114133
HSL300°7.69%48.43%
HSB/HSV300°14.29%52.16%
CMYK0.00%14.29%0.00%
47.84%

Color #857285 in popluar number systems.

HEX857285
Decimal133114133
Binary10000101111001010000101
Octal205162205

Shades and tints

Shades of #857285

#857285
(133,114,133)
#796879
(121,104,121)
#6D5E6D
(109,94,109)
#615461
(97,84,97)
#554A55
(85,74,85)
#494049
(73,64,73)
#3D363D
(61,54,61)
#312C31
(49,44,49)
#252225
(37,34,37)
#191819
(25,24,25)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #857285

#857285
(133,114,133)
#907E90
(144,126,144)
#9B8A9B
(155,138,155)
#A696A6
(166,150,166)
#B1A2B1
(177,162,177)
#BCAEBC
(188,174,188)
#C7BAC7
(199,186,199)
#D2C6D2
(210,198,210)
#DDD2DD
(221,210,221)
#E8DEE8
(232,222,232)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857285; }

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

This text font color is #857285.


Background Color

.myBgColor { background-color: #857285; }

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

This div background color is #857285.


Border color

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

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

This div border color is #857285.


Opacity

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

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

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

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

This text has shadow with #857285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857285 on black background.


Color preview on white background

This text has color #857285 on white background.



Black color preview on #857285 background

This text has black color on #857285 background.


White color preview on #857285 background

This text has white color on #857285 background.