COLOR #3C0C09

HEX: #3C0C09 RGB: (60,12,9)

Color info

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

RGB color model

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

RGB: (60,12,9) (24%, 5%, 4%)

RGB channels and saturation

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

60
12
9

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

Portions of RGB colors in percentages

R + G + B = 60 + 12 + 9 = 81 (100%)
R 60 of 81 ~ 74.07%
G 12 of 81 ~ 14.81%
B 9 of 81 ~ 11.11'%

%74.07
%14.81
%11.11

CMYK color model

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

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

CMYK percentages

%0
%80
%85
%76.47

Codes

Color #3C0C09 in popluar color models

3C 0C 09
RGB 60 12 9
HSL 73.91% 13.53%
HSB/HSV 85.00% 23.53%
CMYK 0.00% 80.00% 85.00%
76.47%

Color #3C0C09 in popluar number systems.

HEX 3C 0C 09
Decimal 60 12 9
Binary 111100 1100 1001
Octal 74 14 11

Shades and tints

Shades of #3C0C09

#3C0C09
(60,12,9)
#370B09
(55,11,9)
#320A09
(50,10,9)
#2D0909
(45,9,9)
#280809
(40,8,9)
#230709
(35,7,9)
#1E0609
(30,6,9)
#190509
(25,5,9)
#140409
(20,4,9)
#0F0309
(15,3,9)
#0A0209
(10,2,9)
#000000
(0,0,0)

Tints of #3C0C09

#3C0C09
(60,12,9)
#4D221F
(77,34,31)
#5E3835
(94,56,53)
#6F4E4B
(111,78,75)
#806461
(128,100,97)
#917A77
(145,122,119)
#A2908D
(162,144,141)
#B3A6A3
(179,166,163)
#C4BCB9
(196,188,185)
#D5D2CF
(213,210,207)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C0C09; }

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

This text font color is #3C0C09.

Background Color

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

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

This div background color is #3C0C09.

Border color

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

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

This div border color is #3C0C09.

Opacity

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

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

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

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

This text has shadow with #3C0C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C0C09.

Preview

Color preview on black background

This text has color #3C0C09 on black background.


Color preview on white background

This text has color #3C0C09 on white background.


Black color preview on #3C0C09 background

This text has black color on #3C0C09 background.


White color preview on #3C0C09 background

This text has white color on #3C0C09 background.


Related colors

Complementary color

Complementary color for #hex is #C3F3F6.


I love getcolorcode.com

Triadic colors

1 #093C0C and #0C093C with #3C0C09 are triadic colors.

2 #090C3C and #0C3C09 with #3C0C09 are triadic colors.