COLOR #4C7E16

HEX: #4C7E16
RGB: (76,126,22)

Color info

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

RGB color model

#4C7E16 color RGB value is (76,126,22).

  • red value is 76;
  • green value is 126;
  • blue value is 22.
RGB:
(76,126,22)
(30%,49%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 126 of 255 = 49%
B 22 of 255 = 9%

76
126
22

R + G + B ~ 29%. #4C7E16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 126 + 22 = 224 (100%)
R 76 of 224 ~ 33.93%
G 126 of 224 ~ 56.25%
B 22 of 224 ~ 9.82%

%33.93
%56.25
%9.82

CMYK color model

#4C7E16 color CMYK value is (40,0,83,51).

  • cyan value is 39.68%
  • magenta value is 0.00%
  • yellow value is 82.54%
  • key color value is 50.59%
CMYK:
(40,0,83,51)
C40M0Y83K51 
(40%,0%,83%,51%)
(0.40/0.00/0.83/0.51)	

CMYK percentages

%39.68
%0
%82.54
%50.59

Codes

Color #4C7E16 in popluar color models

4C7E16
RGB7612622
HSL89°70.27%29.02%
HSB/HSV89°82.54%49.41%
CMYK39.68%0.00%82.54%
50.59%

Color #4C7E16 in popluar number systems.

HEX4C7E16
Decimal7612622
Binary1001100111111010110
Octal11417626

Shades and tints

Shades of #4C7E16

#4C7E16
(76,126,22)
#467314
(70,115,20)
#406812
(64,104,18)
#3A5D10
(58,93,16)
#34520E
(52,82,14)
#2E470C
(46,71,12)
#283C0A
(40,60,10)
#223108
(34,49,8)
#1C2606
(28,38,6)
#161B04
(22,27,4)
#101002
(16,16,2)
#000000
(0,0,0)

Tints of #4C7E16

#4C7E16
(76,126,22)
#5C892B
(92,137,43)
#6C9440
(108,148,64)
#7C9F55
(124,159,85)
#8CAA6A
(140,170,106)
#9CB57F
(156,181,127)
#ACC094
(172,192,148)
#BCCBA9
(188,203,169)
#CCD6BE
(204,214,190)
#DCE1D3
(220,225,211)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7E16; }

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

This text font color is #4C7E16.


Background Color

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

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

This div background color is #4C7E16.


Border color

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

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

This div border color is #4C7E16.


Opacity

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

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

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

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

This text has shadow with #4C7E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7E16 on black background.


Color preview on white background

This text has color #4C7E16 on white background.



Black color preview on #4C7E16 background

This text has black color on #4C7E16 background.


White color preview on #4C7E16 background

This text has white color on #4C7E16 background.