COLOR #4C801D

HEX: #4C801D RGB: (76,128,29)

Color info

#4C801D contains mainly red and green colors. Web safe color of #4C801D is #336633 (or #363).

RGB color model

#4C801D color RGB value is (76,128,29).

RGB: (76,128,29) (30%, 50%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 128 of 255 = 50%
B 29 of 255 = 11%

76
128
29

R + G + B ~ 30%. #4C801D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 128 + 29 = 233 (100%)
R 76 of 233 ~ 32.62%
G 128 of 233 ~ 54.94%
B 29 of 233 ~ 12.45'%

%32.62
%54.94
%12.45

CMYK color model

#4C801D color CMYK value is (41,0,77,50).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 77.34%
  • key color value is 49.80%
CMYK: (41,0,77,50) C41M0Y77K50 (41%,0%,77%,50%) (0.41/0.00/0.77/0.50) 

CMYK percentages

%40.63
%0
%77.34
%49.8

Codes

Color #4C801D in popluar color models

4C 80 1D
RGB 76 128 29
HSL 92° 63.06% 30.78%
HSB/HSV 92° 77.34% 50.20%
CMYK 40.63% 0.00% 77.34%
49.80%

Color #4C801D in popluar number systems.

HEX 4C 80 1D
Decimal 76 128 29
Binary 1001100 10000000 11101
Octal 114 200 35

Shades and tints

Shades of #4C801D

#4C801D
(76,128,29)
#46751B
(70,117,27)
#406A19
(64,106,25)
#3A5F17
(58,95,23)
#345415
(52,84,21)
#2E4913
(46,73,19)
#283E11
(40,62,17)
#22330F
(34,51,15)
#1C280D
(28,40,13)
#161D0B
(22,29,11)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #4C801D

#4C801D
(76,128,29)
#5C8B31
(92,139,49)
#6C9645
(108,150,69)
#7CA159
(124,161,89)
#8CAC6D
(140,172,109)
#9CB781
(156,183,129)
#ACC295
(172,194,149)
#BCCDA9
(188,205,169)
#CCD8BD
(204,216,189)
#DCE3D1
(220,227,209)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C801D; }

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

This text font color is #4C801D.

Background Color

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

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

This div background color is #4C801D.

Border color

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

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

This div border color is #4C801D.

Opacity

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

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

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

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

This text has shadow with #4C801D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C801D.

Preview

Color preview on black background

This text has color #4C801D on black background.


Color preview on white background

This text has color #4C801D on white background.


Black color preview on #4C801D background

This text has black color on #4C801D background.


White color preview on #4C801D background

This text has white color on #4C801D background.


Related colors

Complementary color

Complementary color for #hex is #B37FE2.


I love getcolorcode.com

Triadic colors

1 #1D4C80 and #801D4C with #4C801D are triadic colors.

2 #1D804C and #804C1D with #4C801D are triadic colors.