COLOR #838392

HEX: #838392
RGB: (131,131,146)

Color info

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

RGB color model

#838392 color RGB value is (131,131,146).

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

RGB channels and saturation

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

131
131
146

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 146 = 408 (100%)
R 131 of 408 ~ 32.11%
G 131 of 408 ~ 32.11%
B 146 of 408 ~ 35.78%

%32.11
%32.11
%35.78

CMYK color model

#838392 color CMYK value is (10,10,0,43).

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

CMYK percentages

%10.27
%10.27
%0
%42.75

Codes

Color #838392 in popluar color models

838392
RGB131131146
HSL240°6.44%54.31%
HSB/HSV240°10.27%57.25%
CMYK10.27%10.27%0.00%
42.75%

Color #838392 in popluar number systems.

HEX838392
Decimal131131146
Binary100000111000001110010010
Octal203203222

Shades and tints

Shades of #838392

#838392
(131,131,146)
#787885
(120,120,133)
#6D6D78
(109,109,120)
#62626B
(98,98,107)
#57575E
(87,87,94)
#4C4C51
(76,76,81)
#414144
(65,65,68)
#363637
(54,54,55)
#2B2B2A
(43,43,42)
#20201D
(32,32,29)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #838392

#838392
(131,131,146)
#8E8E9B
(142,142,155)
#9999A4
(153,153,164)
#A4A4AD
(164,164,173)
#AFAFB6
(175,175,182)
#BABABF
(186,186,191)
#C5C5C8
(197,197,200)
#D0D0D1
(208,208,209)
#DBDBDA
(219,219,218)
#E6E6E3
(230,230,227)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838392; }

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

This text font color is #838392.


Background Color

.myBgColor { background-color: #838392; }

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

This div background color is #838392.


Border color

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

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

This div border color is #838392.


Opacity

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

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

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

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

This text has shadow with #838392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838392 on black background.


Color preview on white background

This text has color #838392 on white background.



Black color preview on #838392 background

This text has black color on #838392 background.


White color preview on #838392 background

This text has white color on #838392 background.