COLOR #839D2D

HEX: #839D2D RGB: (131,157,45)

Color info

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

RGB color model

#839D2D color RGB value is (131,157,45).

RGB: (131,157,45) (51%, 62%, 18%)

RGB channels and saturation

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

131
157
45

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

Portions of RGB colors in percentages

R + G + B = 131 + 157 + 45 = 333 (100%)
R 131 of 333 ~ 39.34%
G 157 of 333 ~ 47.15%
B 45 of 333 ~ 13.51'%

%39.34
%47.15
%13.51

CMYK color model

#839D2D color CMYK value is (17,0,71,38).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 71.34%
  • key color value is 38.43%
CMYK: (17,0,71,38) C17M0Y71K38 (17%,0%,71%,38%) (0.17/0.00/0.71/0.38) 

CMYK percentages

%16.56
%0
%71.34
%38.43

Codes

Color #839D2D in popluar color models

83 9D 2D
RGB 131 157 45
HSL 74° 55.45% 39.61%
HSB/HSV 74° 71.34% 61.57%
CMYK 16.56% 0.00% 71.34%
38.43%

Color #839D2D in popluar number systems.

HEX 83 9D 2D
Decimal 131 157 45
Binary 10000011 10011101 101101
Octal 203 235 55

Shades and tints

Shades of #839D2D

#839D2D
(131,157,45)
#788F29
(120,143,41)
#6D8125
(109,129,37)
#627321
(98,115,33)
#57651D
(87,101,29)
#4C5719
(76,87,25)
#414915
(65,73,21)
#363B11
(54,59,17)
#2B2D0D
(43,45,13)
#201F09
(32,31,9)
#151105
(21,17,5)
#000000
(0,0,0)

Tints of #839D2D

#839D2D
(131,157,45)
#8EA540
(142,165,64)
#99AD53
(153,173,83)
#A4B566
(164,181,102)
#AFBD79
(175,189,121)
#BAC58C
(186,197,140)
#C5CD9F
(197,205,159)
#D0D5B2
(208,213,178)
#DBDDC5
(219,221,197)
#E6E5D8
(230,229,216)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839D2D; }

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

This text font color is #839D2D.

Background Color

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

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

This div background color is #839D2D.

Border color

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

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

This div border color is #839D2D.

Opacity

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

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

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

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

This text has shadow with #839D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839D2D.

Preview

Color preview on black background

This text has color #839D2D on black background.


Color preview on white background

This text has color #839D2D on white background.


Black color preview on #839D2D background

This text has black color on #839D2D background.


White color preview on #839D2D background

This text has white color on #839D2D background.


Related colors

Complementary color

Complementary color for #hex is #7C62D2.


I love getcolorcode.com

Triadic colors

1 #2D839D and #9D2D83 with #839D2D are triadic colors.

2 #2D9D83 and #9D832D with #839D2D are triadic colors.