COLOR #839597

HEX: #839597
RGB: (131,149,151)

Color info

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

RGB color model

#839597 color RGB value is (131,149,151).

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

RGB channels and saturation

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

131
149
151

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

Portions of RGB colors in percentages

R + G + B =
131 + 149 + 151 = 431 (100%)
R 131 of 431 ~ 30.39%
G 149 of 431 ~ 34.57%
B 151 of 431 ~ 35.03%

%30.39
%34.57
%35.03

CMYK color model

#839597 color CMYK value is (13,1,0,41).

  • cyan value is 13.25%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(13,1,0,41)
C13M1Y0K41 
(13%,1%,0%,41%)
(0.13/0.01/0.00/0.41)	

CMYK percentages

%13.25
%1.32
%0
%40.78

Codes

Color #839597 in popluar color models

839597
RGB131149151
HSL186°8.77%55.29%
HSB/HSV186°13.25%59.22%
CMYK13.25%1.32%0.00%
40.78%

Color #839597 in popluar number systems.

HEX839597
Decimal131149151
Binary100000111001010110010111
Octal203225227

Shades and tints

Shades of #839597

#839597
(131,149,151)
#78888A
(120,136,138)
#6D7B7D
(109,123,125)
#626E70
(98,110,112)
#576163
(87,97,99)
#4C5456
(76,84,86)
#414749
(65,71,73)
#363A3C
(54,58,60)
#2B2D2F
(43,45,47)
#202022
(32,32,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #839597

#839597
(131,149,151)
#8E9EA0
(142,158,160)
#99A7A9
(153,167,169)
#A4B0B2
(164,176,178)
#AFB9BB
(175,185,187)
#BAC2C4
(186,194,196)
#C5CBCD
(197,203,205)
#D0D4D6
(208,212,214)
#DBDDDF
(219,221,223)
#E6E6E8
(230,230,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839597; }

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

This text font color is #839597.


Background Color

.myBgColor { background-color: #839597; }

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

This div background color is #839597.


Border color

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

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

This div border color is #839597.


Opacity

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

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

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

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

This text has shadow with #839597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839597 on black background.


Color preview on white background

This text has color #839597 on white background.



Black color preview on #839597 background

This text has black color on #839597 background.


White color preview on #839597 background

This text has white color on #839597 background.