COLOR #3C7A1E

HEX: #3C7A1E
RGB: (60,122,30)

Color info

#3C7A1E contains mainly green color. Web safe color of #3C7A1E is #336633 (or #363).

RGB color model

#3C7A1E color RGB value is (60,122,30).

  • red value is 60;
  • green value is 122;
  • blue value is 30.
RGB:
(60,122,30)
(24%,48%,12%)

RGB channels and saturation

R 60 of 255 = 24%
G 122 of 255 = 48%
B 30 of 255 = 12%

60
122
30

R + G + B ~ 28%. #3C7A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 122 + 30 = 212 (100%)
R 60 of 212 ~ 28.3%
G 122 of 212 ~ 57.55%
B 30 of 212 ~ 14.15%

%28.3
%57.55
%14.15

CMYK color model

#3C7A1E color CMYK value is (51,0,75,52).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 75.41%
  • key color value is 52.16%
CMYK:
(51,0,75,52)
C51M0Y75K52 
(51%,0%,75%,52%)
(0.51/0.00/0.75/0.52)	

CMYK percentages

%50.82
%0
%75.41
%52.16

Codes

Color #3C7A1E in popluar color models

3C7A1E
RGB6012230
HSL100°60.53%29.80%
HSB/HSV100°75.41%47.84%
CMYK50.82%0.00%75.41%
52.16%

Color #3C7A1E in popluar number systems.

HEX3C7A1E
Decimal6012230
Binary111100111101011110
Octal7417236

Shades and tints

Shades of #3C7A1E

#3C7A1E
(60,122,30)
#376F1C
(55,111,28)
#32641A
(50,100,26)
#2D5918
(45,89,24)
#284E16
(40,78,22)
#234314
(35,67,20)
#1E3812
(30,56,18)
#192D10
(25,45,16)
#14220E
(20,34,14)
#0F170C
(15,23,12)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #3C7A1E

#3C7A1E
(60,122,30)
#4D8632
(77,134,50)
#5E9246
(94,146,70)
#6F9E5A
(111,158,90)
#80AA6E
(128,170,110)
#91B682
(145,182,130)
#A2C296
(162,194,150)
#B3CEAA
(179,206,170)
#C4DABE
(196,218,190)
#D5E6D2
(213,230,210)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7A1E color. Also use rgb(60,122,30) instead hex code.

Text Font Color

.myTextColor { color: #3C7A1E; }

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

This text font color is #3C7A1E.


Background Color

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

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

This div background color is #3C7A1E.


Border color

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

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

This div border color is #3C7A1E.


Opacity

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

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

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

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

This text has shadow with #3C7A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7A1E on black background.


Color preview on white background

This text has color #3C7A1E on white background.



Black color preview on #3C7A1E background

This text has black color on #3C7A1E background.


White color preview on #3C7A1E background

This text has white color on #3C7A1E background.