COLOR #3C2A09

HEX: #3C2A09 RGB: (60,42,9)

Color info

#3C2A09 contains red, green and blue colors in about the same proportion. Web safe color of #3C2A09 is #333300 (or #330).

RGB color model

#3C2A09 color RGB value is (60,42,9).

RGB: (60,42,9) (24%, 16%, 4%)

RGB channels and saturation

R 60 of 255 = 24%
G 42 of 255 = 16%
B 9 of 255 = 4%

60
42
9

R + G + B ~ 15%. #3C2A09 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 42 + 9 = 111 (100%)
R 60 of 111 ~ 54.05%
G 42 of 111 ~ 37.84%
B 9 of 111 ~ 8.11'%

%54.05
%37.84

CMYK color model

#3C2A09 color CMYK value is (0,30,85,76).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 85.00%
  • key color value is 76.47%

CMYK: (0,30,85,76)
C0M30Y85K76 (0%, 30%, 85%, 76%)
(0.00 / 0.30 / 0.85 / 0.76)

CMYK percentages

%0
%30
%85
%76.47

Codes

Color #3C2A09 in popluar color models

3C 2A 09
RGB 60 42 9
HSL 39° 73.91% 13.53%
HSB/HSV 39° 85.00% 23.53%
CMYK 0.00% 30.00% 85.00%
76.47%

Color #3C2A09 in popluar number systems.

HEX 3C 2A 09
Decimal 60 42 9
Binary 111100 101010 1001
Octal 74 52 11

Shades and tints

Shades of #3C2A09

#3C2A09
(60,42,9)
#372709
(55,39,9)
#322409
(50,36,9)
#2D2109
(45,33,9)
#281E09
(40,30,9)
#231B09
(35,27,9)
#1E1809
(30,24,9)
#191509
(25,21,9)
#141209
(20,18,9)
#0F0F09
(15,15,9)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #3C2A09

#3C2A09
(60,42,9)
#4D3D1F
(77,61,31)
#5E5035
(94,80,53)
#6F634B
(111,99,75)
#807661
(128,118,97)
#918977
(145,137,119)
#A29C8D
(162,156,141)
#B3AFA3
(179,175,163)
#C4C2B9
(196,194,185)
#D5D5CF
(213,213,207)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C2A09 color. Also use rgb(60,42,9) instead hex code.

Text Font Color

.myTextColor { color: #3C2A09; }

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

This text font color is #3C2A09.

Background Color

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

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

This div background color is #3C2A09.

Border color

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

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

This div border color is #3C2A09.

Opacity

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

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

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

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

This text has shadow with #3C2A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2A09.

Preview

Color preview on black background

This text has color #3C2A09 on black background.


Color preview on white background

This text has color #3C2A09 on white background.


Black color preview on #3C2A09 background

This text has black color on #3C2A09 background.


White color preview on #3C2A09 background

This text has white color on #3C2A09 background.


Related colors

Complementary color

Complementary color for #hex is #C3D5F6.


I love getcolorcode.com

Triadic colors

1 #093C2A and #2A093C with #3C2A09 are triadic colors.

2 #092A3C and #2A3C09 with #3C2A09 are triadic colors.