COLOR #4D4F0C

HEX: #4D4F0C
RGB: (77,79,12)

Color info

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

RGB color model

#4D4F0C color RGB value is (77,79,12).

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

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 12 of 255 = 5%

77
79
12

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

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 12 = 168 (100%)
R 77 of 168 ~ 45.83%
G 79 of 168 ~ 47.02%
B 12 of 168 ~ 7.14%

%45.83
%47.02

CMYK color model

#4D4F0C color CMYK value is (3,0,85,69).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 84.81%
  • key color value is 69.02%
CMYK:
(3,0,85,69)
C3M0Y85K69 
(3%,0%,85%,69%)
(0.03/0.00/0.85/0.69)	

CMYK percentages

%2.53
%0
%84.81
%69.02

Codes

Color #4D4F0C in popluar color models

4D4F0C
RGB777912
HSL62°73.63%17.84%
HSB/HSV62°84.81%30.98%
CMYK2.53%0.00%84.81%
69.02%

Color #4D4F0C in popluar number systems.

HEX4D4F0C
Decimal777912
Binary100110110011111100
Octal11511714

Shades and tints

Shades of #4D4F0C

#4D4F0C
(77,79,12)
#46480B
(70,72,11)
#3F410A
(63,65,10)
#383A09
(56,58,9)
#313308
(49,51,8)
#2A2C07
(42,44,7)
#232506
(35,37,6)
#1C1E05
(28,30,5)
#151704
(21,23,4)
#0E1003
(14,16,3)
#070902
(7,9,2)
#000000
(0,0,0)

Tints of #4D4F0C

#4D4F0C
(77,79,12)
#5D5F22
(93,95,34)
#6D6F38
(109,111,56)
#7D7F4E
(125,127,78)
#8D8F64
(141,143,100)
#9D9F7A
(157,159,122)
#ADAF90
(173,175,144)
#BDBFA6
(189,191,166)
#CDCFBC
(205,207,188)
#DDDFD2
(221,223,210)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F0C; }

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

This text font color is #4D4F0C.


Background Color

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

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

This div background color is #4D4F0C.


Border color

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

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

This div border color is #4D4F0C.


Opacity

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

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

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

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

This text has shadow with #4D4F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F0C on black background.


Color preview on white background

This text has color #4D4F0C on white background.



Black color preview on #4D4F0C background

This text has black color on #4D4F0C background.


White color preview on #4D4F0C background

This text has white color on #4D4F0C background.