COLOR #3C0312

HEX: #3C0312
RGB: (60,3,18)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 60 of 255 = 24%
G 3 of 255 = 1%
B 18 of 255 = 7%

60
3
18

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

Portions of RGB colors in percentages

R + G + B =
60 + 3 + 18 = 81 (100%)
R 60 of 81 ~ 74.07%
G 3 of 81 ~ 3.7%
B 18 of 81 ~ 22.22%

%74.07
%22.22

CMYK color model

#3C0312 color CMYK value is (0,95,70,76).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 70.00%
  • key color value is 76.47%
CMYK:
(0,95,70,76)
C0M95Y70K76 
(0%,95%,70%,76%)
(0.00/0.95/0.70/0.76)	

CMYK percentages

%0
%95
%70
%76.47

Codes

Color #3C0312 in popluar color models

3C0312
RGB60318
HSL344°90.48%12.35%
HSB/HSV344°95.00%23.53%
CMYK0.00%95.00%70.00%
76.47%

Color #3C0312 in popluar number systems.

HEX3C0312
Decimal60318
Binary1111001110010
Octal74322

Shades and tints

Shades of #3C0312

#3C0312
(60,3,18)
#370311
(55,3,17)
#320310
(50,3,16)
#2D030F
(45,3,15)
#28030E
(40,3,14)
#23030D
(35,3,13)
#1E030C
(30,3,12)
#19030B
(25,3,11)
#14030A
(20,3,10)
#0F0309
(15,3,9)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #3C0312

#3C0312
(60,3,18)
#4D1927
(77,25,39)
#5E2F3C
(94,47,60)
#6F4551
(111,69,81)
#805B66
(128,91,102)
#91717B
(145,113,123)
#A28790
(162,135,144)
#B39DA5
(179,157,165)
#C4B3BA
(196,179,186)
#D5C9CF
(213,201,207)
#E6DFE4
(230,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C0312; }

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

This text font color is #3C0312.


Background Color

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

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

This div background color is #3C0312.


Border color

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

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

This div border color is #3C0312.


Opacity

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

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

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

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

This text has shadow with #3C0312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0312 on black background.


Color preview on white background

This text has color #3C0312 on white background.



Black color preview on #3C0312 background

This text has black color on #3C0312 background.


White color preview on #3C0312 background

This text has white color on #3C0312 background.