COLOR #857482

HEX: #857482
RGB: (133,116,130)

Color info

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

RGB color model

#857482 color RGB value is (133,116,130).

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

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 130 of 255 = 51%

133
116
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 130 = 379 (100%)
R 133 of 379 ~ 35.09%
G 116 of 379 ~ 30.61%
B 130 of 379 ~ 34.3%

%35.09
%30.61
%34.3

CMYK color model

#857482 color CMYK value is (0,13,2,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(0,13,2,48)
C0M13Y2K48 
(0%,13%,2%,48%)
(0.00/0.13/0.02/0.48)	

CMYK percentages

%0
%12.78
%2.26
%47.84

Codes

Color #857482 in popluar color models

857482
RGB133116130
HSL311°6.83%48.82%
HSB/HSV311°12.78%52.16%
CMYK0.00%12.78%2.26%
47.84%

Color #857482 in popluar number systems.

HEX857482
Decimal133116130
Binary10000101111010010000010
Octal205164202

Shades and tints

Shades of #857482

#857482
(133,116,130)
#796A77
(121,106,119)
#6D606C
(109,96,108)
#615661
(97,86,97)
#554C56
(85,76,86)
#49424B
(73,66,75)
#3D3840
(61,56,64)
#312E35
(49,46,53)
#25242A
(37,36,42)
#191A1F
(25,26,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #857482

#857482
(133,116,130)
#90808D
(144,128,141)
#9B8C98
(155,140,152)
#A698A3
(166,152,163)
#B1A4AE
(177,164,174)
#BCB0B9
(188,176,185)
#C7BCC4
(199,188,196)
#D2C8CF
(210,200,207)
#DDD4DA
(221,212,218)
#E8E0E5
(232,224,229)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857482; }

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

This text font color is #857482.


Background Color

.myBgColor { background-color: #857482; }

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

This div background color is #857482.


Border color

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

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

This div border color is #857482.


Opacity

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

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

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

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

This text has shadow with #857482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857482 on black background.


Color preview on white background

This text has color #857482 on white background.



Black color preview on #857482 background

This text has black color on #857482 background.


White color preview on #857482 background

This text has white color on #857482 background.