COLOR #4A913A

HEX: #4A913A
RGB: (74,145,58)

Color info

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

RGB color model

#4A913A color RGB value is (74,145,58).

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

RGB channels and saturation

R 74 of 255 = 29%
G 145 of 255 = 57%
B 58 of 255 = 23%

74
145
58

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

Portions of RGB colors in percentages

R + G + B =
74 + 145 + 58 = 277 (100%)
R 74 of 277 ~ 26.71%
G 145 of 277 ~ 52.35%
B 58 of 277 ~ 20.94%

%26.71
%52.35
%20.94

CMYK color model

#4A913A color CMYK value is (49,0,60,43).

  • cyan value is 48.97%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 43.14%
CMYK:
(49,0,60,43)
C49M0Y60K43 
(49%,0%,60%,43%)
(0.49/0.00/0.60/0.43)	

CMYK percentages

%48.97
%0
%60
%43.14

Codes

Color #4A913A in popluar color models

4A913A
RGB7414558
HSL109°42.86%39.80%
HSB/HSV109°60.00%56.86%
CMYK48.97%0.00%60.00%
43.14%

Color #4A913A in popluar number systems.

HEX4A913A
Decimal7414558
Binary100101010010001111010
Octal11222172

Shades and tints

Shades of #4A913A

#4A913A
(74,145,58)
#448435
(68,132,53)
#3E7730
(62,119,48)
#386A2B
(56,106,43)
#325D26
(50,93,38)
#2C5021
(44,80,33)
#26431C
(38,67,28)
#203617
(32,54,23)
#1A2912
(26,41,18)
#141C0D
(20,28,13)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #4A913A

#4A913A
(74,145,58)
#5A9B4B
(90,155,75)
#6AA55C
(106,165,92)
#7AAF6D
(122,175,109)
#8AB97E
(138,185,126)
#9AC38F
(154,195,143)
#AACDA0
(170,205,160)
#BAD7B1
(186,215,177)
#CAE1C2
(202,225,194)
#DAEBD3
(218,235,211)
#EAF5E4
(234,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A913A; }

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

This text font color is #4A913A.


Background Color

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

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

This div background color is #4A913A.


Border color

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

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

This div border color is #4A913A.


Opacity

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

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

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

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

This text has shadow with #4A913A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A913A on black background.


Color preview on white background

This text has color #4A913A on white background.



Black color preview on #4A913A background

This text has black color on #4A913A background.


White color preview on #4A913A background

This text has white color on #4A913A background.