COLOR #4CA39C

HEX: #4CA39C RGB: (76,163,156)

Color info

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

RGB color model

#4CA39C color RGB value is (76,163,156).

RGB: (76,163,156) (30%, 64%, 61%)

RGB channels and saturation

R 76 of 255 = 30%
G 163 of 255 = 64%
B 156 of 255 = 61%

76
163
156

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

Portions of RGB colors in percentages

R + G + B = 76 + 163 + 156 = 395 (100%)
R 76 of 395 ~ 19.24%
G 163 of 395 ~ 41.27%
B 156 of 395 ~ 39.49'%

%19.24
%41.27
%39.49

CMYK color model

#4CA39C color CMYK value is (53,0,4,36).

  • cyan value is 53.37%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK: (53,0,4,36) C53M0Y4K36 (53%,0%,4%,36%) (0.53/0.00/0.04/0.36) 

CMYK percentages

%53.37
%0
%4.29
%36.08

Codes

Color #4CA39C in popluar color models

4C A3 9C
RGB 76 163 156
HSL 175° 36.40% 46.86%
HSB/HSV 175° 53.37% 63.92%
CMYK 53.37% 0.00% 4.29%
36.08%

Color #4CA39C in popluar number systems.

HEX 4C A3 9C
Decimal 76 163 156
Binary 1001100 10100011 10011100
Octal 114 243 234

Shades and tints

Shades of #4CA39C

#4CA39C
(76,163,156)
#46958E
(70,149,142)
#408780
(64,135,128)
#3A7972
(58,121,114)
#346B64
(52,107,100)
#2E5D56
(46,93,86)
#284F48
(40,79,72)
#22413A
(34,65,58)
#1C332C
(28,51,44)
#16251E
(22,37,30)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #4CA39C

#4CA39C
(76,163,156)
#5CABA5
(92,171,165)
#6CB3AE
(108,179,174)
#7CBBB7
(124,187,183)
#8CC3C0
(140,195,192)
#9CCBC9
(156,203,201)
#ACD3D2
(172,211,210)
#BCDBDB
(188,219,219)
#CCE3E4
(204,227,228)
#DCEBED
(220,235,237)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA39C color. Also use rgb(76,163,156) instead hex code.

Text Font Color

.myTextColor { color: #4CA39C; }

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

This text font color is #4CA39C.

Background Color

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

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

This div background color is #4CA39C.

Border color

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

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

This div border color is #4CA39C.

Opacity

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

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

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

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

This text has shadow with #4CA39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CA39C.

Preview

Color preview on black background

This text has color #4CA39C on black background.


Color preview on white background

This text has color #4CA39C on white background.


Black color preview on #4CA39C background

This text has black color on #4CA39C background.


White color preview on #4CA39C background

This text has white color on #4CA39C background.


Related colors

Complementary color

Complementary color for #hex is #B35C63.


I love getcolorcode.com

Triadic colors

1 #9C4CA3 and #A39C4C with #4CA39C are triadic colors.

2 #9CA34C and #A34C9C with #4CA39C are triadic colors.