COLOR #4CB57E

HEX: #4CB57E RGB: (76,181,126)

Color info

#4CB57E contains mainly green and blue colors. Web safe color of #4CB57E is #33CC66 (or #3C6).

RGB color model

#4CB57E color RGB value is (76,181,126).

RGB: (76,181,126) (30%, 71%, 49%)

RGB channels and saturation

R 76 of 255 = 30%
G 181 of 255 = 71%
B 126 of 255 = 49%

76
181
126

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

Portions of RGB colors in percentages

R + G + B = 76 + 181 + 126 = 383 (100%)
R 76 of 383 ~ 19.84%
G 181 of 383 ~ 47.26%
B 126 of 383 ~ 32.9'%

%19.84
%47.26
%32.9

CMYK color model

#4CB57E color CMYK value is (58,0,30,29).

  • cyan value is 58.01%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK: (58,0,30,29) C58M0Y30K29 (58%,0%,30%,29%) (0.58/0.00/0.30/0.29) 

CMYK percentages

%58.01
%0
%30.39
%29.02

Codes

Color #4CB57E in popluar color models

4C B5 7E
RGB 76 181 126
HSL 149° 41.50% 50.39%
HSB/HSV 149° 58.01% 70.98%
CMYK 58.01% 0.00% 30.39%
29.02%

Color #4CB57E in popluar number systems.

HEX 4C B5 7E
Decimal 76 181 126
Binary 1001100 10110101 1111110
Octal 114 265 176

Shades and tints

Shades of #4CB57E

#4CB57E
(76,181,126)
#46A573
(70,165,115)
#409568
(64,149,104)
#3A855D
(58,133,93)
#347552
(52,117,82)
#2E6547
(46,101,71)
#28553C
(40,85,60)
#224531
(34,69,49)
#1C3526
(28,53,38)
#16251B
(22,37,27)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #4CB57E

#4CB57E
(76,181,126)
#5CBB89
(92,187,137)
#6CC194
(108,193,148)
#7CC79F
(124,199,159)
#8CCDAA
(140,205,170)
#9CD3B5
(156,211,181)
#ACD9C0
(172,217,192)
#BCDFCB
(188,223,203)
#CCE5D6
(204,229,214)
#DCEBE1
(220,235,225)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CB57E; }

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

This text font color is #4CB57E.

Background Color

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

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

This div background color is #4CB57E.

Border color

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

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

This div border color is #4CB57E.

Opacity

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

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

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

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

This text has shadow with #4CB57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CB57E.

Preview

Color preview on black background

This text has color #4CB57E on black background.


Color preview on white background

This text has color #4CB57E on white background.


Black color preview on #4CB57E background

This text has black color on #4CB57E background.


White color preview on #4CB57E background

This text has white color on #4CB57E background.


Related colors

Complementary color

Complementary color for #hex is #B34A81.


I love getcolorcode.com

Triadic colors

1 #7E4CB5 and #B57E4C with #4CB57E are triadic colors.

2 #7EB54C and #B54C7E with #4CB57E are triadic colors.