COLOR #4C7C4E

HEX: #4C7C4E
RGB: (76,124,78)

Color info

#4C7C4E contains red, green and blue colors in about the same proportion. Web safe color of #4C7C4E is #336666 (or #366).

RGB color model

#4C7C4E color RGB value is (76,124,78).

  • red value is 76;
  • green value is 124;
  • blue value is 78.
RGB:
(76,124,78)
(30%,49%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 124 of 255 = 49%
B 78 of 255 = 31%

76
124
78

R + G + B ~ 37%. #4C7C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 124 + 78 = 278 (100%)
R 76 of 278 ~ 27.34%
G 124 of 278 ~ 44.6%
B 78 of 278 ~ 28.06%

%27.34
%44.6
%28.06

CMYK color model

#4C7C4E color CMYK value is (39,0,37,51).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(39,0,37,51)
C39M0Y37K51 
(39%,0%,37%,51%)
(0.39/0.00/0.37/0.51)	

CMYK percentages

%38.71
%0
%37.1
%51.37

Codes

Color #4C7C4E in popluar color models

4C7C4E
RGB7612478
HSL123°24.00%39.22%
HSB/HSV123°38.71%48.63%
CMYK38.71%0.00%37.10%
51.37%

Color #4C7C4E in popluar number systems.

HEX4C7C4E
Decimal7612478
Binary100110011111001001110
Octal114174116

Shades and tints

Shades of #4C7C4E

#4C7C4E
(76,124,78)
#467147
(70,113,71)
#406640
(64,102,64)
#3A5B39
(58,91,57)
#345032
(52,80,50)
#2E452B
(46,69,43)
#283A24
(40,58,36)
#222F1D
(34,47,29)
#1C2416
(28,36,22)
#16190F
(22,25,15)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #4C7C4E

#4C7C4E
(76,124,78)
#5C875E
(92,135,94)
#6C926E
(108,146,110)
#7C9D7E
(124,157,126)
#8CA88E
(140,168,142)
#9CB39E
(156,179,158)
#ACBEAE
(172,190,174)
#BCC9BE
(188,201,190)
#CCD4CE
(204,212,206)
#DCDFDE
(220,223,222)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C4E color. Also use rgb(76,124,78) instead hex code.

Text Font Color

.myTextColor { color: #4C7C4E; }

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

This text font color is #4C7C4E.


Background Color

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

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

This div background color is #4C7C4E.


Border color

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

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

This div border color is #4C7C4E.


Opacity

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

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

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

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

This text has shadow with #4C7C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C4E on black background.


Color preview on white background

This text has color #4C7C4E on white background.



Black color preview on #4C7C4E background

This text has black color on #4C7C4E background.


White color preview on #4C7C4E background

This text has white color on #4C7C4E background.