COLOR #838992

HEX: #838992
RGB: (131,137,146)

Color info

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

RGB color model

#838992 color RGB value is (131,137,146).

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

RGB channels and saturation

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

131
137
146

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

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 146 = 414 (100%)
R 131 of 414 ~ 31.64%
G 137 of 414 ~ 33.09%
B 146 of 414 ~ 35.27%

%31.64
%33.09
%35.27

CMYK color model

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

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

CMYK percentages

%10.27
%6.16
%0
%42.75

Codes

Color #838992 in popluar color models

838992
RGB131137146
HSL216°6.44%54.31%
HSB/HSV216°10.27%57.25%
CMYK10.27%6.16%0.00%
42.75%

Color #838992 in popluar number systems.

HEX838992
Decimal131137146
Binary100000111000100110010010
Octal203211222

Shades and tints

Shades of #838992

#838992
(131,137,146)
#787D85
(120,125,133)
#6D7178
(109,113,120)
#62656B
(98,101,107)
#57595E
(87,89,94)
#4C4D51
(76,77,81)
#414144
(65,65,68)
#363537
(54,53,55)
#2B292A
(43,41,42)
#201D1D
(32,29,29)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #838992

#838992
(131,137,146)
#8E939B
(142,147,155)
#999DA4
(153,157,164)
#A4A7AD
(164,167,173)
#AFB1B6
(175,177,182)
#BABBBF
(186,187,191)
#C5C5C8
(197,197,200)
#D0CFD1
(208,207,209)
#DBD9DA
(219,217,218)
#E6E3E3
(230,227,227)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838992; }

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

This text font color is #838992.


Background Color

.myBgColor { background-color: #838992; }

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

This div background color is #838992.


Border color

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

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

This div border color is #838992.


Opacity

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

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

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

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

This text has shadow with #838992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838992 on black background.


Color preview on white background

This text has color #838992 on white background.



Black color preview on #838992 background

This text has black color on #838992 background.


White color preview on #838992 background

This text has white color on #838992 background.