COLOR #83988A

HEX: #83988A
RGB: (131,152,138)

Color info

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

RGB color model

#83988A color RGB value is (131,152,138).

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

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 138 of 255 = 54%

131
152
138

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

Portions of RGB colors in percentages

R + G + B =
131 + 152 + 138 = 421 (100%)
R 131 of 421 ~ 31.12%
G 152 of 421 ~ 36.1%
B 138 of 421 ~ 32.78%

%31.12
%36.1
%32.78

CMYK color model

#83988A color CMYK value is (14,0,9,40).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(14,0,9,40)
C14M0Y9K40 
(14%,0%,9%,40%)
(0.14/0.00/0.09/0.40)	

CMYK percentages

%13.82
%0
%9.21
%40.39

Codes

Color #83988A in popluar color models

83988A
RGB131152138
HSL140°9.25%55.49%
HSB/HSV140°13.82%59.61%
CMYK13.82%0.00%9.21%
40.39%

Color #83988A in popluar number systems.

HEX83988A
Decimal131152138
Binary100000111001100010001010
Octal203230212

Shades and tints

Shades of #83988A

#83988A
(131,152,138)
#788B7E
(120,139,126)
#6D7E72
(109,126,114)
#627166
(98,113,102)
#57645A
(87,100,90)
#4C574E
(76,87,78)
#414A42
(65,74,66)
#363D36
(54,61,54)
#2B302A
(43,48,42)
#20231E
(32,35,30)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #83988A

#83988A
(131,152,138)
#8EA194
(142,161,148)
#99AA9E
(153,170,158)
#A4B3A8
(164,179,168)
#AFBCB2
(175,188,178)
#BAC5BC
(186,197,188)
#C5CEC6
(197,206,198)
#D0D7D0
(208,215,208)
#DBE0DA
(219,224,218)
#E6E9E4
(230,233,228)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83988A; }

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

This text font color is #83988A.


Background Color

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

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

This div background color is #83988A.


Border color

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

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

This div border color is #83988A.


Opacity

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

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

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

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

This text has shadow with #83988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83988A on black background.


Color preview on white background

This text has color #83988A on white background.



Black color preview on #83988A background

This text has black color on #83988A background.


White color preview on #83988A background

This text has white color on #83988A background.