COLOR #839F90

HEX: #839F90
RGB: (131,159,144)

Color info

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

RGB color model

#839F90 color RGB value is (131,159,144).

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

RGB channels and saturation

R 131 of 255 = 51%
G 159 of 255 = 62%
B 144 of 255 = 56%

131
159
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 159 + 144 = 434 (100%)
R 131 of 434 ~ 30.18%
G 159 of 434 ~ 36.64%
B 144 of 434 ~ 33.18%

%30.18
%36.64
%33.18

CMYK color model

#839F90 color CMYK value is (18,0,9,38).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 37.65%
CMYK:
(18,0,9,38)
C18M0Y9K38 
(18%,0%,9%,38%)
(0.18/0.00/0.09/0.38)	

CMYK percentages

%17.61
%0
%9.43
%37.65

Codes

Color #839F90 in popluar color models

839F90
RGB131159144
HSL148°12.73%56.86%
HSB/HSV148°17.61%62.35%
CMYK17.61%0.00%9.43%
37.65%

Color #839F90 in popluar number systems.

HEX839F90
Decimal131159144
Binary100000111001111110010000
Octal203237220

Shades and tints

Shades of #839F90

#839F90
(131,159,144)
#789183
(120,145,131)
#6D8376
(109,131,118)
#627569
(98,117,105)
#57675C
(87,103,92)
#4C594F
(76,89,79)
#414B42
(65,75,66)
#363D35
(54,61,53)
#2B2F28
(43,47,40)
#20211B
(32,33,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #839F90

#839F90
(131,159,144)
#8EA79A
(142,167,154)
#99AFA4
(153,175,164)
#A4B7AE
(164,183,174)
#AFBFB8
(175,191,184)
#BAC7C2
(186,199,194)
#C5CFCC
(197,207,204)
#D0D7D6
(208,215,214)
#DBDFE0
(219,223,224)
#E6E7EA
(230,231,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839F90; }

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

This text font color is #839F90.


Background Color

.myBgColor { background-color: #839F90; }

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

This div background color is #839F90.


Border color

.myBorderColor { border: 1px solid #839F90; }

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

This div border color is #839F90.


Opacity

.myOpacity80 { color: #839F90; opacity: 0.8; }

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

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

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

This text has shadow with #839F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839F90 on black background.


Color preview on white background

This text has color #839F90 on white background.



Black color preview on #839F90 background

This text has black color on #839F90 background.


White color preview on #839F90 background

This text has white color on #839F90 background.