COLOR #839E8D

HEX: #839E8D RGB: (131,158,141)

Color info

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

RGB color model

#839E8D color RGB value is (131,158,141).

RGB: (131,158,141) (51%, 62%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 141 of 255 = 55%

131
158
141

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

Portions of RGB colors in percentages

R + G + B = 131 + 158 + 141 = 430 (100%)
R 131 of 430 ~ 30.47%
G 158 of 430 ~ 36.74%
B 141 of 430 ~ 32.79'%

%30.47
%36.74
%32.79

CMYK color model

#839E8D color CMYK value is (17,0,11,38).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 38.04%

CMYK: (17,0,11,38)
C17M0Y11K38 (17%, 0%, 11%, 38%)
(0.17 / 0.00 / 0.11 / 0.38)

CMYK percentages

%17.09
%0
%10.76
%38.04

Codes

Color #839E8D in popluar color models

83 9E 8D
RGB 131 158 141
HSL 142° 12.22% 56.67%
HSB/HSV 142° 17.09% 61.96%
CMYK 17.09% 0.00% 10.76%
38.04%

Color #839E8D in popluar number systems.

HEX 83 9E 8D
Decimal 131 158 141
Binary 10000011 10011110 10001101
Octal 203 236 215

Shades and tints

Shades of #839E8D

#839E8D
(131,158,141)
#789081
(120,144,129)
#6D8275
(109,130,117)
#627469
(98,116,105)
#57665D
(87,102,93)
#4C5851
(76,88,81)
#414A45
(65,74,69)
#363C39
(54,60,57)
#2B2E2D
(43,46,45)
#202021
(32,32,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #839E8D

#839E8D
(131,158,141)
#8EA697
(142,166,151)
#99AEA1
(153,174,161)
#A4B6AB
(164,182,171)
#AFBEB5
(175,190,181)
#BAC6BF
(186,198,191)
#C5CEC9
(197,206,201)
#D0D6D3
(208,214,211)
#DBDEDD
(219,222,221)
#E6E6E7
(230,230,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839E8D color. Also use rgb(131,158,141) instead hex code.

Text Font Color

.myTextColor { color: #839E8D; }

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

This text font color is #839E8D.

Background Color

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

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

This div background color is #839E8D.

Border color

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

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

This div border color is #839E8D.

Opacity

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

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

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

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

This text has shadow with #839E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839E8D.

Preview

Color preview on black background

This text has color #839E8D on black background.


Color preview on white background

This text has color #839E8D on white background.


Black color preview on #839E8D background

This text has black color on #839E8D background.


White color preview on #839E8D background

This text has white color on #839E8D background.


Related colors

Complementary color

Complementary color for #hex is #7C6172.


I love getcolorcode.com

Triadic colors

1 #8D839E and #9E8D83 with #839E8D are triadic colors.

2 #8D9E83 and #9E838D with #839E8D are triadic colors.