COLOR #4C4A07

HEX: #4C4A07
RGB: (76,74,7)

Color info

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

RGB color model

#4C4A07 color RGB value is (76,74,7).

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

RGB channels and saturation

R 76 of 255 = 30%
G 74 of 255 = 29%
B 7 of 255 = 3%

76
74
7

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

Portions of RGB colors in percentages

R + G + B =
76 + 74 + 7 = 157 (100%)
R 76 of 157 ~ 48.41%
G 74 of 157 ~ 47.13%
B 7 of 157 ~ 4.46%

%48.41
%47.13

CMYK color model

#4C4A07 color CMYK value is (0,3,91,70).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 90.79%
  • key color value is 70.20%
CMYK:
(0,3,91,70)
C0M3Y91K70 
(0%,3%,91%,70%)
(0.00/0.03/0.91/0.70)	

CMYK percentages

%0
%2.63
%90.79
%70.2

Codes

Color #4C4A07 in popluar color models

4C4A07
RGB76747
HSL58°83.13%16.27%
HSB/HSV58°90.79%29.80%
CMYK0.00%2.63%90.79%
70.20%

Color #4C4A07 in popluar number systems.

HEX4C4A07
Decimal76747
Binary10011001001010111
Octal1141127

Shades and tints

Shades of #4C4A07

#4C4A07
(76,74,7)
#464407
(70,68,7)
#403E07
(64,62,7)
#3A3807
(58,56,7)
#343207
(52,50,7)
#2E2C07
(46,44,7)
#282607
(40,38,7)
#222007
(34,32,7)
#1C1A07
(28,26,7)
#161407
(22,20,7)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #4C4A07

#4C4A07
(76,74,7)
#5C5A1D
(92,90,29)
#6C6A33
(108,106,51)
#7C7A49
(124,122,73)
#8C8A5F
(140,138,95)
#9C9A75
(156,154,117)
#ACAA8B
(172,170,139)
#BCBAA1
(188,186,161)
#CCCAB7
(204,202,183)
#DCDACD
(220,218,205)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4A07; }

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

This text font color is #4C4A07.


Background Color

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

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

This div background color is #4C4A07.


Border color

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

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

This div border color is #4C4A07.


Opacity

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

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

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

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

This text has shadow with #4C4A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A07 on black background.


Color preview on white background

This text has color #4C4A07 on white background.



Black color preview on #4C4A07 background

This text has black color on #4C4A07 background.


White color preview on #4C4A07 background

This text has white color on #4C4A07 background.