COLOR #4CB419

HEX: #4CB419
RGB: (76,180,25)

Color info

#4CB419 contains mainly green color. Web safe color of #4CB419 is #33CC00 (or #3C0).

RGB color model

#4CB419 color RGB value is (76,180,25).

  • red value is 76;
  • green value is 180;
  • blue value is 25.
RGB:
(76,180,25)
(30%,71%,10%)

RGB channels and saturation

R 76 of 255 = 30%
G 180 of 255 = 71%
B 25 of 255 = 10%

76
180
25

R + G + B ~ 37%. #4CB419 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 180 + 25 = 281 (100%)
R 76 of 281 ~ 27.05%
G 180 of 281 ~ 64.06%
B 25 of 281 ~ 8.9%

%27.05
%64.06

CMYK color model

#4CB419 color CMYK value is (58,0,86,29).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 86.11%
  • key color value is 29.41%
CMYK:
(58,0,86,29)
C58M0Y86K29 
(58%,0%,86%,29%)
(0.58/0.00/0.86/0.29)	

CMYK percentages

%57.78
%0
%86.11
%29.41

Codes

Color #4CB419 in popluar color models

4CB419
RGB7618025
HSL100°75.61%40.20%
HSB/HSV100°86.11%70.59%
CMYK57.78%0.00%86.11%
29.41%

Color #4CB419 in popluar number systems.

HEX4CB419
Decimal7618025
Binary10011001011010011001
Octal11426431

Shades and tints

Shades of #4CB419

#4CB419
(76,180,25)
#46A417
(70,164,23)
#409415
(64,148,21)
#3A8413
(58,132,19)
#347411
(52,116,17)
#2E640F
(46,100,15)
#28540D
(40,84,13)
#22440B
(34,68,11)
#1C3409
(28,52,9)
#162407
(22,36,7)
#101405
(16,20,5)
#000000
(0,0,0)

Tints of #4CB419

#4CB419
(76,180,25)
#5CBA2D
(92,186,45)
#6CC041
(108,192,65)
#7CC655
(124,198,85)
#8CCC69
(140,204,105)
#9CD27D
(156,210,125)
#ACD891
(172,216,145)
#BCDEA5
(188,222,165)
#CCE4B9
(204,228,185)
#DCEACD
(220,234,205)
#ECF0E1
(236,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB419 color. Also use rgb(76,180,25) instead hex code.

Text Font Color

.myTextColor { color: #4CB419; }

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

This text font color is #4CB419.


Background Color

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

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

This div background color is #4CB419.


Border color

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

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

This div border color is #4CB419.


Opacity

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

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

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

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

This text has shadow with #4CB419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB419 on black background.


Color preview on white background

This text has color #4CB419 on white background.



Black color preview on #4CB419 background

This text has black color on #4CB419 background.


White color preview on #4CB419 background

This text has white color on #4CB419 background.