COLOR #4D8123

HEX: #4D8123 RGB: (77,129,35)

Color info

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

RGB color model

#4D8123 color RGB value is (77,129,35).

RGB: (77,129,35) (30%, 51%, 14%)

RGB channels and saturation

R 77 of 255 = 30%
G 129 of 255 = 51%
B 35 of 255 = 14%

77
129
35

R + G + B ~ 32%. #4D8123 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 129 + 35 = 241 (100%)
R 77 of 241 ~ 31.95%
G 129 of 241 ~ 53.53%
B 35 of 241 ~ 14.52'%

%31.95
%53.53
%14.52

CMYK color model

#4D8123 color CMYK value is (40,0,73,49).

  • cyan value is 40.31%
  • magenta value is 0.00%
  • yellow value is 72.87%
  • key color value is 49.41%

CMYK: (40,0,73,49)
C40M0Y73K49 (40%, 0%, 73%, 49%)
(0.40 / 0.00 / 0.73 / 0.49)

CMYK percentages

%40.31
%0
%72.87
%49.41

Codes

Color #4D8123 in popluar color models

4D 81 23
RGB 77 129 35
HSL 93° 57.32% 32.16%
HSB/HSV 93° 72.87% 50.59%
CMYK 40.31% 0.00% 72.87%
49.41%

Color #4D8123 in popluar number systems.

HEX 4D 81 23
Decimal 77 129 35
Binary 1001101 10000001 100011
Octal 115 201 43

Shades and tints

Shades of #4D8123

#4D8123
(77,129,35)
#467620
(70,118,32)
#3F6B1D
(63,107,29)
#38601A
(56,96,26)
#315517
(49,85,23)
#2A4A14
(42,74,20)
#233F11
(35,63,17)
#1C340E
(28,52,14)
#15290B
(21,41,11)
#0E1E08
(14,30,8)
#071305
(7,19,5)
#000000
(0,0,0)

Tints of #4D8123

#4D8123
(77,129,35)
#5D8C37
(93,140,55)
#6D974B
(109,151,75)
#7DA25F
(125,162,95)
#8DAD73
(141,173,115)
#9DB887
(157,184,135)
#ADC39B
(173,195,155)
#BDCEAF
(189,206,175)
#CDD9C3
(205,217,195)
#DDE4D7
(221,228,215)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8123 color. Also use rgb(77,129,35) instead hex code.

Text Font Color

.myTextColor { color: #4D8123; }

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

This text font color is #4D8123.

Background Color

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

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

This div background color is #4D8123.

Border color

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

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

This div border color is #4D8123.

Opacity

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

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

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

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

This text has shadow with #4D8123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8123.

Preview

Color preview on black background

This text has color #4D8123 on black background.


Color preview on white background

This text has color #4D8123 on white background.


Black color preview on #4D8123 background

This text has black color on #4D8123 background.


White color preview on #4D8123 background

This text has white color on #4D8123 background.


Related colors

Complementary color

Complementary color for #hex is #B27EDC.


I love getcolorcode.com

Triadic colors

1 #234D81 and #81234D with #4D8123 are triadic colors.

2 #23814D and #814D23 with #4D8123 are triadic colors.