COLOR #4D831F

HEX: #4D831F RGB: (77,131,31)

Color info

#4D831F contains mainly red and green colors. Web safe color of #4D831F is #339933 (or #393).

RGB color model

#4D831F color RGB value is (77,131,31).

RGB: (77,131,31) (30%, 51%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 131 of 255 = 51%
B 31 of 255 = 12%

77
131
31

R + G + B ~ 31%. #4D831F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 131 + 31 = 239 (100%)
R 77 of 239 ~ 32.22%
G 131 of 239 ~ 54.81%
B 31 of 239 ~ 12.97'%

%32.22
%54.81
%12.97

CMYK color model

#4D831F color CMYK value is (41,0,76,49).

  • cyan value is 41.22%
  • magenta value is 0.00%
  • yellow value is 76.34%
  • key color value is 48.63%

CMYK: (41,0,76,49)
C41M0Y76K49 (41%, 0%, 76%, 49%)
(0.41 / 0.00 / 0.76 / 0.49)

CMYK percentages

%41.22
%0
%76.34
%48.63

Codes

Color #4D831F in popluar color models

4D 83 1F
RGB 77 131 31
HSL 92° 61.73% 31.76%
HSB/HSV 92° 76.34% 51.37%
CMYK 41.22% 0.00% 76.34%
48.63%

Color #4D831F in popluar number systems.

HEX 4D 83 1F
Decimal 77 131 31
Binary 1001101 10000011 11111
Octal 115 203 37

Shades and tints

Shades of #4D831F

#4D831F
(77,131,31)
#46781D
(70,120,29)
#3F6D1B
(63,109,27)
#386219
(56,98,25)
#315717
(49,87,23)
#2A4C15
(42,76,21)
#234113
(35,65,19)
#1C3611
(28,54,17)
#152B0F
(21,43,15)
#0E200D
(14,32,13)
#07150B
(7,21,11)
#000000
(0,0,0)

Tints of #4D831F

#4D831F
(77,131,31)
#5D8E33
(93,142,51)
#6D9947
(109,153,71)
#7DA45B
(125,164,91)
#8DAF6F
(141,175,111)
#9DBA83
(157,186,131)
#ADC597
(173,197,151)
#BDD0AB
(189,208,171)
#CDDBBF
(205,219,191)
#DDE6D3
(221,230,211)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D831F color. Also use rgb(77,131,31) instead hex code.

Text Font Color

.myTextColor { color: #4D831F; }

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

This text font color is #4D831F.

Background Color

.myBgColor { background-color: #4D831F; }

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

This div background color is #4D831F.

Border color

.myBorderColor { border: 1px solid #4D831F; }

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

This div border color is #4D831F.

Opacity

.myOpacity80 { color: #4D831F; opacity: 0.8; }

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

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

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

This text has shadow with #4D831F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D831F.

Preview

Color preview on black background

This text has color #4D831F on black background.


Color preview on white background

This text has color #4D831F on white background.


Black color preview on #4D831F background

This text has black color on #4D831F background.


White color preview on #4D831F background

This text has white color on #4D831F background.


Related colors

Complementary color

Complementary color for #hex is #B27CE0.


I love getcolorcode.com

Triadic colors

1 #1F4D83 and #831F4D with #4D831F are triadic colors.

2 #1F834D and #834D1F with #4D831F are triadic colors.