COLOR #839289

HEX: #839289
RGB: (131,146,137)

Color info

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

RGB color model

#839289 color RGB value is (131,146,137).

  • red value is 131;
  • green value is 146;
  • blue value is 137.
RGB:
(131,146,137)
(51%,57%,54%)

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 137 of 255 = 54%

131
146
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 137 = 414 (100%)
R 131 of 414 ~ 31.64%
G 146 of 414 ~ 35.27%
B 137 of 414 ~ 33.09%

%31.64
%35.27
%33.09

CMYK color model

#839289 color CMYK value is (10,0,6,43).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(10,0,6,43)
C10M0Y6K43 
(10%,0%,6%,43%)
(0.10/0.00/0.06/0.43)	

CMYK percentages

%10.27
%0
%6.16
%42.75

Codes

Color #839289 in popluar color models

839289
RGB131146137
HSL144°6.44%54.31%
HSB/HSV144°10.27%57.25%
CMYK10.27%0.00%6.16%
42.75%

Color #839289 in popluar number systems.

HEX839289
Decimal131146137
Binary100000111001001010001001
Octal203222211

Shades and tints

Shades of #839289

#839289
(131,146,137)
#78857D
(120,133,125)
#6D7871
(109,120,113)
#626B65
(98,107,101)
#575E59
(87,94,89)
#4C514D
(76,81,77)
#414441
(65,68,65)
#363735
(54,55,53)
#2B2A29
(43,42,41)
#201D1D
(32,29,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #839289

#839289
(131,146,137)
#8E9B93
(142,155,147)
#99A49D
(153,164,157)
#A4ADA7
(164,173,167)
#AFB6B1
(175,182,177)
#BABFBB
(186,191,187)
#C5C8C5
(197,200,197)
#D0D1CF
(208,209,207)
#DBDAD9
(219,218,217)
#E6E3E3
(230,227,227)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839289 color. Also use rgb(131,146,137) instead hex code.

Text Font Color

.myTextColor { color: #839289; }

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

This text font color is #839289.


Background Color

.myBgColor { background-color: #839289; }

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

This div background color is #839289.


Border color

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

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

This div border color is #839289.


Opacity

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

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

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

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

This text has shadow with #839289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839289 on black background.


Color preview on white background

This text has color #839289 on white background.



Black color preview on #839289 background

This text has black color on #839289 background.


White color preview on #839289 background

This text has white color on #839289 background.