COLOR #4C9934

HEX: #4C9934
RGB: (76,153,52)

Color info

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

RGB color model

#4C9934 color RGB value is (76,153,52).

  • red value is 76;
  • green value is 153;
  • blue value is 52.
RGB:
(76,153,52)
(30%,60%,20%)

RGB channels and saturation

R 76 of 255 = 30%
G 153 of 255 = 60%
B 52 of 255 = 20%

76
153
52

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

Portions of RGB colors in percentages

R + G + B =
76 + 153 + 52 = 281 (100%)
R 76 of 281 ~ 27.05%
G 153 of 281 ~ 54.45%
B 52 of 281 ~ 18.51%

%27.05
%54.45
%18.51

CMYK color model

#4C9934 color CMYK value is (50,0,66,40).

  • cyan value is 50.33%
  • magenta value is 0.00%
  • yellow value is 66.01%
  • key color value is 40.00%
CMYK:
(50,0,66,40)
C50M0Y66K40 
(50%,0%,66%,40%)
(0.50/0.00/0.66/0.40)	

CMYK percentages

%50.33
%0
%66.01
%40

Codes

Color #4C9934 in popluar color models

4C9934
RGB7615352
HSL106°49.27%40.20%
HSB/HSV106°66.01%60.00%
CMYK50.33%0.00%66.01%
40.00%

Color #4C9934 in popluar number systems.

HEX4C9934
Decimal7615352
Binary100110010011001110100
Octal11423164

Shades and tints

Shades of #4C9934

#4C9934
(76,153,52)
#468C30
(70,140,48)
#407F2C
(64,127,44)
#3A7228
(58,114,40)
#346524
(52,101,36)
#2E5820
(46,88,32)
#284B1C
(40,75,28)
#223E18
(34,62,24)
#1C3114
(28,49,20)
#162410
(22,36,16)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #4C9934

#4C9934
(76,153,52)
#5CA246
(92,162,70)
#6CAB58
(108,171,88)
#7CB46A
(124,180,106)
#8CBD7C
(140,189,124)
#9CC68E
(156,198,142)
#ACCFA0
(172,207,160)
#BCD8B2
(188,216,178)
#CCE1C4
(204,225,196)
#DCEAD6
(220,234,214)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9934 color. Also use rgb(76,153,52) instead hex code.

Text Font Color

.myTextColor { color: #4C9934; }

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

This text font color is #4C9934.


Background Color

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

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

This div background color is #4C9934.


Border color

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

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

This div border color is #4C9934.


Opacity

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

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

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

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

This text has shadow with #4C9934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9934 on black background.


Color preview on white background

This text has color #4C9934 on white background.



Black color preview on #4C9934 background

This text has black color on #4C9934 background.


White color preview on #4C9934 background

This text has white color on #4C9934 background.