COLOR #4D4E18

HEX: #4D4E18
RGB: (77,78,24)

Color info

#4D4E18 contains red, green and blue colors in about the same proportion. Web safe color of #4D4E18 is #336600 (or #360).

RGB color model

#4D4E18 color RGB value is (77,78,24).

  • red value is 77;
  • green value is 78;
  • blue value is 24.
RGB:
(77,78,24)
(30%,31%,9%)

RGB channels and saturation

R 77 of 255 = 30%
G 78 of 255 = 31%
B 24 of 255 = 9%

77
78
24

R + G + B ~ 23%. #4D4E18 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 78 + 24 = 179 (100%)
R 77 of 179 ~ 43.02%
G 78 of 179 ~ 43.58%
B 24 of 179 ~ 13.41%

%43.02
%43.58
%13.41

CMYK color model

#4D4E18 color CMYK value is (1,0,69,69).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 69.41%
CMYK:
(1,0,69,69)
C1M0Y69K69 
(1%,0%,69%,69%)
(0.01/0.00/0.69/0.69)	

CMYK percentages

%1.28
%0
%69.23
%69.41

Codes

Color #4D4E18 in popluar color models

4D4E18
RGB777824
HSL61°52.94%20.00%
HSB/HSV61°69.23%30.59%
CMYK1.28%0.00%69.23%
69.41%

Color #4D4E18 in popluar number systems.

HEX4D4E18
Decimal777824
Binary1001101100111011000
Octal11511630

Shades and tints

Shades of #4D4E18

#4D4E18
(77,78,24)
#464716
(70,71,22)
#3F4014
(63,64,20)
#383912
(56,57,18)
#313210
(49,50,16)
#2A2B0E
(42,43,14)
#23240C
(35,36,12)
#1C1D0A
(28,29,10)
#151608
(21,22,8)
#0E0F06
(14,15,6)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #4D4E18

#4D4E18
(77,78,24)
#5D5E2D
(93,94,45)
#6D6E42
(109,110,66)
#7D7E57
(125,126,87)
#8D8E6C
(141,142,108)
#9D9E81
(157,158,129)
#ADAE96
(173,174,150)
#BDBEAB
(189,190,171)
#CDCEC0
(205,206,192)
#DDDED5
(221,222,213)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4E18 color. Also use rgb(77,78,24) instead hex code.

Text Font Color

.myTextColor { color: #4D4E18; }

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

This text font color is #4D4E18.


Background Color

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

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

This div background color is #4D4E18.


Border color

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

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

This div border color is #4D4E18.


Opacity

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

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

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

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

This text has shadow with #4D4E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4E18 on black background.


Color preview on white background

This text has color #4D4E18 on white background.



Black color preview on #4D4E18 background

This text has black color on #4D4E18 background.


White color preview on #4D4E18 background

This text has white color on #4D4E18 background.