COLOR #839970

HEX: #839970
RGB: (131,153,112)

Color info

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

RGB color model

#839970 color RGB value is (131,153,112).

  • red value is 131;
  • green value is 153;
  • blue value is 112.
RGB:
(131,153,112)
(51%,60%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 153 of 255 = 60%
B 112 of 255 = 44%

131
153
112

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

Portions of RGB colors in percentages

R + G + B =
131 + 153 + 112 = 396 (100%)
R 131 of 396 ~ 33.08%
G 153 of 396 ~ 38.64%
B 112 of 396 ~ 28.28%

%33.08
%38.64
%28.28

CMYK color model

#839970 color CMYK value is (14,0,27,40).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 40.00%
CMYK:
(14,0,27,40)
C14M0Y27K40 
(14%,0%,27%,40%)
(0.14/0.00/0.27/0.40)	

CMYK percentages

%14.38
%0
%26.8
%40

Codes

Color #839970 in popluar color models

839970
RGB131153112
HSL92°16.73%51.96%
HSB/HSV92°26.80%60.00%
CMYK14.38%0.00%26.80%
40.00%

Color #839970 in popluar number systems.

HEX839970
Decimal131153112
Binary10000011100110011110000
Octal203231160

Shades and tints

Shades of #839970

#839970
(131,153,112)
#788C66
(120,140,102)
#6D7F5C
(109,127,92)
#627252
(98,114,82)
#576548
(87,101,72)
#4C583E
(76,88,62)
#414B34
(65,75,52)
#363E2A
(54,62,42)
#2B3120
(43,49,32)
#202416
(32,36,22)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #839970

#839970
(131,153,112)
#8EA27D
(142,162,125)
#99AB8A
(153,171,138)
#A4B497
(164,180,151)
#AFBDA4
(175,189,164)
#BAC6B1
(186,198,177)
#C5CFBE
(197,207,190)
#D0D8CB
(208,216,203)
#DBE1D8
(219,225,216)
#E6EAE5
(230,234,229)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839970 color. Also use rgb(131,153,112) instead hex code.

Text Font Color

.myTextColor { color: #839970; }

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

This text font color is #839970.


Background Color

.myBgColor { background-color: #839970; }

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

This div background color is #839970.


Border color

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

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

This div border color is #839970.


Opacity

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

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

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

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

This text has shadow with #839970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839970 on black background.


Color preview on white background

This text has color #839970 on white background.



Black color preview on #839970 background

This text has black color on #839970 background.


White color preview on #839970 background

This text has white color on #839970 background.