COLOR #839091

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
144
145

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

Portions of RGB colors in percentages

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

%31.19
%34.29
%34.52

CMYK color model

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

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

CMYK percentages

%9.66
%0.69
%0
%43.14

Codes

Color #839091 in popluar color models

839091
RGB131144145
HSL184°5.98%54.12%
HSB/HSV184°9.66%56.86%
CMYK9.66%0.69%0.00%
43.14%

Color #839091 in popluar number systems.

HEX839091
Decimal131144145
Binary100000111001000010010001
Octal203220221

Shades and tints

Shades of #839091

#839091
(131,144,145)
#788384
(120,131,132)
#6D7677
(109,118,119)
#62696A
(98,105,106)
#575C5D
(87,92,93)
#4C4F50
(76,79,80)
#414243
(65,66,67)
#363536
(54,53,54)
#2B2829
(43,40,41)
#201B1C
(32,27,28)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #839091

#839091
(131,144,145)
#8E9A9B
(142,154,155)
#99A4A5
(153,164,165)
#A4AEAF
(164,174,175)
#AFB8B9
(175,184,185)
#BAC2C3
(186,194,195)
#C5CCCD
(197,204,205)
#D0D6D7
(208,214,215)
#DBE0E1
(219,224,225)
#E6EAEB
(230,234,235)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839091; }

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

This text font color is #839091.


Background Color

.myBgColor { background-color: #839091; }

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

This div background color is #839091.


Border color

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

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

This div border color is #839091.


Opacity

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

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

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

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

This text has shadow with #839091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839091 on black background.


Color preview on white background

This text has color #839091 on white background.



Black color preview on #839091 background

This text has black color on #839091 background.


White color preview on #839091 background

This text has white color on #839091 background.