COLOR #4C7128

HEX: #4C7128
RGB: (76,113,40)

Color info

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

RGB color model

#4C7128 color RGB value is (76,113,40).

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

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 40 of 255 = 16%

76
113
40

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

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 40 = 229 (100%)
R 76 of 229 ~ 33.19%
G 113 of 229 ~ 49.34%
B 40 of 229 ~ 17.47%

%33.19
%49.34
%17.47

CMYK color model

#4C7128 color CMYK value is (33,0,65,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 64.60%
  • key color value is 55.69%
CMYK:
(33,0,65,56)
C33M0Y65K56 
(33%,0%,65%,56%)
(0.33/0.00/0.65/0.56)	

CMYK percentages

%32.74
%0
%64.6
%55.69

Codes

Color #4C7128 in popluar color models

4C7128
RGB7611340
HSL90°47.71%30.00%
HSB/HSV90°64.60%44.31%
CMYK32.74%0.00%64.60%
55.69%

Color #4C7128 in popluar number systems.

HEX4C7128
Decimal7611340
Binary10011001110001101000
Octal11416150

Shades and tints

Shades of #4C7128

#4C7128
(76,113,40)
#466725
(70,103,37)
#405D22
(64,93,34)
#3A531F
(58,83,31)
#34491C
(52,73,28)
#2E3F19
(46,63,25)
#283516
(40,53,22)
#222B13
(34,43,19)
#1C2110
(28,33,16)
#16170D
(22,23,13)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C7128

#4C7128
(76,113,40)
#5C7D3B
(92,125,59)
#6C894E
(108,137,78)
#7C9561
(124,149,97)
#8CA174
(140,161,116)
#9CAD87
(156,173,135)
#ACB99A
(172,185,154)
#BCC5AD
(188,197,173)
#CCD1C0
(204,209,192)
#DCDDD3
(220,221,211)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7128; }

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

This text font color is #4C7128.


Background Color

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

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

This div background color is #4C7128.


Border color

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

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

This div border color is #4C7128.


Opacity

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

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

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

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

This text has shadow with #4C7128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7128 on black background.


Color preview on white background

This text has color #4C7128 on white background.



Black color preview on #4C7128 background

This text has black color on #4C7128 background.


White color preview on #4C7128 background

This text has white color on #4C7128 background.