COLOR #3C0C14

HEX: #3C0C14
RGB: (60,12,20)

Color info

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

RGB color model

#3C0C14 color RGB value is (60,12,20).

  • red value is 60;
  • green value is 12;
  • blue value is 20.
RGB:
(60,12,20)
(24%,5%,8%)

RGB channels and saturation

R 60 of 255 = 24%
G 12 of 255 = 5%
B 20 of 255 = 8%

60
12
20

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

Portions of RGB colors in percentages

R + G + B =
60 + 12 + 20 = 92 (100%)
R 60 of 92 ~ 65.22%
G 12 of 92 ~ 13.04%
B 20 of 92 ~ 21.74%

%65.22
%13.04
%21.74

CMYK color model

#3C0C14 color CMYK value is (0,80,67,76).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 66.67%
  • key color value is 76.47%
CMYK:
(0,80,67,76)
C0M80Y67K76 
(0%,80%,67%,76%)
(0.00/0.80/0.67/0.76)	

CMYK percentages

%0
%80
%66.67
%76.47

Codes

Color #3C0C14 in popluar color models

3C0C14
RGB601220
HSL350°66.67%14.12%
HSB/HSV350°80.00%23.53%
CMYK0.00%80.00%66.67%
76.47%

Color #3C0C14 in popluar number systems.

HEX3C0C14
Decimal601220
Binary111100110010100
Octal741424

Shades and tints

Shades of #3C0C14

#3C0C14
(60,12,20)
#370B13
(55,11,19)
#320A12
(50,10,18)
#2D0911
(45,9,17)
#280810
(40,8,16)
#23070F
(35,7,15)
#1E060E
(30,6,14)
#19050D
(25,5,13)
#14040C
(20,4,12)
#0F030B
(15,3,11)
#0A020A
(10,2,10)
#000000
(0,0,0)

Tints of #3C0C14

#3C0C14
(60,12,20)
#4D2229
(77,34,41)
#5E383E
(94,56,62)
#6F4E53
(111,78,83)
#806468
(128,100,104)
#917A7D
(145,122,125)
#A29092
(162,144,146)
#B3A6A7
(179,166,167)
#C4BCBC
(196,188,188)
#D5D2D1
(213,210,209)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C0C14 color. Also use rgb(60,12,20) instead hex code.

Text Font Color

.myTextColor { color: #3C0C14; }

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

This text font color is #3C0C14.


Background Color

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

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

This div background color is #3C0C14.


Border color

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

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

This div border color is #3C0C14.


Opacity

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

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

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

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

This text has shadow with #3C0C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0C14 on black background.


Color preview on white background

This text has color #3C0C14 on white background.



Black color preview on #3C0C14 background

This text has black color on #3C0C14 background.


White color preview on #3C0C14 background

This text has white color on #3C0C14 background.