COLOR #83988E

HEX: #83988E
RGB: (131,152,142)

Color info

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

RGB color model

#83988E color RGB value is (131,152,142).

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

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 142 of 255 = 56%

131
152
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 152 + 142 = 425 (100%)
R 131 of 425 ~ 30.82%
G 152 of 425 ~ 35.76%
B 142 of 425 ~ 33.41%

%30.82
%35.76
%33.41

CMYK color model

#83988E color CMYK value is (14,0,7,40).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(14,0,7,40)
C14M0Y7K40 
(14%,0%,7%,40%)
(0.14/0.00/0.07/0.40)	

CMYK percentages

%13.82
%0
%6.58
%40.39

Codes

Color #83988E in popluar color models

83988E
RGB131152142
HSL151°9.25%55.49%
HSB/HSV151°13.82%59.61%
CMYK13.82%0.00%6.58%
40.39%

Color #83988E in popluar number systems.

HEX83988E
Decimal131152142
Binary100000111001100010001110
Octal203230216

Shades and tints

Shades of #83988E

#83988E
(131,152,142)
#788B82
(120,139,130)
#6D7E76
(109,126,118)
#62716A
(98,113,106)
#57645E
(87,100,94)
#4C5752
(76,87,82)
#414A46
(65,74,70)
#363D3A
(54,61,58)
#2B302E
(43,48,46)
#202322
(32,35,34)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #83988E

#83988E
(131,152,142)
#8EA198
(142,161,152)
#99AAA2
(153,170,162)
#A4B3AC
(164,179,172)
#AFBCB6
(175,188,182)
#BAC5C0
(186,197,192)
#C5CECA
(197,206,202)
#D0D7D4
(208,215,212)
#DBE0DE
(219,224,222)
#E6E9E8
(230,233,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83988E; }

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

This text font color is #83988E.


Background Color

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

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

This div background color is #83988E.


Border color

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

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

This div border color is #83988E.


Opacity

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

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

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

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

This text has shadow with #83988E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83988E on black background.


Color preview on white background

This text has color #83988E on white background.



Black color preview on #83988E background

This text has black color on #83988E background.


White color preview on #83988E background

This text has white color on #83988E background.