COLOR #3C6424

HEX: #3C6424 RGB: (60,100,36)

Color info

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

RGB color model

#3C6424 color RGB value is (60,100,36).

RGB: (60,100,36) (24%, 39%, 14%)

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 36 of 255 = 14%

60
100
36

R + G + B ~ 26%. #3C6424 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 100 + 36 = 196 (100%)
R 60 of 196 ~ 30.61%
G 100 of 196 ~ 51.02%
B 36 of 196 ~ 18.37'%

%30.61
%51.02
%18.37

CMYK color model

#3C6424 color CMYK value is (40,0,64,61).

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

CMYK: (40,0,64,61)
C40M0Y64K61 (40%, 0%, 64%, 61%)
(0.40 / 0.00 / 0.64 / 0.61)

CMYK percentages

%40
%0
%64
%60.78

Codes

Color #3C6424 in popluar color models

3C 64 24
RGB 60 100 36
HSL 98° 47.06% 26.67%
HSB/HSV 98° 64.00% 39.22%
CMYK 40.00% 0.00% 64.00%
60.78%

Color #3C6424 in popluar number systems.

HEX 3C 64 24
Decimal 60 100 36
Binary 111100 1100100 100100
Octal 74 144 44

Shades and tints

Shades of #3C6424

#3C6424
(60,100,36)
#375B21
(55,91,33)
#32521E
(50,82,30)
#2D491B
(45,73,27)
#284018
(40,64,24)
#233715
(35,55,21)
#1E2E12
(30,46,18)
#19250F
(25,37,15)
#141C0C
(20,28,12)
#0F1309
(15,19,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #3C6424

#3C6424
(60,100,36)
#4D7237
(77,114,55)
#5E804A
(94,128,74)
#6F8E5D
(111,142,93)
#809C70
(128,156,112)
#91AA83
(145,170,131)
#A2B896
(162,184,150)
#B3C6A9
(179,198,169)
#C4D4BC
(196,212,188)
#D5E2CF
(213,226,207)
#E6F0E2
(230,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6424; }

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

This text font color is #3C6424.

Background Color

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

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

This div background color is #3C6424.

Border color

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

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

This div border color is #3C6424.

Opacity

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

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

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

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

This text has shadow with #3C6424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6424.

Preview

Color preview on black background

This text has color #3C6424 on black background.


Color preview on white background

This text has color #3C6424 on white background.


Black color preview on #3C6424 background

This text has black color on #3C6424 background.


White color preview on #3C6424 background

This text has white color on #3C6424 background.


Related colors

Complementary color

Complementary color for #hex is #C39BDB.


I love getcolorcode.com

Triadic colors

1 #243C64 and #64243C with #3C6424 are triadic colors.

2 #24643C and #643C24 with #3C6424 are triadic colors.