COLOR #839F2D

HEX: #839F2D
RGB: (131,159,45)

Color info

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

RGB color model

#839F2D color RGB value is (131,159,45).

  • red value is 131;
  • green value is 159;
  • blue value is 45.
RGB:
(131,159,45)
(51%,62%,18%)

RGB channels and saturation

R 131 of 255 = 51%
G 159 of 255 = 62%
B 45 of 255 = 18%

131
159
45

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

Portions of RGB colors in percentages

R + G + B =
131 + 159 + 45 = 335 (100%)
R 131 of 335 ~ 39.1%
G 159 of 335 ~ 47.46%
B 45 of 335 ~ 13.43%

%39.1
%47.46
%13.43

CMYK color model

#839F2D color CMYK value is (18,0,72,38).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 71.70%
  • key color value is 37.65%
CMYK:
(18,0,72,38)
C18M0Y72K38 
(18%,0%,72%,38%)
(0.18/0.00/0.72/0.38)	

CMYK percentages

%17.61
%0
%71.7
%37.65

Codes

Color #839F2D in popluar color models

839F2D
RGB13115945
HSL75°55.88%40.00%
HSB/HSV75°71.70%62.35%
CMYK17.61%0.00%71.70%
37.65%

Color #839F2D in popluar number systems.

HEX839F2D
Decimal13115945
Binary1000001110011111101101
Octal20323755

Shades and tints

Shades of #839F2D

#839F2D
(131,159,45)
#789129
(120,145,41)
#6D8325
(109,131,37)
#627521
(98,117,33)
#57671D
(87,103,29)
#4C5919
(76,89,25)
#414B15
(65,75,21)
#363D11
(54,61,17)
#2B2F0D
(43,47,13)
#202109
(32,33,9)
#151305
(21,19,5)
#000000
(0,0,0)

Tints of #839F2D

#839F2D
(131,159,45)
#8EA740
(142,167,64)
#99AF53
(153,175,83)
#A4B766
(164,183,102)
#AFBF79
(175,191,121)
#BAC78C
(186,199,140)
#C5CF9F
(197,207,159)
#D0D7B2
(208,215,178)
#DBDFC5
(219,223,197)
#E6E7D8
(230,231,216)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839F2D color. Also use rgb(131,159,45) instead hex code.

Text Font Color

.myTextColor { color: #839F2D; }

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

This text font color is #839F2D.


Background Color

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

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

This div background color is #839F2D.


Border color

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

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

This div border color is #839F2D.


Opacity

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

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

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

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

This text has shadow with #839F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839F2D on black background.


Color preview on white background

This text has color #839F2D on white background.



Black color preview on #839F2D background

This text has black color on #839F2D background.


White color preview on #839F2D background

This text has white color on #839F2D background.