COLOR #3C1219

HEX: #3C1219
RGB: (60,18,25)

Color info

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

RGB color model

#3C1219 color RGB value is (60,18,25).

  • red value is 60;
  • green value is 18;
  • blue value is 25.
RGB:
(60,18,25)
(24%,7%,10%)

RGB channels and saturation

R 60 of 255 = 24%
G 18 of 255 = 7%
B 25 of 255 = 10%

60
18
25

R + G + B ~ 14%. #3C1219 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 18 + 25 = 103 (100%)
R 60 of 103 ~ 58.25%
G 18 of 103 ~ 17.48%
B 25 of 103 ~ 24.27%

%58.25
%17.48
%24.27

CMYK color model

#3C1219 color CMYK value is (0,70,58,76).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 58.33%
  • key color value is 76.47%
CMYK:
(0,70,58,76)
C0M70Y58K76 
(0%,70%,58%,76%)
(0.00/0.70/0.58/0.76)	

CMYK percentages

%0
%70
%58.33
%76.47

Codes

Color #3C1219 in popluar color models

3C1219
RGB601825
HSL350°53.85%15.29%
HSB/HSV350°70.00%23.53%
CMYK0.00%70.00%58.33%
76.47%

Color #3C1219 in popluar number systems.

HEX3C1219
Decimal601825
Binary1111001001011001
Octal742231

Shades and tints

Shades of #3C1219

#3C1219
(60,18,25)
#371117
(55,17,23)
#321015
(50,16,21)
#2D0F13
(45,15,19)
#280E11
(40,14,17)
#230D0F
(35,13,15)
#1E0C0D
(30,12,13)
#190B0B
(25,11,11)
#140A09
(20,10,9)
#0F0907
(15,9,7)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #3C1219

#3C1219
(60,18,25)
#4D272D
(77,39,45)
#5E3C41
(94,60,65)
#6F5155
(111,81,85)
#806669
(128,102,105)
#917B7D
(145,123,125)
#A29091
(162,144,145)
#B3A5A5
(179,165,165)
#C4BAB9
(196,186,185)
#D5CFCD
(213,207,205)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1219; }

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

This text font color is #3C1219.


Background Color

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

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

This div background color is #3C1219.


Border color

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

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

This div border color is #3C1219.


Opacity

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

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

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

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

This text has shadow with #3C1219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1219 on black background.


Color preview on white background

This text has color #3C1219 on white background.



Black color preview on #3C1219 background

This text has black color on #3C1219 background.


White color preview on #3C1219 background

This text has white color on #3C1219 background.