COLOR #4C7122

HEX: #4C7122
RGB: (76,113,34)

Color info

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

RGB color model

#4C7122 color RGB value is (76,113,34).

  • red value is 76;
  • green value is 113;
  • blue value is 34.
RGB:
(76,113,34)
(30%,44%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 34 of 255 = 13%

76
113
34

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

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 34 = 223 (100%)
R 76 of 223 ~ 34.08%
G 113 of 223 ~ 50.67%
B 34 of 223 ~ 15.25%

%34.08
%50.67
%15.25

CMYK color model

#4C7122 color CMYK value is (33,0,70,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 69.91%
  • key color value is 55.69%
CMYK:
(33,0,70,56)
C33M0Y70K56 
(33%,0%,70%,56%)
(0.33/0.00/0.70/0.56)	

CMYK percentages

%32.74
%0
%69.91
%55.69

Codes

Color #4C7122 in popluar color models

4C7122
RGB7611334
HSL88°53.74%28.82%
HSB/HSV88°69.91%44.31%
CMYK32.74%0.00%69.91%
55.69%

Color #4C7122 in popluar number systems.

HEX4C7122
Decimal7611334
Binary10011001110001100010
Octal11416142

Shades and tints

Shades of #4C7122

#4C7122
(76,113,34)
#46671F
(70,103,31)
#405D1C
(64,93,28)
#3A5319
(58,83,25)
#344916
(52,73,22)
#2E3F13
(46,63,19)
#283510
(40,53,16)
#222B0D
(34,43,13)
#1C210A
(28,33,10)
#161707
(22,23,7)
#100D04
(16,13,4)
#000000
(0,0,0)

Tints of #4C7122

#4C7122
(76,113,34)
#5C7D36
(92,125,54)
#6C894A
(108,137,74)
#7C955E
(124,149,94)
#8CA172
(140,161,114)
#9CAD86
(156,173,134)
#ACB99A
(172,185,154)
#BCC5AE
(188,197,174)
#CCD1C2
(204,209,194)
#DCDDD6
(220,221,214)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7122; }

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

This text font color is #4C7122.


Background Color

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

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

This div background color is #4C7122.


Border color

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

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

This div border color is #4C7122.


Opacity

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

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

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

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

This text has shadow with #4C7122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7122 on black background.


Color preview on white background

This text has color #4C7122 on white background.



Black color preview on #4C7122 background

This text has black color on #4C7122 background.


White color preview on #4C7122 background

This text has white color on #4C7122 background.