COLOR #4D7C3F

HEX: #4D7C3F
RGB: (77,124,63)

Color info

#4D7C3F contains mainly red and green colors. Web safe color of #4D7C3F is #336633 (or #363).

RGB color model

#4D7C3F color RGB value is (77,124,63).

  • red value is 77;
  • green value is 124;
  • blue value is 63.
RGB:
(77,124,63)
(30%,49%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 124 of 255 = 49%
B 63 of 255 = 25%

77
124
63

R + G + B ~ 35%. #4D7C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 124 + 63 = 264 (100%)
R 77 of 264 ~ 29.17%
G 124 of 264 ~ 46.97%
B 63 of 264 ~ 23.86%

%29.17
%46.97
%23.86

CMYK color model

#4D7C3F color CMYK value is (38,0,49,51).

  • cyan value is 37.90%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 51.37%
CMYK:
(38,0,49,51)
C38M0Y49K51 
(38%,0%,49%,51%)
(0.38/0.00/0.49/0.51)	

CMYK percentages

%37.9
%0
%49.19
%51.37

Codes

Color #4D7C3F in popluar color models

4D7C3F
RGB7712463
HSL106°32.62%36.67%
HSB/HSV106°49.19%48.63%
CMYK37.90%0.00%49.19%
51.37%

Color #4D7C3F in popluar number systems.

HEX4D7C3F
Decimal7712463
Binary10011011111100111111
Octal11517477

Shades and tints

Shades of #4D7C3F

#4D7C3F
(77,124,63)
#46713A
(70,113,58)
#3F6635
(63,102,53)
#385B30
(56,91,48)
#31502B
(49,80,43)
#2A4526
(42,69,38)
#233A21
(35,58,33)
#1C2F1C
(28,47,28)
#152417
(21,36,23)
#0E1912
(14,25,18)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D7C3F

#4D7C3F
(77,124,63)
#5D8750
(93,135,80)
#6D9261
(109,146,97)
#7D9D72
(125,157,114)
#8DA883
(141,168,131)
#9DB394
(157,179,148)
#ADBEA5
(173,190,165)
#BDC9B6
(189,201,182)
#CDD4C7
(205,212,199)
#DDDFD8
(221,223,216)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7C3F; }

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

This text font color is #4D7C3F.


Background Color

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

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

This div background color is #4D7C3F.


Border color

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

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

This div border color is #4D7C3F.


Opacity

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

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

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

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

This text has shadow with #4D7C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7C3F on black background.


Color preview on white background

This text has color #4D7C3F on white background.



Black color preview on #4D7C3F background

This text has black color on #4D7C3F background.


White color preview on #4D7C3F background

This text has white color on #4D7C3F background.