COLOR #839243

HEX: #839243
RGB: (131,146,67)

Color info

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

RGB color model

#839243 color RGB value is (131,146,67).

  • red value is 131;
  • green value is 146;
  • blue value is 67.
RGB:
(131,146,67)
(51%,57%,26%)

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 67 of 255 = 26%

131
146
67

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

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 67 = 344 (100%)
R 131 of 344 ~ 38.08%
G 146 of 344 ~ 42.44%
B 67 of 344 ~ 19.48%

%38.08
%42.44
%19.48

CMYK color model

#839243 color CMYK value is (10,0,54,43).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 54.11%
  • key color value is 42.75%
CMYK:
(10,0,54,43)
C10M0Y54K43 
(10%,0%,54%,43%)
(0.10/0.00/0.54/0.43)	

CMYK percentages

%10.27
%0
%54.11
%42.75

Codes

Color #839243 in popluar color models

839243
RGB13114667
HSL71°37.09%41.76%
HSB/HSV71°54.11%57.25%
CMYK10.27%0.00%54.11%
42.75%

Color #839243 in popluar number systems.

HEX839243
Decimal13114667
Binary10000011100100101000011
Octal203222103

Shades and tints

Shades of #839243

#839243
(131,146,67)
#78853D
(120,133,61)
#6D7837
(109,120,55)
#626B31
(98,107,49)
#575E2B
(87,94,43)
#4C5125
(76,81,37)
#41441F
(65,68,31)
#363719
(54,55,25)
#2B2A13
(43,42,19)
#201D0D
(32,29,13)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #839243

#839243
(131,146,67)
#8E9B54
(142,155,84)
#99A465
(153,164,101)
#A4AD76
(164,173,118)
#AFB687
(175,182,135)
#BABF98
(186,191,152)
#C5C8A9
(197,200,169)
#D0D1BA
(208,209,186)
#DBDACB
(219,218,203)
#E6E3DC
(230,227,220)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839243 color. Also use rgb(131,146,67) instead hex code.

Text Font Color

.myTextColor { color: #839243; }

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

This text font color is #839243.


Background Color

.myBgColor { background-color: #839243; }

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

This div background color is #839243.


Border color

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

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

This div border color is #839243.


Opacity

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

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

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

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

This text has shadow with #839243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839243 on black background.


Color preview on white background

This text has color #839243 on white background.



Black color preview on #839243 background

This text has black color on #839243 background.


White color preview on #839243 background

This text has white color on #839243 background.