COLOR #83918C

HEX: #83918C
RGB: (131,145,140)

Color info

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

RGB color model

#83918C color RGB value is (131,145,140).

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

RGB channels and saturation

R 131 of 255 = 51%
G 145 of 255 = 57%
B 140 of 255 = 55%

131
145
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 140 = 416 (100%)
R 131 of 416 ~ 31.49%
G 145 of 416 ~ 34.86%
B 140 of 416 ~ 33.65%

%31.49
%34.86
%33.65

CMYK color model

#83918C color CMYK value is (10,0,3,43).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 43.14%
CMYK:
(10,0,3,43)
C10M0Y3K43 
(10%,0%,3%,43%)
(0.10/0.00/0.03/0.43)	

CMYK percentages

%9.66
%0
%3.45
%43.14

Codes

Color #83918C in popluar color models

83918C
RGB131145140
HSL159°5.98%54.12%
HSB/HSV159°9.66%56.86%
CMYK9.66%0.00%3.45%
43.14%

Color #83918C in popluar number systems.

HEX83918C
Decimal131145140
Binary100000111001000110001100
Octal203221214

Shades and tints

Shades of #83918C

#83918C
(131,145,140)
#788480
(120,132,128)
#6D7774
(109,119,116)
#626A68
(98,106,104)
#575D5C
(87,93,92)
#4C5050
(76,80,80)
#414344
(65,67,68)
#363638
(54,54,56)
#2B292C
(43,41,44)
#201C20
(32,28,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #83918C

#83918C
(131,145,140)
#8E9B96
(142,155,150)
#99A5A0
(153,165,160)
#A4AFAA
(164,175,170)
#AFB9B4
(175,185,180)
#BAC3BE
(186,195,190)
#C5CDC8
(197,205,200)
#D0D7D2
(208,215,210)
#DBE1DC
(219,225,220)
#E6EBE6
(230,235,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83918C; }

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

This text font color is #83918C.


Background Color

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

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

This div background color is #83918C.


Border color

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

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

This div border color is #83918C.


Opacity

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

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

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

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

This text has shadow with #83918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83918C on black background.


Color preview on white background

This text has color #83918C on white background.



Black color preview on #83918C background

This text has black color on #83918C background.


White color preview on #83918C background

This text has white color on #83918C background.