COLOR #4C4D07

HEX: #4C4D07
RGB: (76,77,7)

Color info

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

RGB color model

#4C4D07 color RGB value is (76,77,7).

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

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 7 of 255 = 3%

76
77
7

R + G + B ~ 21%. #4C4D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 77 + 7 = 160 (100%)
R 76 of 160 ~ 47.5%
G 77 of 160 ~ 48.13%
B 7 of 160 ~ 4.38%

%47.5
%48.13

CMYK color model

#4C4D07 color CMYK value is (1,0,91,70).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 69.80%
CMYK:
(1,0,91,70)
C1M0Y91K70 
(1%,0%,91%,70%)
(0.01/0.00/0.91/0.70)	

CMYK percentages

%1.3
%0
%90.91
%69.8

Codes

Color #4C4D07 in popluar color models

4C4D07
RGB76777
HSL61°83.33%16.47%
HSB/HSV61°90.91%30.20%
CMYK1.30%0.00%90.91%
69.80%

Color #4C4D07 in popluar number systems.

HEX4C4D07
Decimal76777
Binary10011001001101111
Octal1141157

Shades and tints

Shades of #4C4D07

#4C4D07
(76,77,7)
#464607
(70,70,7)
#403F07
(64,63,7)
#3A3807
(58,56,7)
#343107
(52,49,7)
#2E2A07
(46,42,7)
#282307
(40,35,7)
#221C07
(34,28,7)
#1C1507
(28,21,7)
#160E07
(22,14,7)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C4D07

#4C4D07
(76,77,7)
#5C5D1D
(92,93,29)
#6C6D33
(108,109,51)
#7C7D49
(124,125,73)
#8C8D5F
(140,141,95)
#9C9D75
(156,157,117)
#ACAD8B
(172,173,139)
#BCBDA1
(188,189,161)
#CCCDB7
(204,205,183)
#DCDDCD
(220,221,205)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4D07; }

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

This text font color is #4C4D07.


Background Color

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

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

This div background color is #4C4D07.


Border color

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

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

This div border color is #4C4D07.


Opacity

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

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

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

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

This text has shadow with #4C4D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D07 on black background.


Color preview on white background

This text has color #4C4D07 on white background.



Black color preview on #4C4D07 background

This text has black color on #4C4D07 background.


White color preview on #4C4D07 background

This text has white color on #4C4D07 background.