COLOR #4C9B21

HEX: #4C9B21
RGB: (76,155,33)

Color info

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

RGB color model

#4C9B21 color RGB value is (76,155,33).

  • red value is 76;
  • green value is 155;
  • blue value is 33.
RGB:
(76,155,33)
(30%,61%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 155 of 255 = 61%
B 33 of 255 = 13%

76
155
33

R + G + B ~ 35%. #4C9B21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 155 + 33 = 264 (100%)
R 76 of 264 ~ 28.79%
G 155 of 264 ~ 58.71%
B 33 of 264 ~ 12.5%

%28.79
%58.71
%12.5

CMYK color model

#4C9B21 color CMYK value is (51,0,79,39).

  • cyan value is 50.97%
  • magenta value is 0.00%
  • yellow value is 78.71%
  • key color value is 39.22%
CMYK:
(51,0,79,39)
C51M0Y79K39 
(51%,0%,79%,39%)
(0.51/0.00/0.79/0.39)	

CMYK percentages

%50.97
%0
%78.71
%39.22

Codes

Color #4C9B21 in popluar color models

4C9B21
RGB7615533
HSL99°64.89%36.86%
HSB/HSV99°78.71%60.78%
CMYK50.97%0.00%78.71%
39.22%

Color #4C9B21 in popluar number systems.

HEX4C9B21
Decimal7615533
Binary100110010011011100001
Octal11423341

Shades and tints

Shades of #4C9B21

#4C9B21
(76,155,33)
#468D1E
(70,141,30)
#407F1B
(64,127,27)
#3A7118
(58,113,24)
#346315
(52,99,21)
#2E5512
(46,85,18)
#28470F
(40,71,15)
#22390C
(34,57,12)
#1C2B09
(28,43,9)
#161D06
(22,29,6)
#100F03
(16,15,3)
#000000
(0,0,0)

Tints of #4C9B21

#4C9B21
(76,155,33)
#5CA435
(92,164,53)
#6CAD49
(108,173,73)
#7CB65D
(124,182,93)
#8CBF71
(140,191,113)
#9CC885
(156,200,133)
#ACD199
(172,209,153)
#BCDAAD
(188,218,173)
#CCE3C1
(204,227,193)
#DCECD5
(220,236,213)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9B21 color. Also use rgb(76,155,33) instead hex code.

Text Font Color

.myTextColor { color: #4C9B21; }

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

This text font color is #4C9B21.


Background Color

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

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

This div background color is #4C9B21.


Border color

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

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

This div border color is #4C9B21.


Opacity

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

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

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

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

This text has shadow with #4C9B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9B21 on black background.


Color preview on white background

This text has color #4C9B21 on white background.



Black color preview on #4C9B21 background

This text has black color on #4C9B21 background.


White color preview on #4C9B21 background

This text has white color on #4C9B21 background.