COLOR #839497

HEX: #839497
RGB: (131,148,151)

Color info

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

RGB color model

#839497 color RGB value is (131,148,151).

  • red value is 131;
  • green value is 148;
  • blue value is 151.
RGB:
(131,148,151)
(51%,58%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 151 of 255 = 59%

131
148
151

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

Portions of RGB colors in percentages

R + G + B =
131 + 148 + 151 = 430 (100%)
R 131 of 430 ~ 30.47%
G 148 of 430 ~ 34.42%
B 151 of 430 ~ 35.12%

%30.47
%34.42
%35.12

CMYK color model

#839497 color CMYK value is (13,2,0,41).

  • cyan value is 13.25%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(13,2,0,41)
C13M2Y0K41 
(13%,2%,0%,41%)
(0.13/0.02/0.00/0.41)	

CMYK percentages

%13.25
%1.99
%0
%40.78

Codes

Color #839497 in popluar color models

839497
RGB131148151
HSL189°8.77%55.29%
HSB/HSV189°13.25%59.22%
CMYK13.25%1.99%0.00%
40.78%

Color #839497 in popluar number systems.

HEX839497
Decimal131148151
Binary100000111001010010010111
Octal203224227

Shades and tints

Shades of #839497

#839497
(131,148,151)
#78878A
(120,135,138)
#6D7A7D
(109,122,125)
#626D70
(98,109,112)
#576063
(87,96,99)
#4C5356
(76,83,86)
#414649
(65,70,73)
#36393C
(54,57,60)
#2B2C2F
(43,44,47)
#201F22
(32,31,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #839497

#839497
(131,148,151)
#8E9DA0
(142,157,160)
#99A6A9
(153,166,169)
#A4AFB2
(164,175,178)
#AFB8BB
(175,184,187)
#BAC1C4
(186,193,196)
#C5CACD
(197,202,205)
#D0D3D6
(208,211,214)
#DBDCDF
(219,220,223)
#E6E5E8
(230,229,232)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839497; }

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

This text font color is #839497.


Background Color

.myBgColor { background-color: #839497; }

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

This div background color is #839497.


Border color

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

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

This div border color is #839497.


Opacity

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

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

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

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

This text has shadow with #839497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839497 on black background.


Color preview on white background

This text has color #839497 on white background.



Black color preview on #839497 background

This text has black color on #839497 background.


White color preview on #839497 background

This text has white color on #839497 background.