COLOR #839A5F

HEX: #839A5F
RGB: (131,154,95)

Color info

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

RGB color model

#839A5F color RGB value is (131,154,95).

  • red value is 131;
  • green value is 154;
  • blue value is 95.
RGB:
(131,154,95)
(51%,60%,37%)

RGB channels and saturation

R 131 of 255 = 51%
G 154 of 255 = 60%
B 95 of 255 = 37%

131
154
95

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

Portions of RGB colors in percentages

R + G + B =
131 + 154 + 95 = 380 (100%)
R 131 of 380 ~ 34.47%
G 154 of 380 ~ 40.53%
B 95 of 380 ~ 25%

%34.47
%40.53
%25

CMYK color model

#839A5F color CMYK value is (15,0,38,40).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 39.61%
CMYK:
(15,0,38,40)
C15M0Y38K40 
(15%,0%,38%,40%)
(0.15/0.00/0.38/0.40)	

CMYK percentages

%14.94
%0
%38.31
%39.61

Codes

Color #839A5F in popluar color models

839A5F
RGB13115495
HSL83°23.69%48.82%
HSB/HSV83°38.31%60.39%
CMYK14.94%0.00%38.31%
39.61%

Color #839A5F in popluar number systems.

HEX839A5F
Decimal13115495
Binary10000011100110101011111
Octal203232137

Shades and tints

Shades of #839A5F

#839A5F
(131,154,95)
#788C57
(120,140,87)
#6D7E4F
(109,126,79)
#627047
(98,112,71)
#57623F
(87,98,63)
#4C5437
(76,84,55)
#41462F
(65,70,47)
#363827
(54,56,39)
#2B2A1F
(43,42,31)
#201C17
(32,28,23)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #839A5F

#839A5F
(131,154,95)
#8EA36D
(142,163,109)
#99AC7B
(153,172,123)
#A4B589
(164,181,137)
#AFBE97
(175,190,151)
#BAC7A5
(186,199,165)
#C5D0B3
(197,208,179)
#D0D9C1
(208,217,193)
#DBE2CF
(219,226,207)
#E6EBDD
(230,235,221)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839A5F color. Also use rgb(131,154,95) instead hex code.

Text Font Color

.myTextColor { color: #839A5F; }

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

This text font color is #839A5F.


Background Color

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

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

This div background color is #839A5F.


Border color

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

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

This div border color is #839A5F.


Opacity

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

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

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

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

This text has shadow with #839A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839A5F on black background.


Color preview on white background

This text has color #839A5F on white background.



Black color preview on #839A5F background

This text has black color on #839A5F background.


White color preview on #839A5F background

This text has white color on #839A5F background.