COLOR #4AC7A3

HEX: #4AC7A3
RGB: (74,199,163)

Color info

#4AC7A3 contains mainly green and blue colors. Web safe color of #4AC7A3 is #33CC99 (or #3C9).

RGB color model

#4AC7A3 color RGB value is (74,199,163).

  • red value is 74;
  • green value is 199;
  • blue value is 163.
RGB:
(74,199,163)
(29%,78%,64%)

RGB channels and saturation

R 74 of 255 = 29%
G 199 of 255 = 78%
B 163 of 255 = 64%

74
199
163

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

Portions of RGB colors in percentages

R + G + B =
74 + 199 + 163 = 436 (100%)
R 74 of 436 ~ 16.97%
G 199 of 436 ~ 45.64%
B 163 of 436 ~ 37.39%

%16.97
%45.64
%37.39

CMYK color model

#4AC7A3 color CMYK value is (63,0,18,22).

  • cyan value is 62.81%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 21.96%
CMYK:
(63,0,18,22)
C63M0Y18K22 
(63%,0%,18%,22%)
(0.63/0.00/0.18/0.22)	

CMYK percentages

%62.81
%0
%18.09
%21.96

Codes

Color #4AC7A3 in popluar color models

4AC7A3
RGB74199163
HSL163°52.74%53.53%
HSB/HSV163°62.81%78.04%
CMYK62.81%0.00%18.09%
21.96%

Color #4AC7A3 in popluar number systems.

HEX4AC7A3
Decimal74199163
Binary10010101100011110100011
Octal112307243

Shades and tints

Shades of #4AC7A3

#4AC7A3
(74,199,163)
#44B595
(68,181,149)
#3EA387
(62,163,135)
#389179
(56,145,121)
#327F6B
(50,127,107)
#2C6D5D
(44,109,93)
#265B4F
(38,91,79)
#204941
(32,73,65)
#1A3733
(26,55,51)
#142525
(20,37,37)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #4AC7A3

#4AC7A3
(74,199,163)
#5ACCAB
(90,204,171)
#6AD1B3
(106,209,179)
#7AD6BB
(122,214,187)
#8ADBC3
(138,219,195)
#9AE0CB
(154,224,203)
#AAE5D3
(170,229,211)
#BAEADB
(186,234,219)
#CAEFE3
(202,239,227)
#DAF4EB
(218,244,235)
#EAF9F3
(234,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC7A3 color. Also use rgb(74,199,163) instead hex code.

Text Font Color

.myTextColor { color: #4AC7A3; }

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

This text font color is #4AC7A3.


Background Color

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

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

This div background color is #4AC7A3.


Border color

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

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

This div border color is #4AC7A3.


Opacity

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

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

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

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

This text has shadow with #4AC7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AC7A3 on black background.


Color preview on white background

This text has color #4AC7A3 on white background.



Black color preview on #4AC7A3 background

This text has black color on #4AC7A3 background.


White color preview on #4AC7A3 background

This text has white color on #4AC7A3 background.