COLOR #3C2412

HEX: #3C2412
RGB: (60,36,18)

Color info

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

RGB color model

#3C2412 color RGB value is (60,36,18).

  • red value is 60;
  • green value is 36;
  • blue value is 18.
RGB:
(60,36,18)
(24%,14%,7%)

RGB channels and saturation

R 60 of 255 = 24%
G 36 of 255 = 14%
B 18 of 255 = 7%

60
36
18

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

Portions of RGB colors in percentages

R + G + B =
60 + 36 + 18 = 114 (100%)
R 60 of 114 ~ 52.63%
G 36 of 114 ~ 31.58%
B 18 of 114 ~ 15.79%

%52.63
%31.58
%15.79

CMYK color model

#3C2412 color CMYK value is (0,40,70,76).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 70.00%
  • key color value is 76.47%
CMYK:
(0,40,70,76)
C0M40Y70K76 
(0%,40%,70%,76%)
(0.00/0.40/0.70/0.76)	

CMYK percentages

%0
%40
%70
%76.47

Codes

Color #3C2412 in popluar color models

3C2412
RGB603618
HSL26°53.85%15.29%
HSB/HSV26°70.00%23.53%
CMYK0.00%40.00%70.00%
76.47%

Color #3C2412 in popluar number systems.

HEX3C2412
Decimal603618
Binary11110010010010010
Octal744422

Shades and tints

Shades of #3C2412

#3C2412
(60,36,18)
#372111
(55,33,17)
#321E10
(50,30,16)
#2D1B0F
(45,27,15)
#28180E
(40,24,14)
#23150D
(35,21,13)
#1E120C
(30,18,12)
#190F0B
(25,15,11)
#140C0A
(20,12,10)
#0F0909
(15,9,9)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #3C2412

#3C2412
(60,36,18)
#4D3727
(77,55,39)
#5E4A3C
(94,74,60)
#6F5D51
(111,93,81)
#807066
(128,112,102)
#91837B
(145,131,123)
#A29690
(162,150,144)
#B3A9A5
(179,169,165)
#C4BCBA
(196,188,186)
#D5CFCF
(213,207,207)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2412; }

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

This text font color is #3C2412.


Background Color

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

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

This div background color is #3C2412.


Border color

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

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

This div border color is #3C2412.


Opacity

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

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

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

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

This text has shadow with #3C2412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C2412 on black background.


Color preview on white background

This text has color #3C2412 on white background.



Black color preview on #3C2412 background

This text has black color on #3C2412 background.


White color preview on #3C2412 background

This text has white color on #3C2412 background.