COLOR #4D7B0C

HEX: #4D7B0C RGB: (77,123,12)

Color info

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

RGB color model

#4D7B0C color RGB value is (77,123,12).

RGB: (77,123,12) (30%, 48%, 5%)

RGB channels and saturation

R 77 of 255 = 30%
G 123 of 255 = 48%
B 12 of 255 = 5%

77
123
12

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

Portions of RGB colors in percentages

R + G + B = 77 + 123 + 12 = 212 (100%)
R 77 of 212 ~ 36.32%
G 123 of 212 ~ 58.02%
B 12 of 212 ~ 5.66'%

%36.32
%58.02

CMYK color model

#4D7B0C color CMYK value is (37,0,90,52).

  • cyan value is 37.40%
  • magenta value is 0.00%
  • yellow value is 90.24%
  • key color value is 51.76%

CMYK: (37,0,90,52)
C37M0Y90K52 (37%, 0%, 90%, 52%)
(0.37 / 0.00 / 0.90 / 0.52)

CMYK percentages

%37.4
%0
%90.24
%51.76

Codes

Color #4D7B0C in popluar color models

4D 7B 0C
RGB 77 123 12
HSL 85° 82.22% 26.47%
HSB/HSV 85° 90.24% 48.24%
CMYK 37.40% 0.00% 90.24%
51.76%

Color #4D7B0C in popluar number systems.

HEX 4D 7B 0C
Decimal 77 123 12
Binary 1001101 1111011 1100
Octal 115 173 14

Shades and tints

Shades of #4D7B0C

#4D7B0C
(77,123,12)
#46700B
(70,112,11)
#3F650A
(63,101,10)
#385A09
(56,90,9)
#314F08
(49,79,8)
#2A4407
(42,68,7)
#233906
(35,57,6)
#1C2E05
(28,46,5)
#152304
(21,35,4)
#0E1803
(14,24,3)
#070D02
(7,13,2)
#000000
(0,0,0)

Tints of #4D7B0C

#4D7B0C
(77,123,12)
#5D8722
(93,135,34)
#6D9338
(109,147,56)
#7D9F4E
(125,159,78)
#8DAB64
(141,171,100)
#9DB77A
(157,183,122)
#ADC390
(173,195,144)
#BDCFA6
(189,207,166)
#CDDBBC
(205,219,188)
#DDE7D2
(221,231,210)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7B0C color. Also use rgb(77,123,12) instead hex code.

Text Font Color

.myTextColor { color: #4D7B0C; }

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

This text font color is #4D7B0C.

Background Color

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

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

This div background color is #4D7B0C.

Border color

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

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

This div border color is #4D7B0C.

Opacity

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

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

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

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

This text has shadow with #4D7B0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7B0C.

Preview

Color preview on black background

This text has color #4D7B0C on black background.


Color preview on white background

This text has color #4D7B0C on white background.


Black color preview on #4D7B0C background

This text has black color on #4D7B0C background.


White color preview on #4D7B0C background

This text has white color on #4D7B0C background.


Related colors

Complementary color

Complementary color for #hex is #B284F3.


I love getcolorcode.com

Triadic colors

1 #0C4D7B and #7B0C4D with #4D7B0C are triadic colors.

2 #0C7B4D and #7B4D0C with #4D7B0C are triadic colors.