COLOR #4A9574

HEX: #4A9574
RGB: (74,149,116)

Color info

#4A9574 contains mainly green and blue colors. Web safe color of #4A9574 is #339966 (or #396).

RGB color model

#4A9574 color RGB value is (74,149,116).

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

RGB channels and saturation

R 74 of 255 = 29%
G 149 of 255 = 58%
B 116 of 255 = 45%

74
149
116

R + G + B ~ 44%. #4A9574 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 149 + 116 = 339 (100%)
R 74 of 339 ~ 21.83%
G 149 of 339 ~ 43.95%
B 116 of 339 ~ 34.22%

%21.83
%43.95
%34.22

CMYK color model

#4A9574 color CMYK value is (50,0,22,42).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 22.15%
  • key color value is 41.57%
CMYK:
(50,0,22,42)
C50M0Y22K42 
(50%,0%,22%,42%)
(0.50/0.00/0.22/0.42)	

CMYK percentages

%50.34
%0
%22.15
%41.57

Codes

Color #4A9574 in popluar color models

4A9574
RGB74149116
HSL154°33.63%43.73%
HSB/HSV154°50.34%58.43%
CMYK50.34%0.00%22.15%
41.57%

Color #4A9574 in popluar number systems.

HEX4A9574
Decimal74149116
Binary1001010100101011110100
Octal112225164

Shades and tints

Shades of #4A9574

#4A9574
(74,149,116)
#44886A
(68,136,106)
#3E7B60
(62,123,96)
#386E56
(56,110,86)
#32614C
(50,97,76)
#2C5442
(44,84,66)
#264738
(38,71,56)
#203A2E
(32,58,46)
#1A2D24
(26,45,36)
#14201A
(20,32,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #4A9574

#4A9574
(74,149,116)
#5A9E80
(90,158,128)
#6AA78C
(106,167,140)
#7AB098
(122,176,152)
#8AB9A4
(138,185,164)
#9AC2B0
(154,194,176)
#AACBBC
(170,203,188)
#BAD4C8
(186,212,200)
#CADDD4
(202,221,212)
#DAE6E0
(218,230,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9574; }

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

This text font color is #4A9574.


Background Color

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

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

This div background color is #4A9574.


Border color

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

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

This div border color is #4A9574.


Opacity

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

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

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

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

This text has shadow with #4A9574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9574 on black background.


Color preview on white background

This text has color #4A9574 on white background.



Black color preview on #4A9574 background

This text has black color on #4A9574 background.


White color preview on #4A9574 background

This text has white color on #4A9574 background.