COLOR #4A872D

HEX: #4A872D
RGB: (74,135,45)

Color info

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

RGB color model

#4A872D color RGB value is (74,135,45).

  • red value is 74;
  • green value is 135;
  • blue value is 45.
RGB:
(74,135,45)
(29%,53%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 135 of 255 = 53%
B 45 of 255 = 18%

74
135
45

R + G + B ~ 33%. #4A872D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 135 + 45 = 254 (100%)
R 74 of 254 ~ 29.13%
G 135 of 254 ~ 53.15%
B 45 of 254 ~ 17.72%

%29.13
%53.15
%17.72

CMYK color model

#4A872D color CMYK value is (45,0,67,47).

  • cyan value is 45.19%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 47.06%
CMYK:
(45,0,67,47)
C45M0Y67K47 
(45%,0%,67%,47%)
(0.45/0.00/0.67/0.47)	

CMYK percentages

%45.19
%0
%66.67
%47.06

Codes

Color #4A872D in popluar color models

4A872D
RGB7413545
HSL101°50.00%35.29%
HSB/HSV101°66.67%52.94%
CMYK45.19%0.00%66.67%
47.06%

Color #4A872D in popluar number systems.

HEX4A872D
Decimal7413545
Binary100101010000111101101
Octal11220755

Shades and tints

Shades of #4A872D

#4A872D
(74,135,45)
#447B29
(68,123,41)
#3E6F25
(62,111,37)
#386321
(56,99,33)
#32571D
(50,87,29)
#2C4B19
(44,75,25)
#263F15
(38,63,21)
#203311
(32,51,17)
#1A270D
(26,39,13)
#141B09
(20,27,9)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #4A872D

#4A872D
(74,135,45)
#5A9140
(90,145,64)
#6A9B53
(106,155,83)
#7AA566
(122,165,102)
#8AAF79
(138,175,121)
#9AB98C
(154,185,140)
#AAC39F
(170,195,159)
#BACDB2
(186,205,178)
#CAD7C5
(202,215,197)
#DAE1D8
(218,225,216)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A872D color. Also use rgb(74,135,45) instead hex code.

Text Font Color

.myTextColor { color: #4A872D; }

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

This text font color is #4A872D.


Background Color

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

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

This div background color is #4A872D.


Border color

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

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

This div border color is #4A872D.


Opacity

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

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

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

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

This text has shadow with #4A872D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A872D on black background.


Color preview on white background

This text has color #4A872D on white background.



Black color preview on #4A872D background

This text has black color on #4A872D background.


White color preview on #4A872D background

This text has white color on #4A872D background.