COLOR #839672

HEX: #839672
RGB: (131,150,114)

Color info

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

RGB color model

#839672 color RGB value is (131,150,114).

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

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 114 of 255 = 45%

131
150
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 150 + 114 = 395 (100%)
R 131 of 395 ~ 33.16%
G 150 of 395 ~ 37.97%
B 114 of 395 ~ 28.86%

%33.16
%37.97
%28.86

CMYK color model

#839672 color CMYK value is (13,0,24,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(13,0,24,41)
C13M0Y24K41 
(13%,0%,24%,41%)
(0.13/0.00/0.24/0.41)	

CMYK percentages

%12.67
%0
%24
%41.18

Codes

Color #839672 in popluar color models

839672
RGB131150114
HSL92°14.63%51.76%
HSB/HSV92°24.00%58.82%
CMYK12.67%0.00%24.00%
41.18%

Color #839672 in popluar number systems.

HEX839672
Decimal131150114
Binary10000011100101101110010
Octal203226162

Shades and tints

Shades of #839672

#839672
(131,150,114)
#788968
(120,137,104)
#6D7C5E
(109,124,94)
#626F54
(98,111,84)
#57624A
(87,98,74)
#4C5540
(76,85,64)
#414836
(65,72,54)
#363B2C
(54,59,44)
#2B2E22
(43,46,34)
#202118
(32,33,24)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #839672

#839672
(131,150,114)
#8E9F7E
(142,159,126)
#99A88A
(153,168,138)
#A4B196
(164,177,150)
#AFBAA2
(175,186,162)
#BAC3AE
(186,195,174)
#C5CCBA
(197,204,186)
#D0D5C6
(208,213,198)
#DBDED2
(219,222,210)
#E6E7DE
(230,231,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839672; }

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

This text font color is #839672.


Background Color

.myBgColor { background-color: #839672; }

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

This div background color is #839672.


Border color

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

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

This div border color is #839672.


Opacity

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

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

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

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

This text has shadow with #839672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839672 on black background.


Color preview on white background

This text has color #839672 on white background.



Black color preview on #839672 background

This text has black color on #839672 background.


White color preview on #839672 background

This text has white color on #839672 background.