COLOR #857483

HEX: #857483
RGB: (133,116,131)

Color info

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

RGB color model

#857483 color RGB value is (133,116,131).

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

RGB channels and saturation

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

133
116
131

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 131 = 380 (100%)
R 133 of 380 ~ 35%
G 116 of 380 ~ 30.53%
B 131 of 380 ~ 34.47%

%35
%30.53
%34.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 1.50%
  • 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
%1.5
%47.84

Codes

Color #857483 in popluar color models

857483
RGB133116131
HSL307°6.83%48.82%
HSB/HSV307°12.78%52.16%
CMYK0.00%12.78%1.50%
47.84%

Color #857483 in popluar number systems.

HEX857483
Decimal133116131
Binary10000101111010010000011
Octal205164203

Shades and tints

Shades of #857483

#857483
(133,116,131)
#796A78
(121,106,120)
#6D606D
(109,96,109)
#615662
(97,86,98)
#554C57
(85,76,87)
#49424C
(73,66,76)
#3D3841
(61,56,65)
#312E36
(49,46,54)
#25242B
(37,36,43)
#191A20
(25,26,32)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #857483

#857483
(133,116,131)
#90808E
(144,128,142)
#9B8C99
(155,140,153)
#A698A4
(166,152,164)
#B1A4AF
(177,164,175)
#BCB0BA
(188,176,186)
#C7BCC5
(199,188,197)
#D2C8D0
(210,200,208)
#DDD4DB
(221,212,219)
#E8E0E6
(232,224,230)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857483; }

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

This text font color is #857483.


Background Color

.myBgColor { background-color: #857483; }

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

This div background color is #857483.


Border color

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

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

This div border color is #857483.


Opacity

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

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

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

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

This text has shadow with #857483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857483 on black background.


Color preview on white background

This text has color #857483 on white background.



Black color preview on #857483 background

This text has black color on #857483 background.


White color preview on #857483 background

This text has white color on #857483 background.