COLOR #4A7049

HEX: #4A7049
RGB: (74,112,73)

Color info

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

RGB color model

#4A7049 color RGB value is (74,112,73).

  • red value is 74;
  • green value is 112;
  • blue value is 73.
RGB:
(74,112,73)
(29%,44%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 112 of 255 = 44%
B 73 of 255 = 29%

74
112
73

R + G + B ~ 34%. #4A7049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 112 + 73 = 259 (100%)
R 74 of 259 ~ 28.57%
G 112 of 259 ~ 43.24%
B 73 of 259 ~ 28.19%

%28.57
%43.24
%28.19

CMYK color model

#4A7049 color CMYK value is (34,0,35,56).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 56.08%
CMYK:
(34,0,35,56)
C34M0Y35K56 
(34%,0%,35%,56%)
(0.34/0.00/0.35/0.56)	

CMYK percentages

%33.93
%0
%34.82
%56.08

Codes

Color #4A7049 in popluar color models

4A7049
RGB7411273
HSL118°21.08%36.27%
HSB/HSV118°34.82%43.92%
CMYK33.93%0.00%34.82%
56.08%

Color #4A7049 in popluar number systems.

HEX4A7049
Decimal7411273
Binary100101011100001001001
Octal112160111

Shades and tints

Shades of #4A7049

#4A7049
(74,112,73)
#446643
(68,102,67)
#3E5C3D
(62,92,61)
#385237
(56,82,55)
#324831
(50,72,49)
#2C3E2B
(44,62,43)
#263425
(38,52,37)
#202A1F
(32,42,31)
#1A2019
(26,32,25)
#141613
(20,22,19)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #4A7049

#4A7049
(74,112,73)
#5A7D59
(90,125,89)
#6A8A69
(106,138,105)
#7A9779
(122,151,121)
#8AA489
(138,164,137)
#9AB199
(154,177,153)
#AABEA9
(170,190,169)
#BACBB9
(186,203,185)
#CAD8C9
(202,216,201)
#DAE5D9
(218,229,217)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7049 color. Also use rgb(74,112,73) instead hex code.

Text Font Color

.myTextColor { color: #4A7049; }

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

This text font color is #4A7049.


Background Color

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

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

This div background color is #4A7049.


Border color

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

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

This div border color is #4A7049.


Opacity

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

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

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

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

This text has shadow with #4A7049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7049 on black background.


Color preview on white background

This text has color #4A7049 on white background.



Black color preview on #4A7049 background

This text has black color on #4A7049 background.


White color preview on #4A7049 background

This text has white color on #4A7049 background.