COLOR #4A794D

HEX: #4A794D
RGB: (74,121,77)

Color info

#4A794D contains red, green and blue colors in about the same proportion. Web safe color of #4A794D is #336633 (or #363).

RGB color model

#4A794D color RGB value is (74,121,77).

  • red value is 74;
  • green value is 121;
  • blue value is 77.
RGB:
(74,121,77)
(29%,47%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 77 of 255 = 30%

74
121
77

R + G + B ~ 35%. #4A794D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 121 + 77 = 272 (100%)
R 74 of 272 ~ 27.21%
G 121 of 272 ~ 44.49%
B 77 of 272 ~ 28.31%

%27.21
%44.49
%28.31

CMYK color model

#4A794D color CMYK value is (39,0,36,53).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 52.55%
CMYK:
(39,0,36,53)
C39M0Y36K53 
(39%,0%,36%,53%)
(0.39/0.00/0.36/0.53)	

CMYK percentages

%38.84
%0
%36.36
%52.55

Codes

Color #4A794D in popluar color models

4A794D
RGB7412177
HSL124°24.10%38.24%
HSB/HSV124°38.84%47.45%
CMYK38.84%0.00%36.36%
52.55%

Color #4A794D in popluar number systems.

HEX4A794D
Decimal7412177
Binary100101011110011001101
Octal112171115

Shades and tints

Shades of #4A794D

#4A794D
(74,121,77)
#446E46
(68,110,70)
#3E633F
(62,99,63)
#385838
(56,88,56)
#324D31
(50,77,49)
#2C422A
(44,66,42)
#263723
(38,55,35)
#202C1C
(32,44,28)
#1A2115
(26,33,21)
#14160E
(20,22,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #4A794D

#4A794D
(74,121,77)
#5A855D
(90,133,93)
#6A916D
(106,145,109)
#7A9D7D
(122,157,125)
#8AA98D
(138,169,141)
#9AB59D
(154,181,157)
#AAC1AD
(170,193,173)
#BACDBD
(186,205,189)
#CAD9CD
(202,217,205)
#DAE5DD
(218,229,221)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A794D color. Also use rgb(74,121,77) instead hex code.

Text Font Color

.myTextColor { color: #4A794D; }

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

This text font color is #4A794D.


Background Color

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

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

This div background color is #4A794D.


Border color

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

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

This div border color is #4A794D.


Opacity

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

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

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

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

This text has shadow with #4A794D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A794D on black background.


Color preview on white background

This text has color #4A794D on white background.



Black color preview on #4A794D background

This text has black color on #4A794D background.


White color preview on #4A794D background

This text has white color on #4A794D background.