COLOR #4A873F

HEX: #4A873F
RGB: (74,135,63)

Color info

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

RGB color model

#4A873F color RGB value is (74,135,63).

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

RGB channels and saturation

R 74 of 255 = 29%
G 135 of 255 = 53%
B 63 of 255 = 25%

74
135
63

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

Portions of RGB colors in percentages

R + G + B =
74 + 135 + 63 = 272 (100%)
R 74 of 272 ~ 27.21%
G 135 of 272 ~ 49.63%
B 63 of 272 ~ 23.16%

%27.21
%49.63
%23.16

CMYK color model

#4A873F color CMYK value is (45,0,53,47).

  • cyan value is 45.19%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(45,0,53,47)
C45M0Y53K47 
(45%,0%,53%,47%)
(0.45/0.00/0.53/0.47)	

CMYK percentages

%45.19
%0
%53.33
%47.06

Codes

Color #4A873F in popluar color models

4A873F
RGB7413563
HSL111°36.36%38.82%
HSB/HSV111°53.33%52.94%
CMYK45.19%0.00%53.33%
47.06%

Color #4A873F in popluar number systems.

HEX4A873F
Decimal7413563
Binary100101010000111111111
Octal11220777

Shades and tints

Shades of #4A873F

#4A873F
(74,135,63)
#447B3A
(68,123,58)
#3E6F35
(62,111,53)
#386330
(56,99,48)
#32572B
(50,87,43)
#2C4B26
(44,75,38)
#263F21
(38,63,33)
#20331C
(32,51,28)
#1A2717
(26,39,23)
#141B12
(20,27,18)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #4A873F

#4A873F
(74,135,63)
#5A9150
(90,145,80)
#6A9B61
(106,155,97)
#7AA572
(122,165,114)
#8AAF83
(138,175,131)
#9AB994
(154,185,148)
#AAC3A5
(170,195,165)
#BACDB6
(186,205,182)
#CAD7C7
(202,215,199)
#DAE1D8
(218,225,216)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A873F; }

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

This text font color is #4A873F.


Background Color

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

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

This div background color is #4A873F.


Border color

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

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

This div border color is #4A873F.


Opacity

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

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

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

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

This text has shadow with #4A873F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A873F on black background.


Color preview on white background

This text has color #4A873F on white background.



Black color preview on #4A873F background

This text has black color on #4A873F background.


White color preview on #4A873F background

This text has white color on #4A873F background.