COLOR #839095

HEX: #839095
RGB: (131,144,149)

Color info

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

RGB color model

#839095 color RGB value is (131,144,149).

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

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 149 of 255 = 58%

131
144
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 144 + 149 = 424 (100%)
R 131 of 424 ~ 30.9%
G 144 of 424 ~ 33.96%
B 149 of 424 ~ 35.14%

%30.9
%33.96
%35.14

CMYK color model

#839095 color CMYK value is (12,3,0,42).

  • cyan value is 12.08%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(12,3,0,42)
C12M3Y0K42 
(12%,3%,0%,42%)
(0.12/0.03/0.00/0.42)	

CMYK percentages

%12.08
%3.36
%0
%41.57

Codes

Color #839095 in popluar color models

839095
RGB131144149
HSL197°7.83%54.90%
HSB/HSV197°12.08%58.43%
CMYK12.08%3.36%0.00%
41.57%

Color #839095 in popluar number systems.

HEX839095
Decimal131144149
Binary100000111001000010010101
Octal203220225

Shades and tints

Shades of #839095

#839095
(131,144,149)
#788388
(120,131,136)
#6D767B
(109,118,123)
#62696E
(98,105,110)
#575C61
(87,92,97)
#4C4F54
(76,79,84)
#414247
(65,66,71)
#36353A
(54,53,58)
#2B282D
(43,40,45)
#201B20
(32,27,32)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #839095

#839095
(131,144,149)
#8E9A9E
(142,154,158)
#99A4A7
(153,164,167)
#A4AEB0
(164,174,176)
#AFB8B9
(175,184,185)
#BAC2C2
(186,194,194)
#C5CCCB
(197,204,203)
#D0D6D4
(208,214,212)
#DBE0DD
(219,224,221)
#E6EAE6
(230,234,230)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839095; }

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

This text font color is #839095.


Background Color

.myBgColor { background-color: #839095; }

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

This div background color is #839095.


Border color

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

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

This div border color is #839095.


Opacity

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

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

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

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

This text has shadow with #839095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839095 on black background.


Color preview on white background

This text has color #839095 on white background.



Black color preview on #839095 background

This text has black color on #839095 background.


White color preview on #839095 background

This text has white color on #839095 background.