COLOR #839342

HEX: #839342
RGB: (131,147,66)

Color info

#839342 contains mainly red and green colors. Web safe color of #839342 is #999933 (or #993).

RGB color model

#839342 color RGB value is (131,147,66).

  • red value is 131;
  • green value is 147;
  • blue value is 66.
RGB:
(131,147,66)
(51%,58%,26%)

RGB channels and saturation

R 131 of 255 = 51%
G 147 of 255 = 58%
B 66 of 255 = 26%

131
147
66

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

Portions of RGB colors in percentages

R + G + B =
131 + 147 + 66 = 344 (100%)
R 131 of 344 ~ 38.08%
G 147 of 344 ~ 42.73%
B 66 of 344 ~ 19.19%

%38.08
%42.73
%19.19

CMYK color model

#839342 color CMYK value is (11,0,55,42).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 55.10%
  • key color value is 42.35%
CMYK:
(11,0,55,42)
C11M0Y55K42 
(11%,0%,55%,42%)
(0.11/0.00/0.55/0.42)	

CMYK percentages

%10.88
%0
%55.1
%42.35

Codes

Color #839342 in popluar color models

839342
RGB13114766
HSL72°38.03%41.76%
HSB/HSV72°55.10%57.65%
CMYK10.88%0.00%55.10%
42.35%

Color #839342 in popluar number systems.

HEX839342
Decimal13114766
Binary10000011100100111000010
Octal203223102

Shades and tints

Shades of #839342

#839342
(131,147,66)
#78863C
(120,134,60)
#6D7936
(109,121,54)
#626C30
(98,108,48)
#575F2A
(87,95,42)
#4C5224
(76,82,36)
#41451E
(65,69,30)
#363818
(54,56,24)
#2B2B12
(43,43,18)
#201E0C
(32,30,12)
#151106
(21,17,6)
#000000
(0,0,0)

Tints of #839342

#839342
(131,147,66)
#8E9C53
(142,156,83)
#99A564
(153,165,100)
#A4AE75
(164,174,117)
#AFB786
(175,183,134)
#BAC097
(186,192,151)
#C5C9A8
(197,201,168)
#D0D2B9
(208,210,185)
#DBDBCA
(219,219,202)
#E6E4DB
(230,228,219)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839342 color. Also use rgb(131,147,66) instead hex code.

Text Font Color

.myTextColor { color: #839342; }

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

This text font color is #839342.


Background Color

.myBgColor { background-color: #839342; }

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

This div background color is #839342.


Border color

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

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

This div border color is #839342.


Opacity

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

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

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

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

This text has shadow with #839342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839342 on black background.


Color preview on white background

This text has color #839342 on white background.



Black color preview on #839342 background

This text has black color on #839342 background.


White color preview on #839342 background

This text has white color on #839342 background.