COLOR #83948E

HEX: #83948E
RGB: (131,148,142)

Color info

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

RGB color model

#83948E color RGB value is (131,148,142).

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

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 142 of 255 = 56%

131
148
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 148 + 142 = 421 (100%)
R 131 of 421 ~ 31.12%
G 148 of 421 ~ 35.15%
B 142 of 421 ~ 33.73%

%31.12
%35.15
%33.73

CMYK color model

#83948E color CMYK value is (11,0,4,42).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 41.96%
CMYK:
(11,0,4,42)
C11M0Y4K42 
(11%,0%,4%,42%)
(0.11/0.00/0.04/0.42)	

CMYK percentages

%11.49
%0
%4.05
%41.96

Codes

Color #83948E in popluar color models

83948E
RGB131148142
HSL159°7.36%54.71%
HSB/HSV159°11.49%58.04%
CMYK11.49%0.00%4.05%
41.96%

Color #83948E in popluar number systems.

HEX83948E
Decimal131148142
Binary100000111001010010001110
Octal203224216

Shades and tints

Shades of #83948E

#83948E
(131,148,142)
#788782
(120,135,130)
#6D7A76
(109,122,118)
#626D6A
(98,109,106)
#57605E
(87,96,94)
#4C5352
(76,83,82)
#414646
(65,70,70)
#36393A
(54,57,58)
#2B2C2E
(43,44,46)
#201F22
(32,31,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #83948E

#83948E
(131,148,142)
#8E9D98
(142,157,152)
#99A6A2
(153,166,162)
#A4AFAC
(164,175,172)
#AFB8B6
(175,184,182)
#BAC1C0
(186,193,192)
#C5CACA
(197,202,202)
#D0D3D4
(208,211,212)
#DBDCDE
(219,220,222)
#E6E5E8
(230,229,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83948E; }

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

This text font color is #83948E.


Background Color

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

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

This div background color is #83948E.


Border color

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

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

This div border color is #83948E.


Opacity

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

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

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

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

This text has shadow with #83948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83948E on black background.


Color preview on white background

This text has color #83948E on white background.



Black color preview on #83948E background

This text has black color on #83948E background.


White color preview on #83948E background

This text has white color on #83948E background.