COLOR #4CA15B

HEX: #4CA15B RGB: (76,161,91)

Color info

#4CA15B contains mainly green color. Web safe color of #4CA15B is #339966 (or #396).

RGB color model

#4CA15B color RGB value is (76,161,91).

RGB: (76,161,91) (30%, 63%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 161 of 255 = 63%
B 91 of 255 = 36%

76
161
91

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

Portions of RGB colors in percentages

R + G + B = 76 + 161 + 91 = 328 (100%)
R 76 of 328 ~ 23.17%
G 161 of 328 ~ 49.09%
B 91 of 328 ~ 27.74'%

%23.17
%49.09
%27.74

CMYK color model

#4CA15B color CMYK value is (53,0,43,37).

  • cyan value is 52.80%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 36.86%
CMYK: (53,0,43,37) C53M0Y43K37 (53%,0%,43%,37%) (0.53/0.00/0.43/0.37) 

CMYK percentages

%52.8
%0
%43.48
%36.86

Codes

Color #4CA15B in popluar color models

4C A1 5B
RGB 76 161 91
HSL 131° 35.86% 46.47%
HSB/HSV 131° 52.80% 63.14%
CMYK 52.80% 0.00% 43.48%
36.86%

Color #4CA15B in popluar number systems.

HEX 4C A1 5B
Decimal 76 161 91
Binary 1001100 10100001 1011011
Octal 114 241 133

Shades and tints

Shades of #4CA15B

#4CA15B
(76,161,91)
#469353
(70,147,83)
#40854B
(64,133,75)
#3A7743
(58,119,67)
#34693B
(52,105,59)
#2E5B33
(46,91,51)
#284D2B
(40,77,43)
#223F23
(34,63,35)
#1C311B
(28,49,27)
#162313
(22,35,19)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #4CA15B

#4CA15B
(76,161,91)
#5CA969
(92,169,105)
#6CB177
(108,177,119)
#7CB985
(124,185,133)
#8CC193
(140,193,147)
#9CC9A1
(156,201,161)
#ACD1AF
(172,209,175)
#BCD9BD
(188,217,189)
#CCE1CB
(204,225,203)
#DCE9D9
(220,233,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA15B color. Also use rgb(76,161,91) instead hex code.

Text Font Color

.myTextColor { color: #4CA15B; }

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

This text font color is #4CA15B.

Background Color

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

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

This div background color is #4CA15B.

Border color

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

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

This div border color is #4CA15B.

Opacity

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

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

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

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

This text has shadow with #4CA15B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CA15B.

Preview

Color preview on black background

This text has color #4CA15B on black background.


Color preview on white background

This text has color #4CA15B on white background.


Black color preview on #4CA15B background

This text has black color on #4CA15B background.


White color preview on #4CA15B background

This text has white color on #4CA15B background.


Related colors

Complementary color

Complementary color for #hex is #B35EA4.


I love getcolorcode.com

Triadic colors

1 #5B4CA1 and #A15B4C with #4CA15B are triadic colors.

2 #5BA14C and #A14C5B with #4CA15B are triadic colors.