COLOR #83948D

HEX: #83948D RGB: (131,148,141)

Color info

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

RGB color model

#83948D color RGB value is (131,148,141).

RGB: (131,148,141) (51%, 58%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 141 of 255 = 55%

131
148
141

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

Portions of RGB colors in percentages

R + G + B = 131 + 148 + 141 = 420 (100%)
R 131 of 420 ~ 31.19%
G 148 of 420 ~ 35.24%
B 141 of 420 ~ 33.57'%

%31.19
%35.24
%33.57

CMYK color model

#83948D color CMYK value is (11,0,5,42).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 4.73%
  • key color value is 41.96%

CMYK: (11,0,5,42)
C11M0Y5K42 (11%, 0%, 5%, 42%)
(0.11 / 0.00 / 0.05 / 0.42)

CMYK percentages

%11.49
%0
%4.73
%41.96

Codes

Color #83948D in popluar color models

83 94 8D
RGB 131 148 141
HSL 155° 7.36% 54.71%
HSB/HSV 155° 11.49% 58.04%
CMYK 11.49% 0.00% 4.73%
41.96%

Color #83948D in popluar number systems.

HEX 83 94 8D
Decimal 131 148 141
Binary 10000011 10010100 10001101
Octal 203 224 215

Shades and tints

Shades of #83948D

#83948D
(131,148,141)
#788781
(120,135,129)
#6D7A75
(109,122,117)
#626D69
(98,109,105)
#57605D
(87,96,93)
#4C5351
(76,83,81)
#414645
(65,70,69)
#363939
(54,57,57)
#2B2C2D
(43,44,45)
#201F21
(32,31,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #83948D

#83948D
(131,148,141)
#8E9D97
(142,157,151)
#99A6A1
(153,166,161)
#A4AFAB
(164,175,171)
#AFB8B5
(175,184,181)
#BAC1BF
(186,193,191)
#C5CAC9
(197,202,201)
#D0D3D3
(208,211,211)
#DBDCDD
(219,220,221)
#E6E5E7
(230,229,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83948D; }

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

This text font color is #83948D.

Background Color

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

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

This div background color is #83948D.

Border color

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

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

This div border color is #83948D.

Opacity

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

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

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

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

This text has shadow with #83948D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83948D.

Preview

Color preview on black background

This text has color #83948D on black background.


Color preview on white background

This text has color #83948D on white background.


Black color preview on #83948D background

This text has black color on #83948D background.


White color preview on #83948D background

This text has white color on #83948D background.


Related colors

Complementary color

Complementary color for #hex is #7C6B72.


I love getcolorcode.com

Triadic colors

1 #8D8394 and #948D83 with #83948D are triadic colors.

2 #8D9483 and #94838D with #83948D are triadic colors.