COLOR #3C6420

HEX: #3C6420 RGB: (60,100,32)

Color info

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

RGB color model

#3C6420 color RGB value is (60,100,32).

RGB: (60,100,32) (24%, 39%, 13%)

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 32 of 255 = 13%

60
100
32

R + G + B ~ 25%. #3C6420 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 100 + 32 = 192 (100%)
R 60 of 192 ~ 31.25%
G 100 of 192 ~ 52.08%
B 32 of 192 ~ 16.67'%

%31.25
%52.08
%16.67

CMYK color model

#3C6420 color CMYK value is (40,0,68,61).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 60.78%

CMYK: (40,0,68,61)
C40M0Y68K61 (40%, 0%, 68%, 61%)
(0.40 / 0.00 / 0.68 / 0.61)

CMYK percentages

%40
%0
%68
%60.78

Codes

Color #3C6420 in popluar color models

3C 64 20
RGB 60 100 32
HSL 95° 51.52% 25.88%
HSB/HSV 95° 68.00% 39.22%
CMYK 40.00% 0.00% 68.00%
60.78%

Color #3C6420 in popluar number systems.

HEX 3C 64 20
Decimal 60 100 32
Binary 111100 1100100 100000
Octal 74 144 40

Shades and tints

Shades of #3C6420

#3C6420
(60,100,32)
#375B1E
(55,91,30)
#32521C
(50,82,28)
#2D491A
(45,73,26)
#284018
(40,64,24)
#233716
(35,55,22)
#1E2E14
(30,46,20)
#192512
(25,37,18)
#141C10
(20,28,16)
#0F130E
(15,19,14)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #3C6420

#3C6420
(60,100,32)
#4D7234
(77,114,52)
#5E8048
(94,128,72)
#6F8E5C
(111,142,92)
#809C70
(128,156,112)
#91AA84
(145,170,132)
#A2B898
(162,184,152)
#B3C6AC
(179,198,172)
#C4D4C0
(196,212,192)
#D5E2D4
(213,226,212)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6420; }

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

This text font color is #3C6420.

Background Color

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

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

This div background color is #3C6420.

Border color

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

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

This div border color is #3C6420.

Opacity

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

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

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

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

This text has shadow with #3C6420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6420.

Preview

Color preview on black background

This text has color #3C6420 on black background.


Color preview on white background

This text has color #3C6420 on white background.


Black color preview on #3C6420 background

This text has black color on #3C6420 background.


White color preview on #3C6420 background

This text has white color on #3C6420 background.


Related colors

Complementary color

Complementary color for #hex is #C39BDF.


I love getcolorcode.com

Triadic colors

1 #203C64 and #64203C with #3C6420 are triadic colors.

2 #20643C and #643C20 with #3C6420 are triadic colors.