COLOR #839991

HEX: #839991
RGB: (131,153,145)

Color info

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

RGB color model

#839991 color RGB value is (131,153,145).

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

RGB channels and saturation

R 131 of 255 = 51%
G 153 of 255 = 60%
B 145 of 255 = 57%

131
153
145

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

Portions of RGB colors in percentages

R + G + B =
131 + 153 + 145 = 429 (100%)
R 131 of 429 ~ 30.54%
G 153 of 429 ~ 35.66%
B 145 of 429 ~ 33.8%

%30.54
%35.66
%33.8

CMYK color model

#839991 color CMYK value is (14,0,5,40).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(14,0,5,40)
C14M0Y5K40 
(14%,0%,5%,40%)
(0.14/0.00/0.05/0.40)	

CMYK percentages

%14.38
%0
%5.23
%40

Codes

Color #839991 in popluar color models

839991
RGB131153145
HSL158°9.73%55.69%
HSB/HSV158°14.38%60.00%
CMYK14.38%0.00%5.23%
40.00%

Color #839991 in popluar number systems.

HEX839991
Decimal131153145
Binary100000111001100110010001
Octal203231221

Shades and tints

Shades of #839991

#839991
(131,153,145)
#788C84
(120,140,132)
#6D7F77
(109,127,119)
#62726A
(98,114,106)
#57655D
(87,101,93)
#4C5850
(76,88,80)
#414B43
(65,75,67)
#363E36
(54,62,54)
#2B3129
(43,49,41)
#20241C
(32,36,28)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #839991

#839991
(131,153,145)
#8EA29B
(142,162,155)
#99ABA5
(153,171,165)
#A4B4AF
(164,180,175)
#AFBDB9
(175,189,185)
#BAC6C3
(186,198,195)
#C5CFCD
(197,207,205)
#D0D8D7
(208,216,215)
#DBE1E1
(219,225,225)
#E6EAEB
(230,234,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839991; }

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

This text font color is #839991.


Background Color

.myBgColor { background-color: #839991; }

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

This div background color is #839991.


Border color

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

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

This div border color is #839991.


Opacity

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

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

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

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

This text has shadow with #839991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839991 on black background.


Color preview on white background

This text has color #839991 on white background.



Black color preview on #839991 background

This text has black color on #839991 background.


White color preview on #839991 background

This text has white color on #839991 background.