COLOR #4D9C0B

HEX: #4D9C0B RGB: (77,156,11)

Color info

#4D9C0B contains mainly green color. Web safe color of #4D9C0B is #339900 (or #390).

RGB color model

#4D9C0B color RGB value is (77,156,11).

RGB: (77,156,11) (30%, 61%, 4%)

RGB channels and saturation

R 77 of 255 = 30%
G 156 of 255 = 61%
B 11 of 255 = 4%

77
156
11

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

Portions of RGB colors in percentages

R + G + B = 77 + 156 + 11 = 244 (100%)
R 77 of 244 ~ 31.56%
G 156 of 244 ~ 63.93%
B 11 of 244 ~ 4.51'%

%31.56
%63.93

CMYK color model

#4D9C0B color CMYK value is (51,0,93,39).

  • cyan value is 50.64%
  • magenta value is 0.00%
  • yellow value is 92.95%
  • key color value is 38.82%

CMYK: (51,0,93,39)
C51M0Y93K39 (51%, 0%, 93%, 39%)
(0.51 / 0.00 / 0.93 / 0.39)

CMYK percentages

%50.64
%0
%92.95
%38.82

Codes

Color #4D9C0B in popluar color models

4D 9C 0B
RGB 77 156 11
HSL 93° 86.83% 32.75%
HSB/HSV 93° 92.95% 61.18%
CMYK 50.64% 0.00% 92.95%
38.82%

Color #4D9C0B in popluar number systems.

HEX 4D 9C 0B
Decimal 77 156 11
Binary 1001101 10011100 1011
Octal 115 234 13

Shades and tints

Shades of #4D9C0B

#4D9C0B
(77,156,11)
#468E0A
(70,142,10)
#3F8009
(63,128,9)
#387208
(56,114,8)
#316407
(49,100,7)
#2A5606
(42,86,6)
#234805
(35,72,5)
#1C3A04
(28,58,4)
#152C03
(21,44,3)
#0E1E02
(14,30,2)
#071001
(7,16,1)
#000000
(0,0,0)

Tints of #4D9C0B

#4D9C0B
(77,156,11)
#5DA521
(93,165,33)
#6DAE37
(109,174,55)
#7DB74D
(125,183,77)
#8DC063
(141,192,99)
#9DC979
(157,201,121)
#ADD28F
(173,210,143)
#BDDBA5
(189,219,165)
#CDE4BB
(205,228,187)
#DDEDD1
(221,237,209)
#EDF6E7
(237,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9C0B color. Also use rgb(77,156,11) instead hex code.

Text Font Color

.myTextColor { color: #4D9C0B; }

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

This text font color is #4D9C0B.

Background Color

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

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

This div background color is #4D9C0B.

Border color

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

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

This div border color is #4D9C0B.

Opacity

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

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

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

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

This text has shadow with #4D9C0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D9C0B.

Preview

Color preview on black background

This text has color #4D9C0B on black background.


Color preview on white background

This text has color #4D9C0B on white background.


Black color preview on #4D9C0B background

This text has black color on #4D9C0B background.


White color preview on #4D9C0B background

This text has white color on #4D9C0B background.


Related colors

Complementary color

Complementary color for #hex is #B263F4.


I love getcolorcode.com

Triadic colors

1 #0B4D9C and #9C0B4D with #4D9C0B are triadic colors.

2 #0B9C4D and #9C4D0B with #4D9C0B are triadic colors.