COLOR #838390

HEX: #838390
RGB: (131,131,144)

Color info

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

RGB color model

#838390 color RGB value is (131,131,144).

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

RGB channels and saturation

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

131
131
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 144 = 406 (100%)
R 131 of 406 ~ 32.27%
G 131 of 406 ~ 32.27%
B 144 of 406 ~ 35.47%

%32.27
%32.27
%35.47

CMYK color model

#838390 color CMYK value is (9,9,0,44).

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

CMYK percentages

%9.03
%9.03
%0
%43.53

Codes

Color #838390 in popluar color models

838390
RGB131131144
HSL240°5.53%53.92%
HSB/HSV240°9.03%56.47%
CMYK9.03%9.03%0.00%
43.53%

Color #838390 in popluar number systems.

HEX838390
Decimal131131144
Binary100000111000001110010000
Octal203203220

Shades and tints

Shades of #838390

#838390
(131,131,144)
#787883
(120,120,131)
#6D6D76
(109,109,118)
#626269
(98,98,105)
#57575C
(87,87,92)
#4C4C4F
(76,76,79)
#414142
(65,65,66)
#363635
(54,54,53)
#2B2B28
(43,43,40)
#20201B
(32,32,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #838390

#838390
(131,131,144)
#8E8E9A
(142,142,154)
#9999A4
(153,153,164)
#A4A4AE
(164,164,174)
#AFAFB8
(175,175,184)
#BABAC2
(186,186,194)
#C5C5CC
(197,197,204)
#D0D0D6
(208,208,214)
#DBDBE0
(219,219,224)
#E6E6EA
(230,230,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838390; }

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

This text font color is #838390.


Background Color

.myBgColor { background-color: #838390; }

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

This div background color is #838390.


Border color

.myBorderColor { border: 1px solid #838390; }

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

This div border color is #838390.


Opacity

.myOpacity80 { color: #838390; opacity: 0.8; }

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

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

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

This text has shadow with #838390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838390 on black background.


Color preview on white background

This text has color #838390 on white background.



Black color preview on #838390 background

This text has black color on #838390 background.


White color preview on #838390 background

This text has white color on #838390 background.