COLOR #83978D

HEX: #83978D RGB: (131,151,141)

Color info

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

RGB color model

#83978D color RGB value is (131,151,141).

RGB: (131,151,141) (51%, 59%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 151 of 255 = 59%
B 141 of 255 = 55%

131
151
141

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

Portions of RGB colors in percentages

R + G + B = 131 + 151 + 141 = 423 (100%)
R 131 of 423 ~ 30.97%
G 151 of 423 ~ 35.7%
B 141 of 423 ~ 33.33'%

%30.97
%35.7
%33.33

CMYK color model

#83978D color CMYK value is (13,0,7,41).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%

CMYK: (13,0,7,41)
C13M0Y7K41 (13%, 0%, 7%, 41%)
(0.13 / 0.00 / 0.07 / 0.41)

CMYK percentages

%13.25
%0
%6.62
%40.78

Codes

Color #83978D in popluar color models

83 97 8D
RGB 131 151 141
HSL 150° 8.77% 55.29%
HSB/HSV 150° 13.25% 59.22%
CMYK 13.25% 0.00% 6.62%
40.78%

Color #83978D in popluar number systems.

HEX 83 97 8D
Decimal 131 151 141
Binary 10000011 10010111 10001101
Octal 203 227 215

Shades and tints

Shades of #83978D

#83978D
(131,151,141)
#788A81
(120,138,129)
#6D7D75
(109,125,117)
#627069
(98,112,105)
#57635D
(87,99,93)
#4C5651
(76,86,81)
#414945
(65,73,69)
#363C39
(54,60,57)
#2B2F2D
(43,47,45)
#202221
(32,34,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #83978D

#83978D
(131,151,141)
#8EA097
(142,160,151)
#99A9A1
(153,169,161)
#A4B2AB
(164,178,171)
#AFBBB5
(175,187,181)
#BAC4BF
(186,196,191)
#C5CDC9
(197,205,201)
#D0D6D3
(208,214,211)
#DBDFDD
(219,223,221)
#E6E8E7
(230,232,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83978D; }

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

This text font color is #83978D.

Background Color

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

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

This div background color is #83978D.

Border color

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

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

This div border color is #83978D.

Opacity

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

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

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

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

This text has shadow with #83978D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83978D.

Preview

Color preview on black background

This text has color #83978D on black background.


Color preview on white background

This text has color #83978D on white background.


Black color preview on #83978D background

This text has black color on #83978D background.


White color preview on #83978D background

This text has white color on #83978D background.


Related colors

Complementary color

Complementary color for #hex is #7C6872.


I love getcolorcode.com

Triadic colors

1 #8D8397 and #978D83 with #83978D are triadic colors.

2 #8D9783 and #97838D with #83978D are triadic colors.