COLOR #4AA083

HEX: #4AA083
RGB: (74,160,131)

Color info

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

RGB color model

#4AA083 color RGB value is (74,160,131).

  • red value is 74;
  • green value is 160;
  • blue value is 131.
RGB:
(74,160,131)
(29%,63%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 160 of 255 = 63%
B 131 of 255 = 51%

74
160
131

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

Portions of RGB colors in percentages

R + G + B =
74 + 160 + 131 = 365 (100%)
R 74 of 365 ~ 20.27%
G 160 of 365 ~ 43.84%
B 131 of 365 ~ 35.89%

%20.27
%43.84
%35.89

CMYK color model

#4AA083 color CMYK value is (54,0,18,37).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(54,0,18,37)
C54M0Y18K37 
(54%,0%,18%,37%)
(0.54/0.00/0.18/0.37)	

CMYK percentages

%53.75
%0
%18.13
%37.25

Codes

Color #4AA083 in popluar color models

4AA083
RGB74160131
HSL160°36.75%45.88%
HSB/HSV160°53.75%62.75%
CMYK53.75%0.00%18.13%
37.25%

Color #4AA083 in popluar number systems.

HEX4AA083
Decimal74160131
Binary10010101010000010000011
Octal112240203

Shades and tints

Shades of #4AA083

#4AA083
(74,160,131)
#449278
(68,146,120)
#3E846D
(62,132,109)
#387662
(56,118,98)
#326857
(50,104,87)
#2C5A4C
(44,90,76)
#264C41
(38,76,65)
#203E36
(32,62,54)
#1A302B
(26,48,43)
#142220
(20,34,32)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #4AA083

#4AA083
(74,160,131)
#5AA88E
(90,168,142)
#6AB099
(106,176,153)
#7AB8A4
(122,184,164)
#8AC0AF
(138,192,175)
#9AC8BA
(154,200,186)
#AAD0C5
(170,208,197)
#BAD8D0
(186,216,208)
#CAE0DB
(202,224,219)
#DAE8E6
(218,232,230)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA083; }

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

This text font color is #4AA083.


Background Color

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

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

This div background color is #4AA083.


Border color

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

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

This div border color is #4AA083.


Opacity

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

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

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

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

This text has shadow with #4AA083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA083 on black background.


Color preview on white background

This text has color #4AA083 on white background.



Black color preview on #4AA083 background

This text has black color on #4AA083 background.


White color preview on #4AA083 background

This text has white color on #4AA083 background.