COLOR #839E72

HEX: #839E72
RGB: (131,158,114)

Color info

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

RGB color model

#839E72 color RGB value is (131,158,114).

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

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 114 of 255 = 45%

131
158
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 158 + 114 = 403 (100%)
R 131 of 403 ~ 32.51%
G 158 of 403 ~ 39.21%
B 114 of 403 ~ 28.29%

%32.51
%39.21
%28.29

CMYK color model

#839E72 color CMYK value is (17,0,28,38).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 38.04%
CMYK:
(17,0,28,38)
C17M0Y28K38 
(17%,0%,28%,38%)
(0.17/0.00/0.28/0.38)	

CMYK percentages

%17.09
%0
%27.85
%38.04

Codes

Color #839E72 in popluar color models

839E72
RGB131158114
HSL97°18.49%53.33%
HSB/HSV97°27.85%61.96%
CMYK17.09%0.00%27.85%
38.04%

Color #839E72 in popluar number systems.

HEX839E72
Decimal131158114
Binary10000011100111101110010
Octal203236162

Shades and tints

Shades of #839E72

#839E72
(131,158,114)
#789068
(120,144,104)
#6D825E
(109,130,94)
#627454
(98,116,84)
#57664A
(87,102,74)
#4C5840
(76,88,64)
#414A36
(65,74,54)
#363C2C
(54,60,44)
#2B2E22
(43,46,34)
#202018
(32,32,24)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #839E72

#839E72
(131,158,114)
#8EA67E
(142,166,126)
#99AE8A
(153,174,138)
#A4B696
(164,182,150)
#AFBEA2
(175,190,162)
#BAC6AE
(186,198,174)
#C5CEBA
(197,206,186)
#D0D6C6
(208,214,198)
#DBDED2
(219,222,210)
#E6E6DE
(230,230,222)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839E72; }

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

This text font color is #839E72.


Background Color

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

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

This div background color is #839E72.


Border color

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

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

This div border color is #839E72.


Opacity

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

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

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

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

This text has shadow with #839E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839E72 on black background.


Color preview on white background

This text has color #839E72 on white background.



Black color preview on #839E72 background

This text has black color on #839E72 background.


White color preview on #839E72 background

This text has white color on #839E72 background.