COLOR #83949E

HEX: #83949E
RGB: (131,148,158)

Color info

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

RGB color model

#83949E color RGB value is (131,148,158).

  • red value is 131;
  • green value is 148;
  • blue value is 158.
RGB:
(131,148,158)
(51%,58%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 158 of 255 = 62%

131
148
158

R + G + B ~ 57%. #83949E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 148 + 158 = 437 (100%)
R 131 of 437 ~ 29.98%
G 148 of 437 ~ 33.87%
B 158 of 437 ~ 36.16%

%29.98
%33.87
%36.16

CMYK color model

#83949E color CMYK value is (17,6,0,38).

  • cyan value is 17.09%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(17,6,0,38)
C17M6Y0K38 
(17%,6%,0%,38%)
(0.17/0.06/0.00/0.38)	

CMYK percentages

%17.09
%6.33
%0
%38.04

Codes

Color #83949E in popluar color models

83949E
RGB131148158
HSL202°12.22%56.67%
HSB/HSV202°17.09%61.96%
CMYK17.09%6.33%0.00%
38.04%

Color #83949E in popluar number systems.

HEX83949E
Decimal131148158
Binary100000111001010010011110
Octal203224236

Shades and tints

Shades of #83949E

#83949E
(131,148,158)
#788790
(120,135,144)
#6D7A82
(109,122,130)
#626D74
(98,109,116)
#576066
(87,96,102)
#4C5358
(76,83,88)
#41464A
(65,70,74)
#36393C
(54,57,60)
#2B2C2E
(43,44,46)
#201F20
(32,31,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #83949E

#83949E
(131,148,158)
#8E9DA6
(142,157,166)
#99A6AE
(153,166,174)
#A4AFB6
(164,175,182)
#AFB8BE
(175,184,190)
#BAC1C6
(186,193,198)
#C5CACE
(197,202,206)
#D0D3D6
(208,211,214)
#DBDCDE
(219,220,222)
#E6E5E6
(230,229,230)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83949E color. Also use rgb(131,148,158) instead hex code.

Text Font Color

.myTextColor { color: #83949E; }

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

This text font color is #83949E.


Background Color

.myBgColor { background-color: #83949E; }

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

This div background color is #83949E.


Border color

.myBorderColor { border: 1px solid #83949E; }

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

This div border color is #83949E.


Opacity

.myOpacity80 { color: #83949E; opacity: 0.8; }

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

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

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

This text has shadow with #83949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83949E on black background.


Color preview on white background

This text has color #83949E on white background.



Black color preview on #83949E background

This text has black color on #83949E background.


White color preview on #83949E background

This text has white color on #83949E background.