COLOR #3C1213

HEX: #3C1213 RGB: (60,18,19)

Color info

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

RGB color model

#3C1213 color RGB value is (60,18,19).

RGB: (60,18,19) (24%, 7%, 7%)

RGB channels and saturation

R 60 of 255 = 24%
G 18 of 255 = 7%
B 19 of 255 = 7%

60
18
19

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

Portions of RGB colors in percentages

R + G + B = 60 + 18 + 19 = 97 (100%)
R 60 of 97 ~ 61.86%
G 18 of 97 ~ 18.56%
B 19 of 97 ~ 19.59'%

%61.86
%18.56
%19.59

CMYK color model

#3C1213 color CMYK value is (0,70,68,76).

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

CMYK: (0,70,68,76)
C0M70Y68K76 (0%, 70%, 68%, 76%)
(0.00 / 0.70 / 0.68 / 0.76)

CMYK percentages

%0
%70
%68.33
%76.47

Codes

Color #3C1213 in popluar color models

3C 12 13
RGB 60 18 19
HSL 359° 53.85% 15.29%
HSB/HSV 359° 70.00% 23.53%
CMYK 0.00% 70.00% 68.33%
76.47%

Color #3C1213 in popluar number systems.

HEX 3C 12 13
Decimal 60 18 19
Binary 111100 10010 10011
Octal 74 22 23

Shades and tints

Shades of #3C1213

#3C1213
(60,18,19)
#371112
(55,17,18)
#321011
(50,16,17)
#2D0F10
(45,15,16)
#280E0F
(40,14,15)
#230D0E
(35,13,14)
#1E0C0D
(30,12,13)
#190B0C
(25,11,12)
#140A0B
(20,10,11)
#0F090A
(15,9,10)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #3C1213

#3C1213
(60,18,19)
#4D2728
(77,39,40)
#5E3C3D
(94,60,61)
#6F5152
(111,81,82)
#806667
(128,102,103)
#917B7C
(145,123,124)
#A29091
(162,144,145)
#B3A5A6
(179,165,166)
#C4BABB
(196,186,187)
#D5CFD0
(213,207,208)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1213; }

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

This text font color is #3C1213.

Background Color

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

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

This div background color is #3C1213.

Border color

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

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

This div border color is #3C1213.

Opacity

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

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

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

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

This text has shadow with #3C1213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1213.

Preview

Color preview on black background

This text has color #3C1213 on black background.


Color preview on white background

This text has color #3C1213 on white background.


Black color preview on #3C1213 background

This text has black color on #3C1213 background.


White color preview on #3C1213 background

This text has white color on #3C1213 background.


Related colors

Complementary color

Complementary color for #hex is #C3EDEC.


I love getcolorcode.com

Triadic colors

1 #133C12 and #12133C with #3C1213 are triadic colors.

2 #13123C and #123C13 with #3C1213 are triadic colors.