COLOR #4A997B

HEX: #4A997B RGB: (74,153,123)

Color info

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

RGB color model

#4A997B color RGB value is (74,153,123).

RGB: (74,153,123) (29%, 60%, 48%)

RGB channels and saturation

R 74 of 255 = 29%
G 153 of 255 = 60%
B 123 of 255 = 48%

74
153
123

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

Portions of RGB colors in percentages

R + G + B = 74 + 153 + 123 = 350 (100%)
R 74 of 350 ~ 21.14%
G 153 of 350 ~ 43.71%
B 123 of 350 ~ 35.14'%

%21.14
%43.71
%35.14

CMYK color model

#4A997B color CMYK value is (52,0,20,40).

  • cyan value is 51.63%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%

CMYK: (52,0,20,40)
C52M0Y20K40 (52%, 0%, 20%, 40%)
(0.52 / 0.00 / 0.20 / 0.40)

CMYK percentages

%51.63
%0
%19.61
%40

Codes

Color #4A997B in popluar color models

4A 99 7B
RGB 74 153 123
HSL 157° 34.80% 44.51%
HSB/HSV 157° 51.63% 60.00%
CMYK 51.63% 0.00% 19.61%
40.00%

Color #4A997B in popluar number systems.

HEX 4A 99 7B
Decimal 74 153 123
Binary 1001010 10011001 1111011
Octal 112 231 173

Shades and tints

Shades of #4A997B

#4A997B
(74,153,123)
#448C70
(68,140,112)
#3E7F65
(62,127,101)
#38725A
(56,114,90)
#32654F
(50,101,79)
#2C5844
(44,88,68)
#264B39
(38,75,57)
#203E2E
(32,62,46)
#1A3123
(26,49,35)
#142418
(20,36,24)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #4A997B

#4A997B
(74,153,123)
#5AA287
(90,162,135)
#6AAB93
(106,171,147)
#7AB49F
(122,180,159)
#8ABDAB
(138,189,171)
#9AC6B7
(154,198,183)
#AACFC3
(170,207,195)
#BAD8CF
(186,216,207)
#CAE1DB
(202,225,219)
#DAEAE7
(218,234,231)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A997B color. Also use rgb(74,153,123) instead hex code.

Text Font Color

.myTextColor { color: #4A997B; }

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

This text font color is #4A997B.

Background Color

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

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

This div background color is #4A997B.

Border color

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

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

This div border color is #4A997B.

Opacity

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

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

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

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

This text has shadow with #4A997B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A997B.

Preview

Color preview on black background

This text has color #4A997B on black background.


Color preview on white background

This text has color #4A997B on white background.


Black color preview on #4A997B background

This text has black color on #4A997B background.


White color preview on #4A997B background

This text has white color on #4A997B background.


Related colors

Complementary color

Complementary color for #hex is #B56684.


I love getcolorcode.com

Triadic colors

1 #7B4A99 and #997B4A with #4A997B are triadic colors.

2 #7B994A and #994A7B with #4A997B are triadic colors.