COLOR #839895

HEX: #839895
RGB: (131,152,149)

Color info

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

RGB color model

#839895 color RGB value is (131,152,149).

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

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 149 of 255 = 58%

131
152
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 152 + 149 = 432 (100%)
R 131 of 432 ~ 30.32%
G 152 of 432 ~ 35.19%
B 149 of 432 ~ 34.49%

%30.32
%35.19
%34.49

CMYK color model

#839895 color CMYK value is (14,0,2,40).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 40.39%
CMYK:
(14,0,2,40)
C14M0Y2K40 
(14%,0%,2%,40%)
(0.14/0.00/0.02/0.40)	

CMYK percentages

%13.82
%0
%1.97
%40.39

Codes

Color #839895 in popluar color models

839895
RGB131152149
HSL171°9.25%55.49%
HSB/HSV171°13.82%59.61%
CMYK13.82%0.00%1.97%
40.39%

Color #839895 in popluar number systems.

HEX839895
Decimal131152149
Binary100000111001100010010101
Octal203230225

Shades and tints

Shades of #839895

#839895
(131,152,149)
#788B88
(120,139,136)
#6D7E7B
(109,126,123)
#62716E
(98,113,110)
#576461
(87,100,97)
#4C5754
(76,87,84)
#414A47
(65,74,71)
#363D3A
(54,61,58)
#2B302D
(43,48,45)
#202320
(32,35,32)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #839895

#839895
(131,152,149)
#8EA19E
(142,161,158)
#99AAA7
(153,170,167)
#A4B3B0
(164,179,176)
#AFBCB9
(175,188,185)
#BAC5C2
(186,197,194)
#C5CECB
(197,206,203)
#D0D7D4
(208,215,212)
#DBE0DD
(219,224,221)
#E6E9E6
(230,233,230)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839895; }

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

This text font color is #839895.


Background Color

.myBgColor { background-color: #839895; }

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

This div background color is #839895.


Border color

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

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

This div border color is #839895.


Opacity

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

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

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

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

This text has shadow with #839895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839895 on black background.


Color preview on white background

This text has color #839895 on white background.



Black color preview on #839895 background

This text has black color on #839895 background.


White color preview on #839895 background

This text has white color on #839895 background.