COLOR #4A9558

HEX: #4A9558
RGB: (74,149,88)

Color info

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

RGB color model

#4A9558 color RGB value is (74,149,88).

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

RGB channels and saturation

R 74 of 255 = 29%
G 149 of 255 = 58%
B 88 of 255 = 35%

74
149
88

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

Portions of RGB colors in percentages

R + G + B =
74 + 149 + 88 = 311 (100%)
R 74 of 311 ~ 23.79%
G 149 of 311 ~ 47.91%
B 88 of 311 ~ 28.3%

%23.79
%47.91
%28.3

CMYK color model

#4A9558 color CMYK value is (50,0,41,42).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 41.57%
CMYK:
(50,0,41,42)
C50M0Y41K42 
(50%,0%,41%,42%)
(0.50/0.00/0.41/0.42)	

CMYK percentages

%50.34
%0
%40.94
%41.57

Codes

Color #4A9558 in popluar color models

4A9558
RGB7414988
HSL131°33.63%43.73%
HSB/HSV131°50.34%58.43%
CMYK50.34%0.00%40.94%
41.57%

Color #4A9558 in popluar number systems.

HEX4A9558
Decimal7414988
Binary1001010100101011011000
Octal112225130

Shades and tints

Shades of #4A9558

#4A9558
(74,149,88)
#448850
(68,136,80)
#3E7B48
(62,123,72)
#386E40
(56,110,64)
#326138
(50,97,56)
#2C5430
(44,84,48)
#264728
(38,71,40)
#203A20
(32,58,32)
#1A2D18
(26,45,24)
#142010
(20,32,16)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #4A9558

#4A9558
(74,149,88)
#5A9E67
(90,158,103)
#6AA776
(106,167,118)
#7AB085
(122,176,133)
#8AB994
(138,185,148)
#9AC2A3
(154,194,163)
#AACBB2
(170,203,178)
#BAD4C1
(186,212,193)
#CADDD0
(202,221,208)
#DAE6DF
(218,230,223)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9558; }

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

This text font color is #4A9558.


Background Color

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

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

This div background color is #4A9558.


Border color

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

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

This div border color is #4A9558.


Opacity

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

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

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

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

This text has shadow with #4A9558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9558 on black background.


Color preview on white background

This text has color #4A9558 on white background.



Black color preview on #4A9558 background

This text has black color on #4A9558 background.


White color preview on #4A9558 background

This text has white color on #4A9558 background.