COLOR #3C0C0C

HEX: #3C0C0C
RGB: (60,12,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
12
12

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

Portions of RGB colors in percentages

R + G + B =
60 + 12 + 12 = 84 (100%)
R 60 of 84 ~ 71.43%
G 12 of 84 ~ 14.29%
B 12 of 84 ~ 14.29%

%71.43
%14.29
%14.29

CMYK color model

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

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

CMYK percentages

%0
%80
%80
%76.47

Codes

Color #3C0C0C in popluar color models

3C0C0C
RGB601212
HSL66.67%14.12%
HSB/HSV80.00%23.53%
CMYK0.00%80.00%80.00%
76.47%

Color #3C0C0C in popluar number systems.

HEX3C0C0C
Decimal601212
Binary11110011001100
Octal741414

Shades and tints

Shades of #3C0C0C

#3C0C0C
(60,12,12)
#370B0B
(55,11,11)
#320A0A
(50,10,10)
#2D0909
(45,9,9)
#280808
(40,8,8)
#230707
(35,7,7)
#1E0606
(30,6,6)
#190505
(25,5,5)
#140404
(20,4,4)
#0F0303
(15,3,3)
#0A0202
(10,2,2)
#000000
(0,0,0)

Tints of #3C0C0C

#3C0C0C
(60,12,12)
#4D2222
(77,34,34)
#5E3838
(94,56,56)
#6F4E4E
(111,78,78)
#806464
(128,100,100)
#917A7A
(145,122,122)
#A29090
(162,144,144)
#B3A6A6
(179,166,166)
#C4BCBC
(196,188,188)
#D5D2D2
(213,210,210)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C0C0C; }

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

This text font color is #3C0C0C.


Background Color

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

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

This div background color is #3C0C0C.


Border color

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

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

This div border color is #3C0C0C.


Opacity

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

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

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

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

This text has shadow with #3C0C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0C0C on black background.


Color preview on white background

This text has color #3C0C0C on white background.



Black color preview on #3C0C0C background

This text has black color on #3C0C0C background.


White color preview on #3C0C0C background

This text has white color on #3C0C0C background.