COLOR #3C7420

HEX: #3C7420
RGB: (60,116,32)

Color info

#3C7420 contains mainly red and green colors. Web safe color of #3C7420 is #336633 (or #363).

RGB color model

#3C7420 color RGB value is (60,116,32).

  • red value is 60;
  • green value is 116;
  • blue value is 32.
RGB:
(60,116,32)
(24%,45%,13%)

RGB channels and saturation

R 60 of 255 = 24%
G 116 of 255 = 45%
B 32 of 255 = 13%

60
116
32

R + G + B ~ 27%. #3C7420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 116 + 32 = 208 (100%)
R 60 of 208 ~ 28.85%
G 116 of 208 ~ 55.77%
B 32 of 208 ~ 15.38%

%28.85
%55.77
%15.38

CMYK color model

#3C7420 color CMYK value is (48,0,72,55).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 54.51%
CMYK:
(48,0,72,55)
C48M0Y72K55 
(48%,0%,72%,55%)
(0.48/0.00/0.72/0.55)	

CMYK percentages

%48.28
%0
%72.41
%54.51

Codes

Color #3C7420 in popluar color models

3C7420
RGB6011632
HSL100°56.76%29.02%
HSB/HSV100°72.41%45.49%
CMYK48.28%0.00%72.41%
54.51%

Color #3C7420 in popluar number systems.

HEX3C7420
Decimal6011632
Binary1111001110100100000
Octal7416440

Shades and tints

Shades of #3C7420

#3C7420
(60,116,32)
#376A1E
(55,106,30)
#32601C
(50,96,28)
#2D561A
(45,86,26)
#284C18
(40,76,24)
#234216
(35,66,22)
#1E3814
(30,56,20)
#192E12
(25,46,18)
#142410
(20,36,16)
#0F1A0E
(15,26,14)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #3C7420

#3C7420
(60,116,32)
#4D8034
(77,128,52)
#5E8C48
(94,140,72)
#6F985C
(111,152,92)
#80A470
(128,164,112)
#91B084
(145,176,132)
#A2BC98
(162,188,152)
#B3C8AC
(179,200,172)
#C4D4C0
(196,212,192)
#D5E0D4
(213,224,212)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7420 color. Also use rgb(60,116,32) instead hex code.

Text Font Color

.myTextColor { color: #3C7420; }

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

This text font color is #3C7420.


Background Color

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

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

This div background color is #3C7420.


Border color

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

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

This div border color is #3C7420.


Opacity

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

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

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

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

This text has shadow with #3C7420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7420 on black background.


Color preview on white background

This text has color #3C7420 on white background.



Black color preview on #3C7420 background

This text has black color on #3C7420 background.


White color preview on #3C7420 background

This text has white color on #3C7420 background.