COLOR #4A9A91

HEX: #4A9A91
RGB: (74,154,145)

Color info

#4A9A91 contains mainly green and blue colors. Web safe color of #4A9A91 is #339999 (or #399).

RGB color model

#4A9A91 color RGB value is (74,154,145).

  • red value is 74;
  • green value is 154;
  • blue value is 145.
RGB:
(74,154,145)
(29%,60%,57%)

RGB channels and saturation

R 74 of 255 = 29%
G 154 of 255 = 60%
B 145 of 255 = 57%

74
154
145

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

Portions of RGB colors in percentages

R + G + B =
74 + 154 + 145 = 373 (100%)
R 74 of 373 ~ 19.84%
G 154 of 373 ~ 41.29%
B 145 of 373 ~ 38.87%

%19.84
%41.29
%38.87

CMYK color model

#4A9A91 color CMYK value is (52,0,6,40).

  • cyan value is 51.95%
  • magenta value is 0.00%
  • yellow value is 5.84%
  • key color value is 39.61%
CMYK:
(52,0,6,40)
C52M0Y6K40 
(52%,0%,6%,40%)
(0.52/0.00/0.06/0.40)	

CMYK percentages

%51.95
%0
%5.84
%39.61

Codes

Color #4A9A91 in popluar color models

4A9A91
RGB74154145
HSL173°35.09%44.71%
HSB/HSV173°51.95%60.39%
CMYK51.95%0.00%5.84%
39.61%

Color #4A9A91 in popluar number systems.

HEX4A9A91
Decimal74154145
Binary10010101001101010010001
Octal112232221

Shades and tints

Shades of #4A9A91

#4A9A91
(74,154,145)
#448C84
(68,140,132)
#3E7E77
(62,126,119)
#38706A
(56,112,106)
#32625D
(50,98,93)
#2C5450
(44,84,80)
#264643
(38,70,67)
#203836
(32,56,54)
#1A2A29
(26,42,41)
#141C1C
(20,28,28)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A9A91

#4A9A91
(74,154,145)
#5AA39B
(90,163,155)
#6AACA5
(106,172,165)
#7AB5AF
(122,181,175)
#8ABEB9
(138,190,185)
#9AC7C3
(154,199,195)
#AAD0CD
(170,208,205)
#BAD9D7
(186,217,215)
#CAE2E1
(202,226,225)
#DAEBEB
(218,235,235)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9A91 color. Also use rgb(74,154,145) instead hex code.

Text Font Color

.myTextColor { color: #4A9A91; }

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

This text font color is #4A9A91.


Background Color

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

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

This div background color is #4A9A91.


Border color

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

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

This div border color is #4A9A91.


Opacity

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

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

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

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

This text has shadow with #4A9A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9A91 on black background.


Color preview on white background

This text has color #4A9A91 on white background.



Black color preview on #4A9A91 background

This text has black color on #4A9A91 background.


White color preview on #4A9A91 background

This text has white color on #4A9A91 background.