COLOR #83928B

HEX: #83928B
RGB: (131,146,139)

Color info

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

RGB color model

#83928B color RGB value is (131,146,139).

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

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 139 of 255 = 55%

131
146
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 139 = 416 (100%)
R 131 of 416 ~ 31.49%
G 146 of 416 ~ 35.1%
B 139 of 416 ~ 33.41%

%31.49
%35.1
%33.41

CMYK color model

#83928B color CMYK value is (10,0,5,43).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%
CMYK:
(10,0,5,43)
C10M0Y5K43 
(10%,0%,5%,43%)
(0.10/0.00/0.05/0.43)	

CMYK percentages

%10.27
%0
%4.79
%42.75

Codes

Color #83928B in popluar color models

83928B
RGB131146139
HSL152°6.44%54.31%
HSB/HSV152°10.27%57.25%
CMYK10.27%0.00%4.79%
42.75%

Color #83928B in popluar number systems.

HEX83928B
Decimal131146139
Binary100000111001001010001011
Octal203222213

Shades and tints

Shades of #83928B

#83928B
(131,146,139)
#78857F
(120,133,127)
#6D7873
(109,120,115)
#626B67
(98,107,103)
#575E5B
(87,94,91)
#4C514F
(76,81,79)
#414443
(65,68,67)
#363737
(54,55,55)
#2B2A2B
(43,42,43)
#201D1F
(32,29,31)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #83928B

#83928B
(131,146,139)
#8E9B95
(142,155,149)
#99A49F
(153,164,159)
#A4ADA9
(164,173,169)
#AFB6B3
(175,182,179)
#BABFBD
(186,191,189)
#C5C8C7
(197,200,199)
#D0D1D1
(208,209,209)
#DBDADB
(219,218,219)
#E6E3E5
(230,227,229)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83928B; }

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

This text font color is #83928B.


Background Color

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

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

This div background color is #83928B.


Border color

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

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

This div border color is #83928B.


Opacity

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

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

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

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

This text has shadow with #83928B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83928B on black background.


Color preview on white background

This text has color #83928B on white background.



Black color preview on #83928B background

This text has black color on #83928B background.


White color preview on #83928B background

This text has white color on #83928B background.