COLOR #83859F

HEX: #83859F
RGB: (131,133,159)

Color info

#83859F contains red, green and blue colors in about the same proportion. Web safe color of #83859F is #999999 (or #999).

RGB color model

#83859F color RGB value is (131,133,159).

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

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 159 of 255 = 62%

131
133
159

R + G + B ~ 55%. #83859F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 159 = 423 (100%)
R 131 of 423 ~ 30.97%
G 133 of 423 ~ 31.44%
B 159 of 423 ~ 37.59%

%30.97
%31.44
%37.59

CMYK color model

#83859F color CMYK value is (18,16,0,38).

  • cyan value is 17.61%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(18,16,0,38)
C18M16Y0K38 
(18%,16%,0%,38%)
(0.18/0.16/0.00/0.38)	

CMYK percentages

%17.61
%16.35
%0
%37.65

Codes

Color #83859F in popluar color models

83859F
RGB131133159
HSL236°12.73%56.86%
HSB/HSV236°17.61%62.35%
CMYK17.61%16.35%0.00%
37.65%

Color #83859F in popluar number systems.

HEX83859F
Decimal131133159
Binary100000111000010110011111
Octal203205237

Shades and tints

Shades of #83859F

#83859F
(131,133,159)
#787991
(120,121,145)
#6D6D83
(109,109,131)
#626175
(98,97,117)
#575567
(87,85,103)
#4C4959
(76,73,89)
#413D4B
(65,61,75)
#36313D
(54,49,61)
#2B252F
(43,37,47)
#201921
(32,25,33)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #83859F

#83859F
(131,133,159)
#8E90A7
(142,144,167)
#999BAF
(153,155,175)
#A4A6B7
(164,166,183)
#AFB1BF
(175,177,191)
#BABCC7
(186,188,199)
#C5C7CF
(197,199,207)
#D0D2D7
(208,210,215)
#DBDDDF
(219,221,223)
#E6E8E7
(230,232,231)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83859F; }

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

This text font color is #83859F.


Background Color

.myBgColor { background-color: #83859F; }

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

This div background color is #83859F.


Border color

.myBorderColor { border: 1px solid #83859F; }

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

This div border color is #83859F.


Opacity

.myOpacity80 { color: #83859F; opacity: 0.8; }

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

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

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

This text has shadow with #83859F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83859F on black background.


Color preview on white background

This text has color #83859F on white background.



Black color preview on #83859F background

This text has black color on #83859F background.


White color preview on #83859F background

This text has white color on #83859F background.