COLOR #83978C

HEX: #83978C
RGB: (131,151,140)

Color info

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

RGB color model

#83978C color RGB value is (131,151,140).

  • red value is 131;
  • green value is 151;
  • blue value is 140.
RGB:
(131,151,140)
(51%,59%,55%)

RGB channels and saturation

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

131
151
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 151 + 140 = 422 (100%)
R 131 of 422 ~ 31.04%
G 151 of 422 ~ 35.78%
B 140 of 422 ~ 33.18%

%31.04
%35.78
%33.18

CMYK color model

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

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • 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
%7.28
%40.78

Codes

Color #83978C in popluar color models

83978C
RGB131151140
HSL147°8.77%55.29%
HSB/HSV147°13.25%59.22%
CMYK13.25%0.00%7.28%
40.78%

Color #83978C in popluar number systems.

HEX83978C
Decimal131151140
Binary100000111001011110001100
Octal203227214

Shades and tints

Shades of #83978C

#83978C
(131,151,140)
#788A80
(120,138,128)
#6D7D74
(109,125,116)
#627068
(98,112,104)
#57635C
(87,99,92)
#4C5650
(76,86,80)
#414944
(65,73,68)
#363C38
(54,60,56)
#2B2F2C
(43,47,44)
#202220
(32,34,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #83978C

#83978C
(131,151,140)
#8EA096
(142,160,150)
#99A9A0
(153,169,160)
#A4B2AA
(164,178,170)
#AFBBB4
(175,187,180)
#BAC4BE
(186,196,190)
#C5CDC8
(197,205,200)
#D0D6D2
(208,214,210)
#DBDFDC
(219,223,220)
#E6E8E6
(230,232,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83978C; }

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

This text font color is #83978C.


Background Color

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

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

This div background color is #83978C.


Border color

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

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

This div border color is #83978C.


Opacity

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

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

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

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

This text has shadow with #83978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83978C on black background.


Color preview on white background

This text has color #83978C on white background.



Black color preview on #83978C background

This text has black color on #83978C background.


White color preview on #83978C background

This text has white color on #83978C background.