COLOR #3C9D1C

HEX: #3C9D1C
RGB: (60,157,28)

Color info

#3C9D1C contains mainly green color. Web safe color of #3C9D1C is #339933 (or #393).

RGB color model

#3C9D1C color RGB value is (60,157,28).

  • red value is 60;
  • green value is 157;
  • blue value is 28.
RGB:
(60,157,28)
(24%,62%,11%)

RGB channels and saturation

R 60 of 255 = 24%
G 157 of 255 = 62%
B 28 of 255 = 11%

60
157
28

R + G + B ~ 32%. #3C9D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 157 + 28 = 245 (100%)
R 60 of 245 ~ 24.49%
G 157 of 245 ~ 64.08%
B 28 of 245 ~ 11.43%

%24.49
%64.08
%11.43

CMYK color model

#3C9D1C color CMYK value is (62,0,82,38).

  • cyan value is 61.78%
  • magenta value is 0.00%
  • yellow value is 82.17%
  • key color value is 38.43%
CMYK:
(62,0,82,38)
C62M0Y82K38 
(62%,0%,82%,38%)
(0.62/0.00/0.82/0.38)	

CMYK percentages

%61.78
%0
%82.17
%38.43

Codes

Color #3C9D1C in popluar color models

3C9D1C
RGB6015728
HSL105°69.73%36.27%
HSB/HSV105°82.17%61.57%
CMYK61.78%0.00%82.17%
38.43%

Color #3C9D1C in popluar number systems.

HEX3C9D1C
Decimal6015728
Binary1111001001110111100
Octal7423534

Shades and tints

Shades of #3C9D1C

#3C9D1C
(60,157,28)
#378F1A
(55,143,26)
#328118
(50,129,24)
#2D7316
(45,115,22)
#286514
(40,101,20)
#235712
(35,87,18)
#1E4910
(30,73,16)
#193B0E
(25,59,14)
#142D0C
(20,45,12)
#0F1F0A
(15,31,10)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #3C9D1C

#3C9D1C
(60,157,28)
#4DA530
(77,165,48)
#5EAD44
(94,173,68)
#6FB558
(111,181,88)
#80BD6C
(128,189,108)
#91C580
(145,197,128)
#A2CD94
(162,205,148)
#B3D5A8
(179,213,168)
#C4DDBC
(196,221,188)
#D5E5D0
(213,229,208)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C9D1C color. Also use rgb(60,157,28) instead hex code.

Text Font Color

.myTextColor { color: #3C9D1C; }

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

This text font color is #3C9D1C.


Background Color

.myBgColor { background-color: #3C9D1C; }

<div style="background-color:#3C9D1C">Inner text</div>

This div background color is #3C9D1C.


Border color

.myBorderColor { border: 1px solid #3C9D1C; }

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

This div border color is #3C9D1C.


Opacity

.myOpacity80 { color: #3C9D1C; opacity: 0.8; }

<p style="color:#3C9D1C;opacity:0.8;">80%</p>

Text with #3C9D1C 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 #3C9D1C;}

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

This text has shadow with #3C9D1C color.

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

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

This text has shadow with #3C9D1C primary color and red secondary color.


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

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

This text has shadow with #3C9D1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9D1C on black background.


Color preview on white background

This text has color #3C9D1C on white background.



Black color preview on #3C9D1C background

This text has black color on #3C9D1C background.


White color preview on #3C9D1C background

This text has white color on #3C9D1C background.