COLOR #4A8147

HEX: #4A8147
RGB: (74,129,71)

Color info

#4A8147 contains red, green and blue colors in about the same proportion. Web safe color of #4A8147 is #339933 (or #393).

RGB color model

#4A8147 color RGB value is (74,129,71).

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

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 71 of 255 = 28%

74
129
71

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

Portions of RGB colors in percentages

R + G + B =
74 + 129 + 71 = 274 (100%)
R 74 of 274 ~ 27.01%
G 129 of 274 ~ 47.08%
B 71 of 274 ~ 25.91%

%27.01
%47.08
%25.91

CMYK color model

#4A8147 color CMYK value is (43,0,45,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 44.96%
  • key color value is 49.41%
CMYK:
(43,0,45,49)
C43M0Y45K49 
(43%,0%,45%,49%)
(0.43/0.00/0.45/0.49)	

CMYK percentages

%42.64
%0
%44.96
%49.41

Codes

Color #4A8147 in popluar color models

4A8147
RGB7412971
HSL117°29.00%39.22%
HSB/HSV117°44.96%50.59%
CMYK42.64%0.00%44.96%
49.41%

Color #4A8147 in popluar number systems.

HEX4A8147
Decimal7412971
Binary1001010100000011000111
Octal112201107

Shades and tints

Shades of #4A8147

#4A8147
(74,129,71)
#447641
(68,118,65)
#3E6B3B
(62,107,59)
#386035
(56,96,53)
#32552F
(50,85,47)
#2C4A29
(44,74,41)
#263F23
(38,63,35)
#20341D
(32,52,29)
#1A2917
(26,41,23)
#141E11
(20,30,17)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #4A8147

#4A8147
(74,129,71)
#5A8C57
(90,140,87)
#6A9767
(106,151,103)
#7AA277
(122,162,119)
#8AAD87
(138,173,135)
#9AB897
(154,184,151)
#AAC3A7
(170,195,167)
#BACEB7
(186,206,183)
#CAD9C7
(202,217,199)
#DAE4D7
(218,228,215)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8147; }

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

This text font color is #4A8147.


Background Color

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

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

This div background color is #4A8147.


Border color

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

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

This div border color is #4A8147.


Opacity

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

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

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

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

This text has shadow with #4A8147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8147 on black background.


Color preview on white background

This text has color #4A8147 on white background.



Black color preview on #4A8147 background

This text has black color on #4A8147 background.


White color preview on #4A8147 background

This text has white color on #4A8147 background.