COLOR #4CB340

HEX: #4CB340 RGB: (76,179,64)

Color info

#4CB340 contains mainly green color. Web safe color of #4CB340 is #339933 (or #393).

RGB color model

#4CB340 color RGB value is (76,179,64).

RGB: (76,179,64) (30%, 70%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 179 of 255 = 70%
B 64 of 255 = 25%

76
179
64

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

Portions of RGB colors in percentages

R + G + B = 76 + 179 + 64 = 319 (100%)
R 76 of 319 ~ 23.82%
G 179 of 319 ~ 56.11%
B 64 of 319 ~ 20.06'%

%23.82
%56.11
%20.06

CMYK color model

#4CB340 color CMYK value is (58,0,64,30).

  • cyan value is 57.54%
  • magenta value is 0.00%
  • yellow value is 64.25%
  • key color value is 29.80%
CMYK: (58,0,64,30) C58M0Y64K30 (58%,0%,64%,30%) (0.58/0.00/0.64/0.30) 

CMYK percentages

%57.54
%0
%64.25
%29.8

Codes

Color #4CB340 in popluar color models

4C B3 40
RGB 76 179 64
HSL 114° 47.33% 47.65%
HSB/HSV 114° 64.25% 70.20%
CMYK 57.54% 0.00% 64.25%
29.80%

Color #4CB340 in popluar number systems.

HEX 4C B3 40
Decimal 76 179 64
Binary 1001100 10110011 1000000
Octal 114 263 100

Shades and tints

Shades of #4CB340

#4CB340
(76,179,64)
#46A33B
(70,163,59)
#409336
(64,147,54)
#3A8331
(58,131,49)
#34732C
(52,115,44)
#2E6327
(46,99,39)
#285322
(40,83,34)
#22431D
(34,67,29)
#1C3318
(28,51,24)
#162313
(22,35,19)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4CB340

#4CB340
(76,179,64)
#5CB951
(92,185,81)
#6CBF62
(108,191,98)
#7CC573
(124,197,115)
#8CCB84
(140,203,132)
#9CD195
(156,209,149)
#ACD7A6
(172,215,166)
#BCDDB7
(188,221,183)
#CCE3C8
(204,227,200)
#DCE9D9
(220,233,217)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB340 color. Also use rgb(76,179,64) instead hex code.

Text Font Color

.myTextColor { color: #4CB340; }

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

This text font color is #4CB340.

Background Color

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

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

This div background color is #4CB340.

Border color

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

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

This div border color is #4CB340.

Opacity

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

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

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

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

This text has shadow with #4CB340 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CB340.

Preview

Color preview on black background

This text has color #4CB340 on black background.


Color preview on white background

This text has color #4CB340 on white background.


Black color preview on #4CB340 background

This text has black color on #4CB340 background.


White color preview on #4CB340 background

This text has white color on #4CB340 background.


Related colors

Complementary color

Complementary color for #hex is #B34CBF.


I love getcolorcode.com

Triadic colors

1 #404CB3 and #B3404C with #4CB340 are triadic colors.

2 #40B34C and #B34C40 with #4CB340 are triadic colors.