COLOR #3C1D09

HEX: #3C1D09
RGB: (60,29,9)

Color info

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

RGB color model

#3C1D09 color RGB value is (60,29,9).

  • red value is 60;
  • green value is 29;
  • blue value is 9.
RGB:
(60,29,9)
(24%,11%,4%)

RGB channels and saturation

R 60 of 255 = 24%
G 29 of 255 = 11%
B 9 of 255 = 4%

60
29
9

R + G + B ~ 13%. #3C1D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 29 + 9 = 98 (100%)
R 60 of 98 ~ 61.22%
G 29 of 98 ~ 29.59%
B 9 of 98 ~ 9.18%

%61.22
%29.59

CMYK color model

#3C1D09 color CMYK value is (0,52,85,76).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 85.00%
  • key color value is 76.47%
CMYK:
(0,52,85,76)
C0M52Y85K76 
(0%,52%,85%,76%)
(0.00/0.52/0.85/0.76)	

CMYK percentages

%0
%51.67
%85
%76.47

Codes

Color #3C1D09 in popluar color models

3C1D09
RGB60299
HSL24°73.91%13.53%
HSB/HSV24°85.00%23.53%
CMYK0.00%51.67%85.00%
76.47%

Color #3C1D09 in popluar number systems.

HEX3C1D09
Decimal60299
Binary111100111011001
Octal743511

Shades and tints

Shades of #3C1D09

#3C1D09
(60,29,9)
#371B09
(55,27,9)
#321909
(50,25,9)
#2D1709
(45,23,9)
#281509
(40,21,9)
#231309
(35,19,9)
#1E1109
(30,17,9)
#190F09
(25,15,9)
#140D09
(20,13,9)
#0F0B09
(15,11,9)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #3C1D09

#3C1D09
(60,29,9)
#4D311F
(77,49,31)
#5E4535
(94,69,53)
#6F594B
(111,89,75)
#806D61
(128,109,97)
#918177
(145,129,119)
#A2958D
(162,149,141)
#B3A9A3
(179,169,163)
#C4BDB9
(196,189,185)
#D5D1CF
(213,209,207)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1D09; }

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

This text font color is #3C1D09.


Background Color

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

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

This div background color is #3C1D09.


Border color

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

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

This div border color is #3C1D09.


Opacity

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

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

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

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

This text has shadow with #3C1D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1D09 on black background.


Color preview on white background

This text has color #3C1D09 on white background.



Black color preview on #3C1D09 background

This text has black color on #3C1D09 background.


White color preview on #3C1D09 background

This text has white color on #3C1D09 background.