COLOR #839D85

HEX: #839D85
RGB: (131,157,133)

Color info

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

RGB color model

#839D85 color RGB value is (131,157,133).

  • red value is 131;
  • green value is 157;
  • blue value is 133.
RGB:
(131,157,133)
(51%,62%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 157 of 255 = 62%
B 133 of 255 = 52%

131
157
133

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

Portions of RGB colors in percentages

R + G + B =
131 + 157 + 133 = 421 (100%)
R 131 of 421 ~ 31.12%
G 157 of 421 ~ 37.29%
B 133 of 421 ~ 31.59%

%31.12
%37.29
%31.59

CMYK color model

#839D85 color CMYK value is (17,0,15,38).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 38.43%
CMYK:
(17,0,15,38)
C17M0Y15K38 
(17%,0%,15%,38%)
(0.17/0.00/0.15/0.38)	

CMYK percentages

%16.56
%0
%15.29
%38.43

Codes

Color #839D85 in popluar color models

839D85
RGB131157133
HSL125°11.71%56.47%
HSB/HSV125°16.56%61.57%
CMYK16.56%0.00%15.29%
38.43%

Color #839D85 in popluar number systems.

HEX839D85
Decimal131157133
Binary100000111001110110000101
Octal203235205

Shades and tints

Shades of #839D85

#839D85
(131,157,133)
#788F79
(120,143,121)
#6D816D
(109,129,109)
#627361
(98,115,97)
#576555
(87,101,85)
#4C5749
(76,87,73)
#41493D
(65,73,61)
#363B31
(54,59,49)
#2B2D25
(43,45,37)
#201F19
(32,31,25)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #839D85

#839D85
(131,157,133)
#8EA590
(142,165,144)
#99AD9B
(153,173,155)
#A4B5A6
(164,181,166)
#AFBDB1
(175,189,177)
#BAC5BC
(186,197,188)
#C5CDC7
(197,205,199)
#D0D5D2
(208,213,210)
#DBDDDD
(219,221,221)
#E6E5E8
(230,229,232)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839D85 color. Also use rgb(131,157,133) instead hex code.

Text Font Color

.myTextColor { color: #839D85; }

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

This text font color is #839D85.


Background Color

.myBgColor { background-color: #839D85; }

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

This div background color is #839D85.


Border color

.myBorderColor { border: 1px solid #839D85; }

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

This div border color is #839D85.


Opacity

.myOpacity80 { color: #839D85; opacity: 0.8; }

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

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

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

This text has shadow with #839D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839D85 on black background.


Color preview on white background

This text has color #839D85 on white background.



Black color preview on #839D85 background

This text has black color on #839D85 background.


White color preview on #839D85 background

This text has white color on #839D85 background.