COLOR #4C9612

HEX: #4C9612
RGB: (76,150,18)

Color info

#4C9612 contains mainly green color. Web safe color of #4C9612 is #339900 (or #390).

RGB color model

#4C9612 color RGB value is (76,150,18).

  • red value is 76;
  • green value is 150;
  • blue value is 18.
RGB:
(76,150,18)
(30%,59%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 150 of 255 = 59%
B 18 of 255 = 7%

76
150
18

R + G + B ~ 32%. #4C9612 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 150 + 18 = 244 (100%)
R 76 of 244 ~ 31.15%
G 150 of 244 ~ 61.48%
B 18 of 244 ~ 7.38%

%31.15
%61.48

CMYK color model

#4C9612 color CMYK value is (49,0,88,41).

  • cyan value is 49.33%
  • magenta value is 0.00%
  • yellow value is 88.00%
  • key color value is 41.18%
CMYK:
(49,0,88,41)
C49M0Y88K41 
(49%,0%,88%,41%)
(0.49/0.00/0.88/0.41)	

CMYK percentages

%49.33
%0
%88
%41.18

Codes

Color #4C9612 in popluar color models

4C9612
RGB7615018
HSL94°78.57%32.94%
HSB/HSV94°88.00%58.82%
CMYK49.33%0.00%88.00%
41.18%

Color #4C9612 in popluar number systems.

HEX4C9612
Decimal7615018
Binary10011001001011010010
Octal11422622

Shades and tints

Shades of #4C9612

#4C9612
(76,150,18)
#468911
(70,137,17)
#407C10
(64,124,16)
#3A6F0F
(58,111,15)
#34620E
(52,98,14)
#2E550D
(46,85,13)
#28480C
(40,72,12)
#223B0B
(34,59,11)
#1C2E0A
(28,46,10)
#162109
(22,33,9)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #4C9612

#4C9612
(76,150,18)
#5C9F27
(92,159,39)
#6CA83C
(108,168,60)
#7CB151
(124,177,81)
#8CBA66
(140,186,102)
#9CC37B
(156,195,123)
#ACCC90
(172,204,144)
#BCD5A5
(188,213,165)
#CCDEBA
(204,222,186)
#DCE7CF
(220,231,207)
#ECF0E4
(236,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9612 color. Also use rgb(76,150,18) instead hex code.

Text Font Color

.myTextColor { color: #4C9612; }

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

This text font color is #4C9612.


Background Color

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

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

This div background color is #4C9612.


Border color

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

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

This div border color is #4C9612.


Opacity

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

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

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

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

This text has shadow with #4C9612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9612 on black background.


Color preview on white background

This text has color #4C9612 on white background.



Black color preview on #4C9612 background

This text has black color on #4C9612 background.


White color preview on #4C9612 background

This text has white color on #4C9612 background.