COLOR #4A9673

HEX: #4A9673
RGB: (74,150,115)

Color info

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

RGB color model

#4A9673 color RGB value is (74,150,115).

  • red value is 74;
  • green value is 150;
  • blue value is 115.
RGB:
(74,150,115)
(29%,59%,45%)

RGB channels and saturation

R 74 of 255 = 29%
G 150 of 255 = 59%
B 115 of 255 = 45%

74
150
115

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

Portions of RGB colors in percentages

R + G + B =
74 + 150 + 115 = 339 (100%)
R 74 of 339 ~ 21.83%
G 150 of 339 ~ 44.25%
B 115 of 339 ~ 33.92%

%21.83
%44.25
%33.92

CMYK color model

#4A9673 color CMYK value is (51,0,23,41).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 41.18%
CMYK:
(51,0,23,41)
C51M0Y23K41 
(51%,0%,23%,41%)
(0.51/0.00/0.23/0.41)	

CMYK percentages

%50.67
%0
%23.33
%41.18

Codes

Color #4A9673 in popluar color models

4A9673
RGB74150115
HSL152°33.93%43.92%
HSB/HSV152°50.67%58.82%
CMYK50.67%0.00%23.33%
41.18%

Color #4A9673 in popluar number systems.

HEX4A9673
Decimal74150115
Binary1001010100101101110011
Octal112226163

Shades and tints

Shades of #4A9673

#4A9673
(74,150,115)
#448969
(68,137,105)
#3E7C5F
(62,124,95)
#386F55
(56,111,85)
#32624B
(50,98,75)
#2C5541
(44,85,65)
#264837
(38,72,55)
#203B2D
(32,59,45)
#1A2E23
(26,46,35)
#142119
(20,33,25)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #4A9673

#4A9673
(74,150,115)
#5A9F7F
(90,159,127)
#6AA88B
(106,168,139)
#7AB197
(122,177,151)
#8ABAA3
(138,186,163)
#9AC3AF
(154,195,175)
#AACCBB
(170,204,187)
#BAD5C7
(186,213,199)
#CADED3
(202,222,211)
#DAE7DF
(218,231,223)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9673 color. Also use rgb(74,150,115) instead hex code.

Text Font Color

.myTextColor { color: #4A9673; }

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

This text font color is #4A9673.


Background Color

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

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

This div background color is #4A9673.


Border color

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

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

This div border color is #4A9673.


Opacity

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

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

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

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

This text has shadow with #4A9673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9673 on black background.


Color preview on white background

This text has color #4A9673 on white background.



Black color preview on #4A9673 background

This text has black color on #4A9673 background.


White color preview on #4A9673 background

This text has white color on #4A9673 background.