COLOR #839290

HEX: #839290
RGB: (131,146,144)

Color info

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

RGB color model

#839290 color RGB value is (131,146,144).

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

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 144 of 255 = 56%

131
146
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 144 = 421 (100%)
R 131 of 421 ~ 31.12%
G 146 of 421 ~ 34.68%
B 144 of 421 ~ 34.2%

%31.12
%34.68
%34.2

CMYK color model

#839290 color CMYK value is (10,0,1,43).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 42.75%
CMYK: (10,0,1,43) C10M0Y1K43 (10%,0%,1%,43%) (0.10/0.00/0.01/0.43)

CMYK percentages

%10.27
%0
%1.37
%42.75

Codes

Color #839290 in popluar color models

839290
RGB131146144
HSL172°6.44%54.31%
HSB/HSV172°10.27%57.25%
CMYK10.27%0.00%1.37%
42.75%

Color #839290 in popluar number systems.

HEX839290
Decimal131146144
Binary100000111001001010010000
Octal203222220

Shades and tints

Shades of #839290

#839290
(131,146,144)
#788583
(120,133,131)
#6D7876
(109,120,118)
#626B69
(98,107,105)
#575E5C
(87,94,92)
#4C514F
(76,81,79)
#414442
(65,68,66)
#363735
(54,55,53)
#2B2A28
(43,42,40)
#201D1B
(32,29,27)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #839290

#839290
(131,146,144)
#8E9B9A
(142,155,154)
#99A4A4
(153,164,164)
#A4ADAE
(164,173,174)
#AFB6B8
(175,182,184)
#BABFC2
(186,191,194)
#C5C8CC
(197,200,204)
#D0D1D6
(208,209,214)
#DBDAE0
(219,218,224)
#E6E3EA
(230,227,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839290; }

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

This text font color is #839290.


Background Color

.myBgColor { background-color: #839290; }

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

This div background color is #839290.


Border color

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

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

This div border color is #839290.


Opacity

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

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

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

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

This text has shadow with #839290 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #839290 on black background.


Color preview on white background

This text has color #839290 on white background.



Black color preview on #839290 background

This text has black color on #839290 background.


White color preview on #839290 background

This text has white color on #839290 background.