COLOR #83938B

HEX: #83938B
RGB: (131,147,139)

Color info

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

RGB color model

#83938B color RGB value is (131,147,139).

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

RGB channels and saturation

R 131 of 255 = 51%
G 147 of 255 = 58%
B 139 of 255 = 55%

131
147
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 147 + 139 = 417 (100%)
R 131 of 417 ~ 31.41%
G 147 of 417 ~ 35.25%
B 139 of 417 ~ 33.33%

%31.41
%35.25
%33.33

CMYK color model

#83938B color CMYK value is (11,0,5,42).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 42.35%
CMYK:
(11,0,5,42)
C11M0Y5K42 
(11%,0%,5%,42%)
(0.11/0.00/0.05/0.42)	

CMYK percentages

%10.88
%0
%5.44
%42.35

Codes

Color #83938B in popluar color models

83938B
RGB131147139
HSL150°6.90%54.51%
HSB/HSV150°10.88%57.65%
CMYK10.88%0.00%5.44%
42.35%

Color #83938B in popluar number systems.

HEX83938B
Decimal131147139
Binary100000111001001110001011
Octal203223213

Shades and tints

Shades of #83938B

#83938B
(131,147,139)
#78867F
(120,134,127)
#6D7973
(109,121,115)
#626C67
(98,108,103)
#575F5B
(87,95,91)
#4C524F
(76,82,79)
#414543
(65,69,67)
#363837
(54,56,55)
#2B2B2B
(43,43,43)
#201E1F
(32,30,31)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #83938B

#83938B
(131,147,139)
#8E9C95
(142,156,149)
#99A59F
(153,165,159)
#A4AEA9
(164,174,169)
#AFB7B3
(175,183,179)
#BAC0BD
(186,192,189)
#C5C9C7
(197,201,199)
#D0D2D1
(208,210,209)
#DBDBDB
(219,219,219)
#E6E4E5
(230,228,229)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83938B; }

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

This text font color is #83938B.


Background Color

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

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

This div background color is #83938B.


Border color

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

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

This div border color is #83938B.


Opacity

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

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

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

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

This text has shadow with #83938B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83938B on black background.


Color preview on white background

This text has color #83938B on white background.



Black color preview on #83938B background

This text has black color on #83938B background.


White color preview on #83938B background

This text has white color on #83938B background.