COLOR #3C1712

HEX: #3C1712 RGB: (60,23,18)

Color info

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

RGB color model

#3C1712 color RGB value is (60,23,18).

RGB: (60,23,18) (24%, 9%, 7%)

RGB channels and saturation

R 60 of 255 = 24%
G 23 of 255 = 9%
B 18 of 255 = 7%

60
23
18

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

Portions of RGB colors in percentages

R + G + B = 60 + 23 + 18 = 101 (100%)
R 60 of 101 ~ 59.41%
G 23 of 101 ~ 22.77%
B 18 of 101 ~ 17.82'%

%59.41
%22.77
%17.82

CMYK color model

#3C1712 color CMYK value is (0,62,70,76).

  • cyan value is 0.00%
  • magenta value is 61.67%
  • yellow value is 70.00%
  • key color value is 76.47%

CMYK: (0,62,70,76)
C0M62Y70K76 (0%, 62%, 70%, 76%)
(0.00 / 0.62 / 0.70 / 0.76)

CMYK percentages

%0
%61.67
%70
%76.47

Codes

Color #3C1712 in popluar color models

3C 17 12
RGB 60 23 18
HSL 53.85% 15.29%
HSB/HSV 70.00% 23.53%
CMYK 0.00% 61.67% 70.00%
76.47%

Color #3C1712 in popluar number systems.

HEX 3C 17 12
Decimal 60 23 18
Binary 111100 10111 10010
Octal 74 27 22

Shades and tints

Shades of #3C1712

#3C1712
(60,23,18)
#371511
(55,21,17)
#321310
(50,19,16)
#2D110F
(45,17,15)
#280F0E
(40,15,14)
#230D0D
(35,13,13)
#1E0B0C
(30,11,12)
#19090B
(25,9,11)
#14070A
(20,7,10)
#0F0509
(15,5,9)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #3C1712

#3C1712
(60,23,18)
#4D2C27
(77,44,39)
#5E413C
(94,65,60)
#6F5651
(111,86,81)
#806B66
(128,107,102)
#91807B
(145,128,123)
#A29590
(162,149,144)
#B3AAA5
(179,170,165)
#C4BFBA
(196,191,186)
#D5D4CF
(213,212,207)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1712; }

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

This text font color is #3C1712.

Background Color

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

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

This div background color is #3C1712.

Border color

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

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

This div border color is #3C1712.

Opacity

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

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

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

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

This text has shadow with #3C1712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1712.

Preview

Color preview on black background

This text has color #3C1712 on black background.


Color preview on white background

This text has color #3C1712 on white background.


Black color preview on #3C1712 background

This text has black color on #3C1712 background.


White color preview on #3C1712 background

This text has white color on #3C1712 background.


Related colors

Complementary color

Complementary color for #hex is #C3E8ED.


I love getcolorcode.com

Triadic colors

1 #123C17 and #17123C with #3C1712 are triadic colors.

2 #12173C and #173C12 with #3C1712 are triadic colors.