COLOR #839086

HEX: #839086
RGB: (131,144,134)

Color info

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

RGB color model

#839086 color RGB value is (131,144,134).

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

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 134 of 255 = 53%

131
144
134

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

Portions of RGB colors in percentages

R + G + B =
131 + 144 + 134 = 409 (100%)
R 131 of 409 ~ 32.03%
G 144 of 409 ~ 35.21%
B 134 of 409 ~ 32.76%

%32.03
%35.21
%32.76

CMYK color model

#839086 color CMYK value is (9,0,7,44).

  • cyan value is 9.03%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 43.53%
CMYK:
(9,0,7,44)
C9M0Y7K44 
(9%,0%,7%,44%)
(0.09/0.00/0.07/0.44)	

CMYK percentages

%9.03
%0
%6.94
%43.53

Codes

Color #839086 in popluar color models

839086
RGB131144134
HSL134°5.53%53.92%
HSB/HSV134°9.03%56.47%
CMYK9.03%0.00%6.94%
43.53%

Color #839086 in popluar number systems.

HEX839086
Decimal131144134
Binary100000111001000010000110
Octal203220206

Shades and tints

Shades of #839086

#839086
(131,144,134)
#78837A
(120,131,122)
#6D766E
(109,118,110)
#626962
(98,105,98)
#575C56
(87,92,86)
#4C4F4A
(76,79,74)
#41423E
(65,66,62)
#363532
(54,53,50)
#2B2826
(43,40,38)
#201B1A
(32,27,26)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #839086

#839086
(131,144,134)
#8E9A91
(142,154,145)
#99A49C
(153,164,156)
#A4AEA7
(164,174,167)
#AFB8B2
(175,184,178)
#BAC2BD
(186,194,189)
#C5CCC8
(197,204,200)
#D0D6D3
(208,214,211)
#DBE0DE
(219,224,222)
#E6EAE9
(230,234,233)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839086; }

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

This text font color is #839086.


Background Color

.myBgColor { background-color: #839086; }

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

This div background color is #839086.


Border color

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

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

This div border color is #839086.


Opacity

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

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

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

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

This text has shadow with #839086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839086 on black background.


Color preview on white background

This text has color #839086 on white background.



Black color preview on #839086 background

This text has black color on #839086 background.


White color preview on #839086 background

This text has white color on #839086 background.