COLOR #839399

HEX: #839399
RGB: (131,147,153)

Color info

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

RGB color model

#839399 color RGB value is (131,147,153).

  • red value is 131;
  • green value is 147;
  • blue value is 153.
RGB:
(131,147,153)
(51%,58%,60%)

RGB channels and saturation

R 131 of 255 = 51%
G 147 of 255 = 58%
B 153 of 255 = 60%

131
147
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 147 + 153 = 431 (100%)
R 131 of 431 ~ 30.39%
G 147 of 431 ~ 34.11%
B 153 of 431 ~ 35.5%

%30.39
%34.11
%35.5

CMYK color model

#839399 color CMYK value is (14,4,0,40).

  • cyan value is 14.38%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,4,0,40)
C14M4Y0K40 
(14%,4%,0%,40%)
(0.14/0.04/0.00/0.40)	

CMYK percentages

%14.38
%3.92
%0
%40

Codes

Color #839399 in popluar color models

839399
RGB131147153
HSL196°9.73%55.69%
HSB/HSV196°14.38%60.00%
CMYK14.38%3.92%0.00%
40.00%

Color #839399 in popluar number systems.

HEX839399
Decimal131147153
Binary100000111001001110011001
Octal203223231

Shades and tints

Shades of #839399

#839399
(131,147,153)
#78868C
(120,134,140)
#6D797F
(109,121,127)
#626C72
(98,108,114)
#575F65
(87,95,101)
#4C5258
(76,82,88)
#41454B
(65,69,75)
#36383E
(54,56,62)
#2B2B31
(43,43,49)
#201E24
(32,30,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #839399

#839399
(131,147,153)
#8E9CA2
(142,156,162)
#99A5AB
(153,165,171)
#A4AEB4
(164,174,180)
#AFB7BD
(175,183,189)
#BAC0C6
(186,192,198)
#C5C9CF
(197,201,207)
#D0D2D8
(208,210,216)
#DBDBE1
(219,219,225)
#E6E4EA
(230,228,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839399; }

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

This text font color is #839399.


Background Color

.myBgColor { background-color: #839399; }

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

This div background color is #839399.


Border color

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

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

This div border color is #839399.


Opacity

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

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

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

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

This text has shadow with #839399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839399 on black background.


Color preview on white background

This text has color #839399 on white background.



Black color preview on #839399 background

This text has black color on #839399 background.


White color preview on #839399 background

This text has white color on #839399 background.