COLOR #839089

HEX: #839089
RGB: (131,144,137)

Color info

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

RGB color model

#839089 color RGB value is (131,144,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 137 of 255 = 54%

131
144
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 144 + 137 = 412 (100%)
R 131 of 412 ~ 31.8%
G 144 of 412 ~ 34.95%
B 137 of 412 ~ 33.25%

%31.8
%34.95
%33.25

CMYK color model

#839089 color CMYK value is (9,0,5,44).

  • cyan value is 9.03%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 43.53%
CMYK:
(9,0,5,44)
C9M0Y5K44 
(9%,0%,5%,44%)
(0.09/0.00/0.05/0.44)	

CMYK percentages

%9.03
%0
%4.86
%43.53

Codes

Color #839089 in popluar color models

839089
RGB131144137
HSL148°5.53%53.92%
HSB/HSV148°9.03%56.47%
CMYK9.03%0.00%4.86%
43.53%

Color #839089 in popluar number systems.

HEX839089
Decimal131144137
Binary100000111001000010001001
Octal203220211

Shades and tints

Shades of #839089

#839089
(131,144,137)
#78837D
(120,131,125)
#6D7671
(109,118,113)
#626965
(98,105,101)
#575C59
(87,92,89)
#4C4F4D
(76,79,77)
#414241
(65,66,65)
#363535
(54,53,53)
#2B2829
(43,40,41)
#201B1D
(32,27,29)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #839089

#839089
(131,144,137)
#8E9A93
(142,154,147)
#99A49D
(153,164,157)
#A4AEA7
(164,174,167)
#AFB8B1
(175,184,177)
#BAC2BB
(186,194,187)
#C5CCC5
(197,204,197)
#D0D6CF
(208,214,207)
#DBE0D9
(219,224,217)
#E6EAE3
(230,234,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839089; }

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

This text font color is #839089.


Background Color

.myBgColor { background-color: #839089; }

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

This div background color is #839089.


Border color

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

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

This div border color is #839089.


Opacity

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

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

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

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

This text has shadow with #839089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839089 on black background.


Color preview on white background

This text has color #839089 on white background.



Black color preview on #839089 background

This text has black color on #839089 background.


White color preview on #839089 background

This text has white color on #839089 background.