COLOR #4A9883

HEX: #4A9883 RGB: (74,152,131)

Color info

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

RGB color model

#4A9883 color RGB value is (74,152,131).

RGB: (74,152,131) (29%, 60%, 51%)

RGB channels and saturation

R 74 of 255 = 29%
G 152 of 255 = 60%
B 131 of 255 = 51%

74
152
131

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

Portions of RGB colors in percentages

R + G + B = 74 + 152 + 131 = 357 (100%)
R 74 of 357 ~ 20.73%
G 152 of 357 ~ 42.58%
B 131 of 357 ~ 36.69'%

%20.73
%42.58
%36.69

CMYK color model

#4A9883 color CMYK value is (51,0,14,40).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 40.39%

CMYK: (51,0,14,40)
C51M0Y14K40 (51%, 0%, 14%, 40%)
(0.51 / 0.00 / 0.14 / 0.40)

CMYK percentages

%51.32
%0
%13.82
%40.39

Codes

Color #4A9883 in popluar color models

4A 98 83
RGB 74 152 131
HSL 164° 34.51% 44.31%
HSB/HSV 164° 51.32% 59.61%
CMYK 51.32% 0.00% 13.82%
40.39%

Color #4A9883 in popluar number systems.

HEX 4A 98 83
Decimal 74 152 131
Binary 1001010 10011000 10000011
Octal 112 230 203

Shades and tints

Shades of #4A9883

#4A9883
(74,152,131)
#448B78
(68,139,120)
#3E7E6D
(62,126,109)
#387162
(56,113,98)
#326457
(50,100,87)
#2C574C
(44,87,76)
#264A41
(38,74,65)
#203D36
(32,61,54)
#1A302B
(26,48,43)
#142320
(20,35,32)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #4A9883

#4A9883
(74,152,131)
#5AA18E
(90,161,142)
#6AAA99
(106,170,153)
#7AB3A4
(122,179,164)
#8ABCAF
(138,188,175)
#9AC5BA
(154,197,186)
#AACEC5
(170,206,197)
#BAD7D0
(186,215,208)
#CAE0DB
(202,224,219)
#DAE9E6
(218,233,230)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9883 color. Also use rgb(74,152,131) instead hex code.

Text Font Color

.myTextColor { color: #4A9883; }

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

This text font color is #4A9883.

Background Color

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

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

This div background color is #4A9883.

Border color

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

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

This div border color is #4A9883.

Opacity

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

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

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

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

This text has shadow with #4A9883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9883.

Preview

Color preview on black background

This text has color #4A9883 on black background.


Color preview on white background

This text has color #4A9883 on white background.


Black color preview on #4A9883 background

This text has black color on #4A9883 background.


White color preview on #4A9883 background

This text has white color on #4A9883 background.


Related colors

Complementary color

Complementary color for #hex is #B5677C.


I love getcolorcode.com

Triadic colors

1 #834A98 and #98834A with #4A9883 are triadic colors.

2 #83984A and #984A83 with #4A9883 are triadic colors.