COLOR #3C4020

HEX: #3C4020 RGB: (60,64,32)

Color info

#3C4020 contains red, green and blue colors in about the same proportion. Web safe color of #3C4020 is #333333 (or #333).

RGB color model

#3C4020 color RGB value is (60,64,32).

RGB: (60,64,32) (24%, 25%, 13%)

RGB channels and saturation

R 60 of 255 = 24%
G 64 of 255 = 25%
B 32 of 255 = 13%

60
64
32

R + G + B ~ 21%. #3C4020 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 64 + 32 = 156 (100%)
R 60 of 156 ~ 38.46%
G 64 of 156 ~ 41.03%
B 32 of 156 ~ 20.51'%

%38.46
%41.03
%20.51

CMYK color model

#3C4020 color CMYK value is (6,0,50,75).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.90%

CMYK: (6,0,50,75)
C6M0Y50K75 (6%, 0%, 50%, 75%)
(0.06 / 0.00 / 0.50 / 0.75)

CMYK percentages

%6.25
%0
%50
%74.9

Codes

Color #3C4020 in popluar color models

3C 40 20
RGB 60 64 32
HSL 68° 33.33% 18.82%
HSB/HSV 68° 50.00% 25.10%
CMYK 6.25% 0.00% 50.00%
74.90%

Color #3C4020 in popluar number systems.

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

Shades and tints

Shades of #3C4020

#3C4020
(60,64,32)
#373B1E
(55,59,30)
#32361C
(50,54,28)
#2D311A
(45,49,26)
#282C18
(40,44,24)
#232716
(35,39,22)
#1E2214
(30,34,20)
#191D12
(25,29,18)
#141810
(20,24,16)
#0F130E
(15,19,14)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #3C4020

#3C4020
(60,64,32)
#4D5134
(77,81,52)
#5E6248
(94,98,72)
#6F735C
(111,115,92)
#808470
(128,132,112)
#919584
(145,149,132)
#A2A698
(162,166,152)
#B3B7AC
(179,183,172)
#C4C8C0
(196,200,192)
#D5D9D4
(213,217,212)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4020; }

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

This text font color is #3C4020.

Background Color

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

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

This div background color is #3C4020.

Border color

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

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

This div border color is #3C4020.

Opacity

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

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

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

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

This text has shadow with #3C4020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4020.

Preview

Color preview on black background

This text has color #3C4020 on black background.


Color preview on white background

This text has color #3C4020 on white background.


Black color preview on #3C4020 background

This text has black color on #3C4020 background.


White color preview on #3C4020 background

This text has white color on #3C4020 background.


Related colors

Complementary color

Complementary color for #hex is #C3BFDF.


I love getcolorcode.com

Triadic colors

1 #203C40 and #40203C with #3C4020 are triadic colors.

2 #20403C and #403C20 with #3C4020 are triadic colors.