COLOR #4D7C0D

HEX: #4D7C0D RGB: (77,124,13)

Color info

#4D7C0D contains mainly red and green colors. Web safe color of #4D7C0D is #336600 (or #360).

RGB color model

#4D7C0D color RGB value is (77,124,13).

RGB: (77,124,13) (30%, 49%, 5%)

RGB channels and saturation

R 77 of 255 = 30%
G 124 of 255 = 49%
B 13 of 255 = 5%

77
124
13

R + G + B ~ 28%. #4D7C0D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 124 + 13 = 214 (100%)
R 77 of 214 ~ 35.98%
G 124 of 214 ~ 57.94%
B 13 of 214 ~ 6.07'%

%35.98
%57.94

CMYK color model

#4D7C0D color CMYK value is (38,0,90,51).

  • cyan value is 37.90%
  • magenta value is 0.00%
  • yellow value is 89.52%
  • key color value is 51.37%
CMYK: (38,0,90,51) C38M0Y90K51 (38%,0%,90%,51%) (0.38/0.00/0.90/0.51) 

CMYK percentages

%37.9
%0
%89.52
%51.37

Codes

Color #4D7C0D in popluar color models

4D 7C 0D
RGB 77 124 13
HSL 85° 81.02% 26.86%
HSB/HSV 85° 89.52% 48.63%
CMYK 37.90% 0.00% 89.52%
51.37%

Color #4D7C0D in popluar number systems.

HEX 4D 7C 0D
Decimal 77 124 13
Binary 1001101 1111100 1101
Octal 115 174 15

Shades and tints

Shades of #4D7C0D

#4D7C0D
(77,124,13)
#46710C
(70,113,12)
#3F660B
(63,102,11)
#385B0A
(56,91,10)
#315009
(49,80,9)
#2A4508
(42,69,8)
#233A07
(35,58,7)
#1C2F06
(28,47,6)
#152405
(21,36,5)
#0E1904
(14,25,4)
#070E03
(7,14,3)
#000000
(0,0,0)

Tints of #4D7C0D

#4D7C0D
(77,124,13)
#5D8723
(93,135,35)
#6D9239
(109,146,57)
#7D9D4F
(125,157,79)
#8DA865
(141,168,101)
#9DB37B
(157,179,123)
#ADBE91
(173,190,145)
#BDC9A7
(189,201,167)
#CDD4BD
(205,212,189)
#DDDFD3
(221,223,211)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7C0D color. Also use rgb(77,124,13) instead hex code.

Text Font Color

.myTextColor { color: #4D7C0D; }

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

This text font color is #4D7C0D.

Background Color

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

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

This div background color is #4D7C0D.

Border color

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

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

This div border color is #4D7C0D.

Opacity

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

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

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

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

This text has shadow with #4D7C0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7C0D.

Preview

Color preview on black background

This text has color #4D7C0D on black background.


Color preview on white background

This text has color #4D7C0D on white background.


Black color preview on #4D7C0D background

This text has black color on #4D7C0D background.


White color preview on #4D7C0D background

This text has white color on #4D7C0D background.


Related colors

Complementary color

Complementary color for #hex is #B283F2.


I love getcolorcode.com

Triadic colors

1 #0D4D7C and #7C0D4D with #4D7C0D are triadic colors.

2 #0D7C4D and #7C4D0D with #4D7C0D are triadic colors.