COLOR #4C7A04

HEX: #4C7A04 RGB: (76,122,4)

Color info

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

RGB color model

#4C7A04 color RGB value is (76,122,4).

RGB: (76,122,4) (30%, 48%, 2%)

RGB channels and saturation

R 76 of 255 = 30%
G 122 of 255 = 48%
B 4 of 255 = 2%

76
122
4

R + G + B ~ 27%. #4C7A04 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 122 + 4 = 202 (100%)
R 76 of 202 ~ 37.62%
G 122 of 202 ~ 60.4%
B 4 of 202 ~ 1.98'%

%37.62
%60.4

CMYK color model

#4C7A04 color CMYK value is (38,0,97,52).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 96.72%
  • key color value is 52.16%

CMYK: (38,0,97,52)
C38M0Y97K52 (38%, 0%, 97%, 52%)
(0.38 / 0.00 / 0.97 / 0.52)

CMYK percentages

%37.7
%0
%96.72
%52.16

Codes

Color #4C7A04 in popluar color models

4C 7A 04
RGB 76 122 4
HSL 83° 93.65% 24.71%
HSB/HSV 83° 96.72% 47.84%
CMYK 37.70% 0.00% 96.72%
52.16%

Color #4C7A04 in popluar number systems.

HEX 4C 7A 04
Decimal 76 122 4
Binary 1001100 1111010 100
Octal 114 172 4

Shades and tints

Shades of #4C7A04

#4C7A04
(76,122,4)
#466F04
(70,111,4)
#406404
(64,100,4)
#3A5904
(58,89,4)
#344E04
(52,78,4)
#2E4304
(46,67,4)
#283804
(40,56,4)
#222D04
(34,45,4)
#1C2204
(28,34,4)
#161704
(22,23,4)
#100C04
(16,12,4)
#000000
(0,0,0)

Tints of #4C7A04

#4C7A04
(76,122,4)
#5C861A
(92,134,26)
#6C9230
(108,146,48)
#7C9E46
(124,158,70)
#8CAA5C
(140,170,92)
#9CB672
(156,182,114)
#ACC288
(172,194,136)
#BCCE9E
(188,206,158)
#CCDAB4
(204,218,180)
#DCE6CA
(220,230,202)
#ECF2E0
(236,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A04; }

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

This text font color is #4C7A04.

Background Color

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

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

This div background color is #4C7A04.

Border color

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

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

This div border color is #4C7A04.

Opacity

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

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

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

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

This text has shadow with #4C7A04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7A04.

Preview

Color preview on black background

This text has color #4C7A04 on black background.


Color preview on white background

This text has color #4C7A04 on white background.


Black color preview on #4C7A04 background

This text has black color on #4C7A04 background.


White color preview on #4C7A04 background

This text has white color on #4C7A04 background.


Related colors

Complementary color

Complementary color for #hex is #B385FB.


I love getcolorcode.com

Triadic colors

1 #044C7A and #7A044C with #4C7A04 are triadic colors.

2 #047A4C and #7A4C04 with #4C7A04 are triadic colors.