COLOR #3C7A1D

HEX: #3C7A1D
RGB: (60,122,29)

Color info

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

RGB color model

#3C7A1D color RGB value is (60,122,29).

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

RGB channels and saturation

R 60 of 255 = 24%
G 122 of 255 = 48%
B 29 of 255 = 11%

60
122
29

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

Portions of RGB colors in percentages

R + G + B =
60 + 122 + 29 = 211 (100%)
R 60 of 211 ~ 28.44%
G 122 of 211 ~ 57.82%
B 29 of 211 ~ 13.74%

%28.44
%57.82
%13.74

CMYK color model

#3C7A1D color CMYK value is (51,0,76,52).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 76.23%
  • key color value is 52.16%
CMYK:
(51,0,76,52)
C51M0Y76K52 
(51%,0%,76%,52%)
(0.51/0.00/0.76/0.52)	

CMYK percentages

%50.82
%0
%76.23
%52.16

Codes

Color #3C7A1D in popluar color models

3C7A1D
RGB6012229
HSL100°61.59%29.61%
HSB/HSV100°76.23%47.84%
CMYK50.82%0.00%76.23%
52.16%

Color #3C7A1D in popluar number systems.

HEX3C7A1D
Decimal6012229
Binary111100111101011101
Octal7417235

Shades and tints

Shades of #3C7A1D

#3C7A1D
(60,122,29)
#376F1B
(55,111,27)
#326419
(50,100,25)
#2D5917
(45,89,23)
#284E15
(40,78,21)
#234313
(35,67,19)
#1E3811
(30,56,17)
#192D0F
(25,45,15)
#14220D
(20,34,13)
#0F170B
(15,23,11)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #3C7A1D

#3C7A1D
(60,122,29)
#4D8631
(77,134,49)
#5E9245
(94,146,69)
#6F9E59
(111,158,89)
#80AA6D
(128,170,109)
#91B681
(145,182,129)
#A2C295
(162,194,149)
#B3CEA9
(179,206,169)
#C4DABD
(196,218,189)
#D5E6D1
(213,230,209)
#E6F2E5
(230,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7A1D; }

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

This text font color is #3C7A1D.


Background Color

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

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

This div background color is #3C7A1D.


Border color

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

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

This div border color is #3C7A1D.


Opacity

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

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

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

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

This text has shadow with #3C7A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7A1D on black background.


Color preview on white background

This text has color #3C7A1D on white background.



Black color preview on #3C7A1D background

This text has black color on #3C7A1D background.


White color preview on #3C7A1D background

This text has white color on #3C7A1D background.