COLOR #4D6424

HEX: #4D6424
RGB: (77,100,36)

Color info

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

RGB color model

#4D6424 color RGB value is (77,100,36).

  • red value is 77;
  • green value is 100;
  • blue value is 36.
RGB:
(77,100,36)
(30%,39%,14%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 36 of 255 = 14%

77
100
36

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

Portions of RGB colors in percentages

R + G + B =
77 + 100 + 36 = 213 (100%)
R 77 of 213 ~ 36.15%
G 100 of 213 ~ 46.95%
B 36 of 213 ~ 16.9%

%36.15
%46.95
%16.9

CMYK color model

#4D6424 color CMYK value is (23,0,64,61).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 60.78%
CMYK:
(23,0,64,61)
C23M0Y64K61 
(23%,0%,64%,61%)
(0.23/0.00/0.64/0.61)	

CMYK percentages

%23
%0
%64
%60.78

Codes

Color #4D6424 in popluar color models

4D6424
RGB7710036
HSL82°47.06%26.67%
HSB/HSV82°64.00%39.22%
CMYK23.00%0.00%64.00%
60.78%

Color #4D6424 in popluar number systems.

HEX4D6424
Decimal7710036
Binary10011011100100100100
Octal11514444

Shades and tints

Shades of #4D6424

#4D6424
(77,100,36)
#465B21
(70,91,33)
#3F521E
(63,82,30)
#38491B
(56,73,27)
#314018
(49,64,24)
#2A3715
(42,55,21)
#232E12
(35,46,18)
#1C250F
(28,37,15)
#151C0C
(21,28,12)
#0E1309
(14,19,9)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #4D6424

#4D6424
(77,100,36)
#5D7237
(93,114,55)
#6D804A
(109,128,74)
#7D8E5D
(125,142,93)
#8D9C70
(141,156,112)
#9DAA83
(157,170,131)
#ADB896
(173,184,150)
#BDC6A9
(189,198,169)
#CDD4BC
(205,212,188)
#DDE2CF
(221,226,207)
#EDF0E2
(237,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6424 color. Also use rgb(77,100,36) instead hex code.

Text Font Color

.myTextColor { color: #4D6424; }

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

This text font color is #4D6424.


Background Color

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

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

This div background color is #4D6424.


Border color

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

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

This div border color is #4D6424.


Opacity

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

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

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

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

This text has shadow with #4D6424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6424 on black background.


Color preview on white background

This text has color #4D6424 on white background.



Black color preview on #4D6424 background

This text has black color on #4D6424 background.


White color preview on #4D6424 background

This text has white color on #4D6424 background.