COLOR #4D4F11

HEX: #4D4F11
RGB: (77,79,17)

Color info

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

RGB color model

#4D4F11 color RGB value is (77,79,17).

  • red value is 77;
  • green value is 79;
  • blue value is 17.
RGB:
(77,79,17)
(30%,31%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 17 of 255 = 7%

77
79
17

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

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 17 = 173 (100%)
R 77 of 173 ~ 44.51%
G 79 of 173 ~ 45.66%
B 17 of 173 ~ 9.83%

%44.51
%45.66
%9.83

CMYK color model

#4D4F11 color CMYK value is (3,0,78,69).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 78.48%
  • key color value is 69.02%
CMYK:
(3,0,78,69)
C3M0Y78K69 
(3%,0%,78%,69%)
(0.03/0.00/0.78/0.69)	

CMYK percentages

%2.53
%0
%78.48
%69.02

Codes

Color #4D4F11 in popluar color models

4D4F11
RGB777917
HSL62°64.58%18.82%
HSB/HSV62°78.48%30.98%
CMYK2.53%0.00%78.48%
69.02%

Color #4D4F11 in popluar number systems.

HEX4D4F11
Decimal777917
Binary1001101100111110001
Octal11511721

Shades and tints

Shades of #4D4F11

#4D4F11
(77,79,17)
#464810
(70,72,16)
#3F410F
(63,65,15)
#383A0E
(56,58,14)
#31330D
(49,51,13)
#2A2C0C
(42,44,12)
#23250B
(35,37,11)
#1C1E0A
(28,30,10)
#151709
(21,23,9)
#0E1008
(14,16,8)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #4D4F11

#4D4F11
(77,79,17)
#5D5F26
(93,95,38)
#6D6F3B
(109,111,59)
#7D7F50
(125,127,80)
#8D8F65
(141,143,101)
#9D9F7A
(157,159,122)
#ADAF8F
(173,175,143)
#BDBFA4
(189,191,164)
#CDCFB9
(205,207,185)
#DDDFCE
(221,223,206)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4F11 color. Also use rgb(77,79,17) instead hex code.

Text Font Color

.myTextColor { color: #4D4F11; }

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

This text font color is #4D4F11.


Background Color

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

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

This div background color is #4D4F11.


Border color

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

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

This div border color is #4D4F11.


Opacity

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

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

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

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

This text has shadow with #4D4F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F11 on black background.


Color preview on white background

This text has color #4D4F11 on white background.



Black color preview on #4D4F11 background

This text has black color on #4D4F11 background.


White color preview on #4D4F11 background

This text has white color on #4D4F11 background.