COLOR #4C7A4E

HEX: #4C7A4E
RGB: (76,122,78)

Color info

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

RGB color model

#4C7A4E color RGB value is (76,122,78).

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

RGB channels and saturation

R 76 of 255 = 30%
G 122 of 255 = 48%
B 78 of 255 = 31%

76
122
78

R + G + B ~ 36%. #4C7A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 122 + 78 = 276 (100%)
R 76 of 276 ~ 27.54%
G 122 of 276 ~ 44.2%
B 78 of 276 ~ 28.26%

%27.54
%44.2
%28.26

CMYK color model

#4C7A4E color CMYK value is (38,0,36,52).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(38,0,36,52)
C38M0Y36K52 
(38%,0%,36%,52%)
(0.38/0.00/0.36/0.52)	

CMYK percentages

%37.7
%0
%36.07
%52.16

Codes

Color #4C7A4E in popluar color models

4C7A4E
RGB7612278
HSL123°23.23%38.82%
HSB/HSV123°37.70%47.84%
CMYK37.70%0.00%36.07%
52.16%

Color #4C7A4E in popluar number systems.

HEX4C7A4E
Decimal7612278
Binary100110011110101001110
Octal114172116

Shades and tints

Shades of #4C7A4E

#4C7A4E
(76,122,78)
#466F47
(70,111,71)
#406440
(64,100,64)
#3A5939
(58,89,57)
#344E32
(52,78,50)
#2E432B
(46,67,43)
#283824
(40,56,36)
#222D1D
(34,45,29)
#1C2216
(28,34,22)
#16170F
(22,23,15)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #4C7A4E

#4C7A4E
(76,122,78)
#5C865E
(92,134,94)
#6C926E
(108,146,110)
#7C9E7E
(124,158,126)
#8CAA8E
(140,170,142)
#9CB69E
(156,182,158)
#ACC2AE
(172,194,174)
#BCCEBE
(188,206,190)
#CCDACE
(204,218,206)
#DCE6DE
(220,230,222)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A4E; }

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

This text font color is #4C7A4E.


Background Color

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

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

This div background color is #4C7A4E.


Border color

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

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

This div border color is #4C7A4E.


Opacity

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

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

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

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

This text has shadow with #4C7A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7A4E on black background.


Color preview on white background

This text has color #4C7A4E on white background.



Black color preview on #4C7A4E background

This text has black color on #4C7A4E background.


White color preview on #4C7A4E background

This text has white color on #4C7A4E background.