COLOR #83908B

HEX: #83908B
RGB: (131,144,139)

Color info

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

RGB color model

#83908B color RGB value is (131,144,139).

  • red value is 131;
  • green value is 144;
  • blue value is 139.
RGB:
(131,144,139)
(51%,56%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 139 of 255 = 55%

131
144
139

R + G + B ~ 54%. #83908B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 144 + 139 = 414 (100%)
R 131 of 414 ~ 31.64%
G 144 of 414 ~ 34.78%
B 139 of 414 ~ 33.57%

%31.64
%34.78
%33.57

CMYK color model

#83908B color CMYK value is (9,0,3,44).

  • cyan value is 9.03%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 43.53%
CMYK:
(9,0,3,44)
C9M0Y3K44 
(9%,0%,3%,44%)
(0.09/0.00/0.03/0.44)	

CMYK percentages

%9.03
%0
%3.47
%43.53

Codes

Color #83908B in popluar color models

83908B
RGB131144139
HSL157°5.53%53.92%
HSB/HSV157°9.03%56.47%
CMYK9.03%0.00%3.47%
43.53%

Color #83908B in popluar number systems.

HEX83908B
Decimal131144139
Binary100000111001000010001011
Octal203220213

Shades and tints

Shades of #83908B

#83908B
(131,144,139)
#78837F
(120,131,127)
#6D7673
(109,118,115)
#626967
(98,105,103)
#575C5B
(87,92,91)
#4C4F4F
(76,79,79)
#414243
(65,66,67)
#363537
(54,53,55)
#2B282B
(43,40,43)
#201B1F
(32,27,31)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #83908B

#83908B
(131,144,139)
#8E9A95
(142,154,149)
#99A49F
(153,164,159)
#A4AEA9
(164,174,169)
#AFB8B3
(175,184,179)
#BAC2BD
(186,194,189)
#C5CCC7
(197,204,199)
#D0D6D1
(208,214,209)
#DBE0DB
(219,224,219)
#E6EAE5
(230,234,229)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83908B color. Also use rgb(131,144,139) instead hex code.

Text Font Color

.myTextColor { color: #83908B; }

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

This text font color is #83908B.


Background Color

.myBgColor { background-color: #83908B; }

<div style="background-color:#83908B">Inner text</div>

This div background color is #83908B.


Border color

.myBorderColor { border: 1px solid #83908B; }

<div style="border:3px solid #83908B">Div</div>

This div border color is #83908B.


Opacity

.myOpacity80 { color: #83908B; opacity: 0.8; }

<p style="color:#83908B;opacity:0.8;">80%</p>

Text with #83908B 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 #83908B;}

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

This text has shadow with #83908B color.

.textShadow {text-shadow: 3px 3px 1px #83908B, 3px 3px 1px red;}

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

This text has shadow with #83908B primary color and red secondary color.


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

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

This text has shadow with #83908B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83908B on black background.


Color preview on white background

This text has color #83908B on white background.



Black color preview on #83908B background

This text has black color on #83908B background.


White color preview on #83908B background

This text has white color on #83908B background.