COLOR #4C7222

HEX: #4C7222 RGB: (76,114,34)

Color info

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

RGB color model

#4C7222 color RGB value is (76,114,34).

RGB: (76,114,34) (30%, 45%, 13%)

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 34 of 255 = 13%

76
114
34

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

Portions of RGB colors in percentages

R + G + B = 76 + 114 + 34 = 224 (100%)
R 76 of 224 ~ 33.93%
G 114 of 224 ~ 50.89%
B 34 of 224 ~ 15.18'%

%33.93
%50.89
%15.18

CMYK color model

#4C7222 color CMYK value is (33,0,70,55).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 55.29%

CMYK: (33,0,70,55)
C33M0Y70K55 (33%, 0%, 70%, 55%)
(0.33 / 0.00 / 0.70 / 0.55)

CMYK percentages

%33.33
%0
%70.18
%55.29

Codes

Color #4C7222 in popluar color models

4C 72 22
RGB 76 114 34
HSL 89° 54.05% 29.02%
HSB/HSV 89° 70.18% 44.71%
CMYK 33.33% 0.00% 70.18%
55.29%

Color #4C7222 in popluar number systems.

HEX 4C 72 22
Decimal 76 114 34
Binary 1001100 1110010 100010
Octal 114 162 42

Shades and tints

Shades of #4C7222

#4C7222
(76,114,34)
#46681F
(70,104,31)
#405E1C
(64,94,28)
#3A5419
(58,84,25)
#344A16
(52,74,22)
#2E4013
(46,64,19)
#283610
(40,54,16)
#222C0D
(34,44,13)
#1C220A
(28,34,10)
#161807
(22,24,7)
#100E04
(16,14,4)
#000000
(0,0,0)

Tints of #4C7222

#4C7222
(76,114,34)
#5C7E36
(92,126,54)
#6C8A4A
(108,138,74)
#7C965E
(124,150,94)
#8CA272
(140,162,114)
#9CAE86
(156,174,134)
#ACBA9A
(172,186,154)
#BCC6AE
(188,198,174)
#CCD2C2
(204,210,194)
#DCDED6
(220,222,214)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7222; }

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

This text font color is #4C7222.

Background Color

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

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

This div background color is #4C7222.

Border color

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

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

This div border color is #4C7222.

Opacity

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

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

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

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

This text has shadow with #4C7222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7222.

Preview

Color preview on black background

This text has color #4C7222 on black background.


Color preview on white background

This text has color #4C7222 on white background.


Black color preview on #4C7222 background

This text has black color on #4C7222 background.


White color preview on #4C7222 background

This text has white color on #4C7222 background.


Related colors

Complementary color

Complementary color for #hex is #B38DDD.


I love getcolorcode.com

Triadic colors

1 #224C72 and #72224C with #4C7222 are triadic colors.

2 #22724C and #724C22 with #4C7222 are triadic colors.