COLOR #857491

HEX: #857491
RGB: (133,116,145)

Color info

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

RGB color model

#857491 color RGB value is (133,116,145).

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

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 145 of 255 = 57%

133
116
145

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 145 = 394 (100%)
R 133 of 394 ~ 33.76%
G 116 of 394 ~ 29.44%
B 145 of 394 ~ 36.8%

%33.76
%29.44
%36.8

CMYK color model

#857491 color CMYK value is (8,20,0,43).

  • cyan value is 8.28%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(8,20,0,43)
C8M20Y0K43 
(8%,20%,0%,43%)
(0.08/0.20/0.00/0.43)	

CMYK percentages

%8.28
%20
%0
%43.14

Codes

Color #857491 in popluar color models

857491
RGB133116145
HSL275°11.65%51.18%
HSB/HSV275°20.00%56.86%
CMYK8.28%20.00%0.00%
43.14%

Color #857491 in popluar number systems.

HEX857491
Decimal133116145
Binary10000101111010010010001
Octal205164221

Shades and tints

Shades of #857491

#857491
(133,116,145)
#796A84
(121,106,132)
#6D6077
(109,96,119)
#61566A
(97,86,106)
#554C5D
(85,76,93)
#494250
(73,66,80)
#3D3843
(61,56,67)
#312E36
(49,46,54)
#252429
(37,36,41)
#191A1C
(25,26,28)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #857491

#857491
(133,116,145)
#90809B
(144,128,155)
#9B8CA5
(155,140,165)
#A698AF
(166,152,175)
#B1A4B9
(177,164,185)
#BCB0C3
(188,176,195)
#C7BCCD
(199,188,205)
#D2C8D7
(210,200,215)
#DDD4E1
(221,212,225)
#E8E0EB
(232,224,235)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857491; }

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

This text font color is #857491.


Background Color

.myBgColor { background-color: #857491; }

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

This div background color is #857491.


Border color

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

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

This div border color is #857491.


Opacity

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

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

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

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

This text has shadow with #857491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857491 on black background.


Color preview on white background

This text has color #857491 on white background.



Black color preview on #857491 background

This text has black color on #857491 background.


White color preview on #857491 background

This text has white color on #857491 background.