COLOR #4A9053

HEX: #4A9053
RGB: (74,144,83)

Color info

#4A9053 contains mainly green color. Web safe color of #4A9053 is #339966 (or #396).

RGB color model

#4A9053 color RGB value is (74,144,83).

  • red value is 74;
  • green value is 144;
  • blue value is 83.
RGB:
(74,144,83)
(29%,56%,33%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 83 of 255 = 33%

74
144
83

R + G + B ~ 39%. #4A9053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 144 + 83 = 301 (100%)
R 74 of 301 ~ 24.58%
G 144 of 301 ~ 47.84%
B 83 of 301 ~ 27.57%

%24.58
%47.84
%27.57

CMYK color model

#4A9053 color CMYK value is (49,0,42,44).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 42.36%
  • key color value is 43.53%
CMYK:
(49,0,42,44)
C49M0Y42K44 
(49%,0%,42%,44%)
(0.49/0.00/0.42/0.44)	

CMYK percentages

%48.61
%0
%42.36
%43.53

Codes

Color #4A9053 in popluar color models

4A9053
RGB7414483
HSL128°32.11%42.75%
HSB/HSV128°48.61%56.47%
CMYK48.61%0.00%42.36%
43.53%

Color #4A9053 in popluar number systems.

HEX4A9053
Decimal7414483
Binary1001010100100001010011
Octal112220123

Shades and tints

Shades of #4A9053

#4A9053
(74,144,83)
#44834C
(68,131,76)
#3E7645
(62,118,69)
#38693E
(56,105,62)
#325C37
(50,92,55)
#2C4F30
(44,79,48)
#264229
(38,66,41)
#203522
(32,53,34)
#1A281B
(26,40,27)
#141B14
(20,27,20)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A9053

#4A9053
(74,144,83)
#5A9A62
(90,154,98)
#6AA471
(106,164,113)
#7AAE80
(122,174,128)
#8AB88F
(138,184,143)
#9AC29E
(154,194,158)
#AACCAD
(170,204,173)
#BAD6BC
(186,214,188)
#CAE0CB
(202,224,203)
#DAEADA
(218,234,218)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9053 color. Also use rgb(74,144,83) instead hex code.

Text Font Color

.myTextColor { color: #4A9053; }

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

This text font color is #4A9053.


Background Color

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

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

This div background color is #4A9053.


Border color

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

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

This div border color is #4A9053.


Opacity

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

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

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

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

This text has shadow with #4A9053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9053 on black background.


Color preview on white background

This text has color #4A9053 on white background.



Black color preview on #4A9053 background

This text has black color on #4A9053 background.


White color preview on #4A9053 background

This text has white color on #4A9053 background.