COLOR #4A9C91

HEX: #4A9C91
RGB: (74,156,145)

Color info

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

RGB color model

#4A9C91 color RGB value is (74,156,145).

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

RGB channels and saturation

R 74 of 255 = 29%
G 156 of 255 = 61%
B 145 of 255 = 57%

74
156
145

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

Portions of RGB colors in percentages

R + G + B =
74 + 156 + 145 = 375 (100%)
R 74 of 375 ~ 19.73%
G 156 of 375 ~ 41.6%
B 145 of 375 ~ 38.67%

%19.73
%41.6
%38.67

CMYK color model

#4A9C91 color CMYK value is (53,0,7,39).

  • cyan value is 52.56%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 38.82%
CMYK:
(53,0,7,39)
C53M0Y7K39 
(53%,0%,7%,39%)
(0.53/0.00/0.07/0.39)	

CMYK percentages

%52.56
%0
%7.05
%38.82

Codes

Color #4A9C91 in popluar color models

4A9C91
RGB74156145
HSL172°35.65%45.10%
HSB/HSV172°52.56%61.18%
CMYK52.56%0.00%7.05%
38.82%

Color #4A9C91 in popluar number systems.

HEX4A9C91
Decimal74156145
Binary10010101001110010010001
Octal112234221

Shades and tints

Shades of #4A9C91

#4A9C91
(74,156,145)
#448E84
(68,142,132)
#3E8077
(62,128,119)
#38726A
(56,114,106)
#32645D
(50,100,93)
#2C5650
(44,86,80)
#264843
(38,72,67)
#203A36
(32,58,54)
#1A2C29
(26,44,41)
#141E1C
(20,30,28)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #4A9C91

#4A9C91
(74,156,145)
#5AA59B
(90,165,155)
#6AAEA5
(106,174,165)
#7AB7AF
(122,183,175)
#8AC0B9
(138,192,185)
#9AC9C3
(154,201,195)
#AAD2CD
(170,210,205)
#BADBD7
(186,219,215)
#CAE4E1
(202,228,225)
#DAEDEB
(218,237,235)
#EAF6F5
(234,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9C91; }

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

This text font color is #4A9C91.


Background Color

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

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

This div background color is #4A9C91.


Border color

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

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

This div border color is #4A9C91.


Opacity

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

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

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

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

This text has shadow with #4A9C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9C91 on black background.


Color preview on white background

This text has color #4A9C91 on white background.



Black color preview on #4A9C91 background

This text has black color on #4A9C91 background.


White color preview on #4A9C91 background

This text has white color on #4A9C91 background.