COLOR #4A952E

HEX: #4A952E
RGB: (74,149,46)

Color info

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

RGB color model

#4A952E color RGB value is (74,149,46).

  • red value is 74;
  • green value is 149;
  • blue value is 46.
RGB:
(74,149,46)
(29%,58%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 149 of 255 = 58%
B 46 of 255 = 18%

74
149
46

R + G + B ~ 35%. #4A952E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 149 + 46 = 269 (100%)
R 74 of 269 ~ 27.51%
G 149 of 269 ~ 55.39%
B 46 of 269 ~ 17.1%

%27.51
%55.39
%17.1

CMYK color model

#4A952E color CMYK value is (50,0,69,42).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 69.13%
  • key color value is 41.57%
CMYK:
(50,0,69,42)
C50M0Y69K42 
(50%,0%,69%,42%)
(0.50/0.00/0.69/0.42)	

CMYK percentages

%50.34
%0
%69.13
%41.57

Codes

Color #4A952E in popluar color models

4A952E
RGB7414946
HSL104°52.82%38.24%
HSB/HSV104°69.13%58.43%
CMYK50.34%0.00%69.13%
41.57%

Color #4A952E in popluar number systems.

HEX4A952E
Decimal7414946
Binary100101010010101101110
Octal11222556

Shades and tints

Shades of #4A952E

#4A952E
(74,149,46)
#44882A
(68,136,42)
#3E7B26
(62,123,38)
#386E22
(56,110,34)
#32611E
(50,97,30)
#2C541A
(44,84,26)
#264716
(38,71,22)
#203A12
(32,58,18)
#1A2D0E
(26,45,14)
#14200A
(20,32,10)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #4A952E

#4A952E
(74,149,46)
#5A9E41
(90,158,65)
#6AA754
(106,167,84)
#7AB067
(122,176,103)
#8AB97A
(138,185,122)
#9AC28D
(154,194,141)
#AACBA0
(170,203,160)
#BAD4B3
(186,212,179)
#CADDC6
(202,221,198)
#DAE6D9
(218,230,217)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A952E color. Also use rgb(74,149,46) instead hex code.

Text Font Color

.myTextColor { color: #4A952E; }

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

This text font color is #4A952E.


Background Color

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

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

This div background color is #4A952E.


Border color

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

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

This div border color is #4A952E.


Opacity

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

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

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

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

This text has shadow with #4A952E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A952E on black background.


Color preview on white background

This text has color #4A952E on white background.



Black color preview on #4A952E background

This text has black color on #4A952E background.


White color preview on #4A952E background

This text has white color on #4A952E background.