COLOR #83979A

HEX: #83979A RGB: (131,151,154)

Color info

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

RGB color model

#83979A color RGB value is (131,151,154).

RGB: (131,151,154) (51%, 59%, 60%)

RGB channels and saturation

R 131 of 255 = 51%
G 151 of 255 = 59%
B 154 of 255 = 60%

131
151
154

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

Portions of RGB colors in percentages

R + G + B = 131 + 151 + 154 = 436 (100%)
R 131 of 436 ~ 30.05%
G 151 of 436 ~ 34.63%
B 154 of 436 ~ 35.32'%

%30.05
%34.63
%35.32

CMYK color model

#83979A color CMYK value is (15,2,0,40).

  • cyan value is 14.94%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (15,2,0,40)
C15M2Y0K40 (15%, 2%, 0%, 40%)
(0.15 / 0.02 / 0.00 / 0.40)

CMYK percentages

%14.94
%1.95
%0
%39.61

Codes

Color #83979A in popluar color models

83 97 9A
RGB 131 151 154
HSL 188° 10.22% 55.88%
HSB/HSV 188° 14.94% 60.39%
CMYK 14.94% 1.95% 0.00%
39.61%

Color #83979A in popluar number systems.

HEX 83 97 9A
Decimal 131 151 154
Binary 10000011 10010111 10011010
Octal 203 227 232

Shades and tints

Shades of #83979A

#83979A
(131,151,154)
#788A8C
(120,138,140)
#6D7D7E
(109,125,126)
#627070
(98,112,112)
#576362
(87,99,98)
#4C5654
(76,86,84)
#414946
(65,73,70)
#363C38
(54,60,56)
#2B2F2A
(43,47,42)
#20221C
(32,34,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #83979A

#83979A
(131,151,154)
#8EA0A3
(142,160,163)
#99A9AC
(153,169,172)
#A4B2B5
(164,178,181)
#AFBBBE
(175,187,190)
#BAC4C7
(186,196,199)
#C5CDD0
(197,205,208)
#D0D6D9
(208,214,217)
#DBDFE2
(219,223,226)
#E6E8EB
(230,232,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83979A color. Also use rgb(131,151,154) instead hex code.

Text Font Color

.myTextColor { color: #83979A; }

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

This text font color is #83979A.

Background Color

.myBgColor { background-color: #83979A; }

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

This div background color is #83979A.

Border color

.myBorderColor { border: 1px solid #83979A; }

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

This div border color is #83979A.

Opacity

.myOpacity80 { color: #83979A; opacity: 0.8; }

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

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

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

This text has shadow with #83979A color.


.textShadow {text-shadow: 3px 3px 1px #83979A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83979A; -webkit-box-shadow: 1px 1px 3px 2px #83979A; box-shadow:1px 1px 3px 2px #83979A;">
Div content here
</div>

This div box has shadow with color #83979A.

Preview

Color preview on black background

This text has color #83979A on black background.


Color preview on white background

This text has color #83979A on white background.


Black color preview on #83979A background

This text has black color on #83979A background.


White color preview on #83979A background

This text has white color on #83979A background.


Related colors

Complementary color

Complementary color for #hex is #7C6865.


I love getcolorcode.com

Triadic colors

1 #9A8397 and #979A83 with #83979A are triadic colors.

2 #9A9783 and #97839A with #83979A are triadic colors.