COLOR #3C3513

HEX: #3C3513
RGB: (60,53,19)

Color info

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

RGB color model

#3C3513 color RGB value is (60,53,19).

  • red value is 60;
  • green value is 53;
  • blue value is 19.
RGB:
(60,53,19)
(24%,21%,7%)

RGB channels and saturation

R 60 of 255 = 24%
G 53 of 255 = 21%
B 19 of 255 = 7%

60
53
19

R + G + B ~ 17%. #3C3513 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 53 + 19 = 132 (100%)
R 60 of 132 ~ 45.45%
G 53 of 132 ~ 40.15%
B 19 of 132 ~ 14.39%

%45.45
%40.15
%14.39

CMYK color model

#3C3513 color CMYK value is (0,12,68,76).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 68.33%
  • key color value is 76.47%
CMYK:
(0,12,68,76)
C0M12Y68K76 
(0%,12%,68%,76%)
(0.00/0.12/0.68/0.76)	

CMYK percentages

%0
%11.67
%68.33
%76.47

Codes

Color #3C3513 in popluar color models

3C3513
RGB605319
HSL50°51.90%15.49%
HSB/HSV50°68.33%23.53%
CMYK0.00%11.67%68.33%
76.47%

Color #3C3513 in popluar number systems.

HEX3C3513
Decimal605319
Binary11110011010110011
Octal746523

Shades and tints

Shades of #3C3513

#3C3513
(60,53,19)
#373112
(55,49,18)
#322D11
(50,45,17)
#2D2910
(45,41,16)
#28250F
(40,37,15)
#23210E
(35,33,14)
#1E1D0D
(30,29,13)
#19190C
(25,25,12)
#14150B
(20,21,11)
#0F110A
(15,17,10)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #3C3513

#3C3513
(60,53,19)
#4D4728
(77,71,40)
#5E593D
(94,89,61)
#6F6B52
(111,107,82)
#807D67
(128,125,103)
#918F7C
(145,143,124)
#A2A191
(162,161,145)
#B3B3A6
(179,179,166)
#C4C5BB
(196,197,187)
#D5D7D0
(213,215,208)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3513 color. Also use rgb(60,53,19) instead hex code.

Text Font Color

.myTextColor { color: #3C3513; }

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

This text font color is #3C3513.


Background Color

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

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

This div background color is #3C3513.


Border color

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

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

This div border color is #3C3513.


Opacity

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

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

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

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

This text has shadow with #3C3513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3513 on black background.


Color preview on white background

This text has color #3C3513 on white background.



Black color preview on #3C3513 background

This text has black color on #3C3513 background.


White color preview on #3C3513 background

This text has white color on #3C3513 background.