COLOR #3C0C0E

HEX: #3C0C0E
RGB: (60,12,14)

Color info

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

RGB color model

#3C0C0E color RGB value is (60,12,14).

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

RGB channels and saturation

R 60 of 255 = 24%
G 12 of 255 = 5%
B 14 of 255 = 5%

60
12
14

R + G + B ~ 11%. #3C0C0E is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 12 + 14 = 86 (100%)
R 60 of 86 ~ 69.77%
G 12 of 86 ~ 13.95%
B 14 of 86 ~ 16.28%

%69.77
%13.95
%16.28

CMYK color model

#3C0C0E color CMYK value is (0,80,77,76).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 76.67%
  • key color value is 76.47%
CMYK:
(0,80,77,76)
C0M80Y77K76 
(0%,80%,77%,76%)
(0.00/0.80/0.77/0.76)	

CMYK percentages

%0
%80
%76.67
%76.47

Codes

Color #3C0C0E in popluar color models

3C0C0E
RGB601214
HSL358°66.67%14.12%
HSB/HSV358°80.00%23.53%
CMYK0.00%80.00%76.67%
76.47%

Color #3C0C0E in popluar number systems.

HEX3C0C0E
Decimal601214
Binary11110011001110
Octal741416

Shades and tints

Shades of #3C0C0E

#3C0C0E
(60,12,14)
#370B0D
(55,11,13)
#320A0C
(50,10,12)
#2D090B
(45,9,11)
#28080A
(40,8,10)
#230709
(35,7,9)
#1E0608
(30,6,8)
#190507
(25,5,7)
#140406
(20,4,6)
#0F0305
(15,3,5)
#0A0204
(10,2,4)
#000000
(0,0,0)

Tints of #3C0C0E

#3C0C0E
(60,12,14)
#4D2223
(77,34,35)
#5E3838
(94,56,56)
#6F4E4D
(111,78,77)
#806462
(128,100,98)
#917A77
(145,122,119)
#A2908C
(162,144,140)
#B3A6A1
(179,166,161)
#C4BCB6
(196,188,182)
#D5D2CB
(213,210,203)
#E6E8E0
(230,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C0C0E; }

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

This text font color is #3C0C0E.


Background Color

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

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

This div background color is #3C0C0E.


Border color

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

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

This div border color is #3C0C0E.


Opacity

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

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

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

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

This text has shadow with #3C0C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0C0E on black background.


Color preview on white background

This text has color #3C0C0E on white background.



Black color preview on #3C0C0E background

This text has black color on #3C0C0E background.


White color preview on #3C0C0E background

This text has white color on #3C0C0E background.