COLOR #839871

HEX: #839871
RGB: (131,152,113)

Color info

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

RGB color model

#839871 color RGB value is (131,152,113).

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

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 113 of 255 = 44%

131
152
113

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

Portions of RGB colors in percentages

R + G + B =
131 + 152 + 113 = 396 (100%)
R 131 of 396 ~ 33.08%
G 152 of 396 ~ 38.38%
B 113 of 396 ~ 28.54%

%33.08
%38.38
%28.54

CMYK color model

#839871 color CMYK value is (14,0,26,40).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(14,0,26,40)
C14M0Y26K40 
(14%,0%,26%,40%)
(0.14/0.00/0.26/0.40)	

CMYK percentages

%13.82
%0
%25.66
%40.39

Codes

Color #839871 in popluar color models

839871
RGB131152113
HSL92°15.92%51.96%
HSB/HSV92°25.66%59.61%
CMYK13.82%0.00%25.66%
40.39%

Color #839871 in popluar number systems.

HEX839871
Decimal131152113
Binary10000011100110001110001
Octal203230161

Shades and tints

Shades of #839871

#839871
(131,152,113)
#788B67
(120,139,103)
#6D7E5D
(109,126,93)
#627153
(98,113,83)
#576449
(87,100,73)
#4C573F
(76,87,63)
#414A35
(65,74,53)
#363D2B
(54,61,43)
#2B3021
(43,48,33)
#202317
(32,35,23)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #839871

#839871
(131,152,113)
#8EA17D
(142,161,125)
#99AA89
(153,170,137)
#A4B395
(164,179,149)
#AFBCA1
(175,188,161)
#BAC5AD
(186,197,173)
#C5CEB9
(197,206,185)
#D0D7C5
(208,215,197)
#DBE0D1
(219,224,209)
#E6E9DD
(230,233,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839871 color. Also use rgb(131,152,113) instead hex code.

Text Font Color

.myTextColor { color: #839871; }

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

This text font color is #839871.


Background Color

.myBgColor { background-color: #839871; }

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

This div background color is #839871.


Border color

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

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

This div border color is #839871.


Opacity

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

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

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

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

This text has shadow with #839871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839871 on black background.


Color preview on white background

This text has color #839871 on white background.



Black color preview on #839871 background

This text has black color on #839871 background.


White color preview on #839871 background

This text has white color on #839871 background.