COLOR #4C794E

HEX: #4C794E
RGB: (76,121,78)

Color info

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

RGB color model

#4C794E color RGB value is (76,121,78).

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

RGB channels and saturation

R 76 of 255 = 30%
G 121 of 255 = 47%
B 78 of 255 = 31%

76
121
78

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

Portions of RGB colors in percentages

R + G + B =
76 + 121 + 78 = 275 (100%)
R 76 of 275 ~ 27.64%
G 121 of 275 ~ 44%
B 78 of 275 ~ 28.36%

%27.64
%44
%28.36

CMYK color model

#4C794E color CMYK value is (37,0,36,53).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 35.54%
  • key color value is 52.55%
CMYK:
(37,0,36,53)
C37M0Y36K53 
(37%,0%,36%,53%)
(0.37/0.00/0.36/0.53)	

CMYK percentages

%37.19
%0
%35.54
%52.55

Codes

Color #4C794E in popluar color models

4C794E
RGB7612178
HSL123°22.84%38.63%
HSB/HSV123°37.19%47.45%
CMYK37.19%0.00%35.54%
52.55%

Color #4C794E in popluar number systems.

HEX4C794E
Decimal7612178
Binary100110011110011001110
Octal114171116

Shades and tints

Shades of #4C794E

#4C794E
(76,121,78)
#466E47
(70,110,71)
#406340
(64,99,64)
#3A5839
(58,88,57)
#344D32
(52,77,50)
#2E422B
(46,66,43)
#283724
(40,55,36)
#222C1D
(34,44,29)
#1C2116
(28,33,22)
#16160F
(22,22,15)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #4C794E

#4C794E
(76,121,78)
#5C855E
(92,133,94)
#6C916E
(108,145,110)
#7C9D7E
(124,157,126)
#8CA98E
(140,169,142)
#9CB59E
(156,181,158)
#ACC1AE
(172,193,174)
#BCCDBE
(188,205,190)
#CCD9CE
(204,217,206)
#DCE5DE
(220,229,222)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C794E; }

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

This text font color is #4C794E.


Background Color

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

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

This div background color is #4C794E.


Border color

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

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

This div border color is #4C794E.


Opacity

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

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

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

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

This text has shadow with #4C794E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C794E on black background.


Color preview on white background

This text has color #4C794E on white background.



Black color preview on #4C794E background

This text has black color on #4C794E background.


White color preview on #4C794E background

This text has white color on #4C794E background.