COLOR #3C1709

HEX: #3C1709 RGB: (60,23,9)

Color info

#3C1709 contains red, green and blue colors in about the same proportion. Web safe color of #3C1709 is #330000 (or #300).

RGB color model

#3C1709 color RGB value is (60,23,9).

RGB: (60,23,9) (24%, 9%, 4%)

RGB channels and saturation

R 60 of 255 = 24%
G 23 of 255 = 9%
B 9 of 255 = 4%

60
23
9

R + G + B ~ 12%. #3C1709 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 23 + 9 = 92 (100%)
R 60 of 92 ~ 65.22%
G 23 of 92 ~ 25%
B 9 of 92 ~ 9.78'%

%65.22
%25
%9.78

CMYK color model

#3C1709 color CMYK value is (0,62,85,76).

  • cyan value is 0.00%
  • magenta value is 61.67%
  • yellow value is 85.00%
  • key color value is 76.47%
CMYK: (0,62,85,76) C0M62Y85K76 (0%,62%,85%,76%) (0.00/0.62/0.85/0.76) 

CMYK percentages

%0
%61.67
%85
%76.47

Codes

Color #3C1709 in popluar color models

3C 17 09
RGB 60 23 9
HSL 16° 73.91% 13.53%
HSB/HSV 16° 85.00% 23.53%
CMYK 0.00% 61.67% 85.00%
76.47%

Color #3C1709 in popluar number systems.

HEX 3C 17 09
Decimal 60 23 9
Binary 111100 10111 1001
Octal 74 27 11

Shades and tints

Shades of #3C1709

#3C1709
(60,23,9)
#371509
(55,21,9)
#321309
(50,19,9)
#2D1109
(45,17,9)
#280F09
(40,15,9)
#230D09
(35,13,9)
#1E0B09
(30,11,9)
#190909
(25,9,9)
#140709
(20,7,9)
#0F0509
(15,5,9)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #3C1709

#3C1709
(60,23,9)
#4D2C1F
(77,44,31)
#5E4135
(94,65,53)
#6F564B
(111,86,75)
#806B61
(128,107,97)
#918077
(145,128,119)
#A2958D
(162,149,141)
#B3AAA3
(179,170,163)
#C4BFB9
(196,191,185)
#D5D4CF
(213,212,207)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1709; }

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

This text font color is #3C1709.

Background Color

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

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

This div background color is #3C1709.

Border color

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

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

This div border color is #3C1709.

Opacity

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

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

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

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

This text has shadow with #3C1709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1709.

Preview

Color preview on black background

This text has color #3C1709 on black background.


Color preview on white background

This text has color #3C1709 on white background.


Black color preview on #3C1709 background

This text has black color on #3C1709 background.


White color preview on #3C1709 background

This text has white color on #3C1709 background.


Related colors

Complementary color

Complementary color for #hex is #C3E8F6.


I love getcolorcode.com

Triadic colors

1 #093C17 and #17093C with #3C1709 are triadic colors.

2 #09173C and #173C09 with #3C1709 are triadic colors.