COLOR #4C801C

HEX: #4C801C
RGB: (76,128,28)

Color info

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

RGB color model

#4C801C color RGB value is (76,128,28).

  • red value is 76;
  • green value is 128;
  • blue value is 28.
RGB:
(76,128,28)
(30%,50%,11%)

RGB channels and saturation

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

76
128
28

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

Portions of RGB colors in percentages

R + G + B =
76 + 128 + 28 = 232 (100%)
R 76 of 232 ~ 32.76%
G 128 of 232 ~ 55.17%
B 28 of 232 ~ 12.07%

%32.76
%55.17
%12.07

CMYK color model

#4C801C color CMYK value is (41,0,78,50).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 78.13%
  • key color value is 49.80%
CMYK:
(41,0,78,50)
C41M0Y78K50 
(41%,0%,78%,50%)
(0.41/0.00/0.78/0.50)	

CMYK percentages

%40.63
%0
%78.13
%49.8

Codes

Color #4C801C in popluar color models

4C801C
RGB7612828
HSL91°64.10%30.59%
HSB/HSV91°78.13%50.20%
CMYK40.63%0.00%78.13%
49.80%

Color #4C801C in popluar number systems.

HEX4C801C
Decimal7612828
Binary10011001000000011100
Octal11420034

Shades and tints

Shades of #4C801C

#4C801C
(76,128,28)
#46751A
(70,117,26)
#406A18
(64,106,24)
#3A5F16
(58,95,22)
#345414
(52,84,20)
#2E4912
(46,73,18)
#283E10
(40,62,16)
#22330E
(34,51,14)
#1C280C
(28,40,12)
#161D0A
(22,29,10)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #4C801C

#4C801C
(76,128,28)
#5C8B30
(92,139,48)
#6C9644
(108,150,68)
#7CA158
(124,161,88)
#8CAC6C
(140,172,108)
#9CB780
(156,183,128)
#ACC294
(172,194,148)
#BCCDA8
(188,205,168)
#CCD8BC
(204,216,188)
#DCE3D0
(220,227,208)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C801C; }

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

This text font color is #4C801C.


Background Color

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

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

This div background color is #4C801C.


Border color

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

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

This div border color is #4C801C.


Opacity

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

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

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

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

This text has shadow with #4C801C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C801C on black background.


Color preview on white background

This text has color #4C801C on white background.



Black color preview on #4C801C background

This text has black color on #4C801C background.


White color preview on #4C801C background

This text has white color on #4C801C background.