COLOR #839E7E

HEX: #839E7E
RGB: (131,158,126)

Color info

#839E7E contains red, green and blue colors in about the same proportion. Web safe color of #839E7E is #999966 (or #996).

RGB color model

#839E7E color RGB value is (131,158,126).

  • red value is 131;
  • green value is 158;
  • blue value is 126.
RGB:
(131,158,126)
(51%,62%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 126 of 255 = 49%

131
158
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 158 + 126 = 415 (100%)
R 131 of 415 ~ 31.57%
G 158 of 415 ~ 38.07%
B 126 of 415 ~ 30.36%

%31.57
%38.07
%30.36

CMYK color model

#839E7E color CMYK value is (17,0,20,38).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(17,0,20,38)
C17M0Y20K38 
(17%,0%,20%,38%)
(0.17/0.00/0.20/0.38)	

CMYK percentages

%17.09
%0
%20.25
%38.04

Codes

Color #839E7E in popluar color models

839E7E
RGB131158126
HSL111°14.16%55.69%
HSB/HSV111°20.25%61.96%
CMYK17.09%0.00%20.25%
38.04%

Color #839E7E in popluar number systems.

HEX839E7E
Decimal131158126
Binary10000011100111101111110
Octal203236176

Shades and tints

Shades of #839E7E

#839E7E
(131,158,126)
#789073
(120,144,115)
#6D8268
(109,130,104)
#62745D
(98,116,93)
#576652
(87,102,82)
#4C5847
(76,88,71)
#414A3C
(65,74,60)
#363C31
(54,60,49)
#2B2E26
(43,46,38)
#20201B
(32,32,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #839E7E

#839E7E
(131,158,126)
#8EA689
(142,166,137)
#99AE94
(153,174,148)
#A4B69F
(164,182,159)
#AFBEAA
(175,190,170)
#BAC6B5
(186,198,181)
#C5CEC0
(197,206,192)
#D0D6CB
(208,214,203)
#DBDED6
(219,222,214)
#E6E6E1
(230,230,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839E7E; }

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

This text font color is #839E7E.


Background Color

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

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

This div background color is #839E7E.


Border color

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

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

This div border color is #839E7E.


Opacity

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

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

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

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

This text has shadow with #839E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839E7E on black background.


Color preview on white background

This text has color #839E7E on white background.



Black color preview on #839E7E background

This text has black color on #839E7E background.


White color preview on #839E7E background

This text has white color on #839E7E background.