COLOR #4D4D11

HEX: #4D4D11
RGB: (77,77,17)

Color info

#4D4D11 contains mainly red and green colors. Web safe color of #4D4D11 is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

77
77
17

R + G + B ~ 22%. #4D4D11 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 77 + 17 = 171 (100%)
R 77 of 171 ~ 45.03%
G 77 of 171 ~ 45.03%
B 17 of 171 ~ 9.94%

%45.03
%45.03
%9.94

CMYK color model

#4D4D11 color CMYK value is (0,0,78,70).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 77.92%
  • key color value is 69.80%
CMYK:
(0,0,78,70)
C0M0Y78K70 
(0%,0%,78%,70%)
(0.00/0.00/0.78/0.70)	

CMYK percentages

%0
%0
%77.92
%69.8

Codes

Color #4D4D11 in popluar color models

4D4D11
RGB777717
HSL60°63.83%18.43%
HSB/HSV60°77.92%30.20%
CMYK0.00%0.00%77.92%
69.80%

Color #4D4D11 in popluar number systems.

HEX4D4D11
Decimal777717
Binary1001101100110110001
Octal11511521

Shades and tints

Shades of #4D4D11

#4D4D11
(77,77,17)
#464610
(70,70,16)
#3F3F0F
(63,63,15)
#38380E
(56,56,14)
#31310D
(49,49,13)
#2A2A0C
(42,42,12)
#23230B
(35,35,11)
#1C1C0A
(28,28,10)
#151509
(21,21,9)
#0E0E08
(14,14,8)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #4D4D11

#4D4D11
(77,77,17)
#5D5D26
(93,93,38)
#6D6D3B
(109,109,59)
#7D7D50
(125,125,80)
#8D8D65
(141,141,101)
#9D9D7A
(157,157,122)
#ADAD8F
(173,173,143)
#BDBDA4
(189,189,164)
#CDCDB9
(205,205,185)
#DDDDCE
(221,221,206)
#EDEDE3
(237,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4D11; }

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

This text font color is #4D4D11.


Background Color

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

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

This div background color is #4D4D11.


Border color

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

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

This div border color is #4D4D11.


Opacity

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

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

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

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

This text has shadow with #4D4D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4D11 on black background.


Color preview on white background

This text has color #4D4D11 on white background.



Black color preview on #4D4D11 background

This text has black color on #4D4D11 background.


White color preview on #4D4D11 background

This text has white color on #4D4D11 background.