COLOR #4CAE7E

HEX: #4CAE7E
RGB: (76,174,126)

Color info

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

RGB color model

#4CAE7E color RGB value is (76,174,126).

  • red value is 76;
  • green value is 174;
  • blue value is 126.
RGB:
(76,174,126)
(30%,68%,49%)

RGB channels and saturation

R 76 of 255 = 30%
G 174 of 255 = 68%
B 126 of 255 = 49%

76
174
126

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

Portions of RGB colors in percentages

R + G + B =
76 + 174 + 126 = 376 (100%)
R 76 of 376 ~ 20.21%
G 174 of 376 ~ 46.28%
B 126 of 376 ~ 33.51%

%20.21
%46.28
%33.51

CMYK color model

#4CAE7E color CMYK value is (56,0,28,32).

  • cyan value is 56.32%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK:
(56,0,28,32)
C56M0Y28K32 
(56%,0%,28%,32%)
(0.56/0.00/0.28/0.32)	

CMYK percentages

%56.32
%0
%27.59
%31.76

Codes

Color #4CAE7E in popluar color models

4CAE7E
RGB76174126
HSL151°39.20%49.02%
HSB/HSV151°56.32%68.24%
CMYK56.32%0.00%27.59%
31.76%

Color #4CAE7E in popluar number systems.

HEX4CAE7E
Decimal76174126
Binary1001100101011101111110
Octal114256176

Shades and tints

Shades of #4CAE7E

#4CAE7E
(76,174,126)
#469F73
(70,159,115)
#409068
(64,144,104)
#3A815D
(58,129,93)
#347252
(52,114,82)
#2E6347
(46,99,71)
#28543C
(40,84,60)
#224531
(34,69,49)
#1C3626
(28,54,38)
#16271B
(22,39,27)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #4CAE7E

#4CAE7E
(76,174,126)
#5CB589
(92,181,137)
#6CBC94
(108,188,148)
#7CC39F
(124,195,159)
#8CCAAA
(140,202,170)
#9CD1B5
(156,209,181)
#ACD8C0
(172,216,192)
#BCDFCB
(188,223,203)
#CCE6D6
(204,230,214)
#DCEDE1
(220,237,225)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CAE7E color. Also use rgb(76,174,126) instead hex code.

Text Font Color

.myTextColor { color: #4CAE7E; }

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

This text font color is #4CAE7E.


Background Color

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

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

This div background color is #4CAE7E.


Border color

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

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

This div border color is #4CAE7E.


Opacity

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

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

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

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

This text has shadow with #4CAE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CAE7E on black background.


Color preview on white background

This text has color #4CAE7E on white background.



Black color preview on #4CAE7E background

This text has black color on #4CAE7E background.


White color preview on #4CAE7E background

This text has white color on #4CAE7E background.