COLOR #839190

HEX: #839190
RGB: (131,145,144)

Color info

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

RGB color model

#839190 color RGB value is (131,145,144).

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

RGB channels and saturation

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

131
145
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 144 = 420 (100%)
R 131 of 420 ~ 31.19%
G 145 of 420 ~ 34.52%
B 144 of 420 ~ 34.29%

%31.19
%34.52
%34.29

CMYK color model

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

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

CMYK percentages

%9.66
%0
%0.69
%43.14

Codes

Color #839190 in popluar color models

839190
RGB131145144
HSL176°5.98%54.12%
HSB/HSV176°9.66%56.86%
CMYK9.66%0.00%0.69%
43.14%

Color #839190 in popluar number systems.

HEX839190
Decimal131145144
Binary100000111001000110010000
Octal203221220

Shades and tints

Shades of #839190

#839190
(131,145,144)
#788483
(120,132,131)
#6D7776
(109,119,118)
#626A69
(98,106,105)
#575D5C
(87,93,92)
#4C504F
(76,80,79)
#414342
(65,67,66)
#363635
(54,54,53)
#2B2928
(43,41,40)
#201C1B
(32,28,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #839190

#839190
(131,145,144)
#8E9B9A
(142,155,154)
#99A5A4
(153,165,164)
#A4AFAE
(164,175,174)
#AFB9B8
(175,185,184)
#BAC3C2
(186,195,194)
#C5CDCC
(197,205,204)
#D0D7D6
(208,215,214)
#DBE1E0
(219,225,224)
#E6EBEA
(230,235,234)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839190; }

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

This text font color is #839190.


Background Color

.myBgColor { background-color: #839190; }

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

This div background color is #839190.


Border color

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

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

This div border color is #839190.


Opacity

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

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

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

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

This text has shadow with #839190 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #839190 on black background.


Color preview on white background

This text has color #839190 on white background.



Black color preview on #839190 background

This text has black color on #839190 background.


White color preview on #839190 background

This text has white color on #839190 background.