COLOR #4A9147

HEX: #4A9147
RGB: (74,145,71)

Color info

#4A9147 contains mainly green color. Web safe color of #4A9147 is #339933 (or #393).

RGB color model

#4A9147 color RGB value is (74,145,71).

  • red value is 74;
  • green value is 145;
  • blue value is 71.
RGB:
(74,145,71)
(29%,57%,28%)

RGB channels and saturation

R 74 of 255 = 29%
G 145 of 255 = 57%
B 71 of 255 = 28%

74
145
71

R + G + B ~ 38%. #4A9147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 145 + 71 = 290 (100%)
R 74 of 290 ~ 25.52%
G 145 of 290 ~ 50%
B 71 of 290 ~ 24.48%

%25.52
%50
%24.48

CMYK color model

#4A9147 color CMYK value is (49,0,51,43).

  • cyan value is 48.97%
  • magenta value is 0.00%
  • yellow value is 51.03%
  • key color value is 43.14%
CMYK:
(49,0,51,43)
C49M0Y51K43 
(49%,0%,51%,43%)
(0.49/0.00/0.51/0.43)	

CMYK percentages

%48.97
%0
%51.03
%43.14

Codes

Color #4A9147 in popluar color models

4A9147
RGB7414571
HSL118°34.26%42.35%
HSB/HSV118°51.03%56.86%
CMYK48.97%0.00%51.03%
43.14%

Color #4A9147 in popluar number systems.

HEX4A9147
Decimal7414571
Binary1001010100100011000111
Octal112221107

Shades and tints

Shades of #4A9147

#4A9147
(74,145,71)
#448441
(68,132,65)
#3E773B
(62,119,59)
#386A35
(56,106,53)
#325D2F
(50,93,47)
#2C5029
(44,80,41)
#264323
(38,67,35)
#20361D
(32,54,29)
#1A2917
(26,41,23)
#141C11
(20,28,17)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #4A9147

#4A9147
(74,145,71)
#5A9B57
(90,155,87)
#6AA567
(106,165,103)
#7AAF77
(122,175,119)
#8AB987
(138,185,135)
#9AC397
(154,195,151)
#AACDA7
(170,205,167)
#BAD7B7
(186,215,183)
#CAE1C7
(202,225,199)
#DAEBD7
(218,235,215)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9147 color. Also use rgb(74,145,71) instead hex code.

Text Font Color

.myTextColor { color: #4A9147; }

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

This text font color is #4A9147.


Background Color

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

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

This div background color is #4A9147.


Border color

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

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

This div border color is #4A9147.


Opacity

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

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

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

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

This text has shadow with #4A9147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9147 on black background.


Color preview on white background

This text has color #4A9147 on white background.



Black color preview on #4A9147 background

This text has black color on #4A9147 background.


White color preview on #4A9147 background

This text has white color on #4A9147 background.