COLOR #83938C

HEX: #83938C
RGB: (131,147,140)

Color info

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

RGB color model

#83938C color RGB value is (131,147,140).

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

RGB channels and saturation

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

131
147
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 147 + 140 = 418 (100%)
R 131 of 418 ~ 31.34%
G 147 of 418 ~ 35.17%
B 140 of 418 ~ 33.49%

%31.34
%35.17
%33.49

CMYK color model

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

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • 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
%4.76
%42.35

Codes

Color #83938C in popluar color models

83938C
RGB131147140
HSL154°6.90%54.51%
HSB/HSV154°10.88%57.65%
CMYK10.88%0.00%4.76%
42.35%

Color #83938C in popluar number systems.

HEX83938C
Decimal131147140
Binary100000111001001110001100
Octal203223214

Shades and tints

Shades of #83938C

#83938C
(131,147,140)
#788680
(120,134,128)
#6D7974
(109,121,116)
#626C68
(98,108,104)
#575F5C
(87,95,92)
#4C5250
(76,82,80)
#414544
(65,69,68)
#363838
(54,56,56)
#2B2B2C
(43,43,44)
#201E20
(32,30,32)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #83938C

#83938C
(131,147,140)
#8E9C96
(142,156,150)
#99A5A0
(153,165,160)
#A4AEAA
(164,174,170)
#AFB7B4
(175,183,180)
#BAC0BE
(186,192,190)
#C5C9C8
(197,201,200)
#D0D2D2
(208,210,210)
#DBDBDC
(219,219,220)
#E6E4E6
(230,228,230)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83938C; }

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

This text font color is #83938C.


Background Color

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

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

This div background color is #83938C.


Border color

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

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

This div border color is #83938C.


Opacity

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

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

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

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

This text has shadow with #83938C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83938C on black background.


Color preview on white background

This text has color #83938C on white background.



Black color preview on #83938C background

This text has black color on #83938C background.


White color preview on #83938C background

This text has white color on #83938C background.