COLOR #3C001E

HEX: #3C001E
RGB: (60,0,30)

Color info

#3C001E contains only red and blue colors. Web safe color of #3C001E is #330033 (or #303).

RGB color model

#3C001E color RGB value is (60,0,30).

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

RGB channels and saturation

R 60 of 255 = 24%
G 0 of 255 = 0%
B 30 of 255 = 12%

60
0
30

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

Portions of RGB colors in percentages

R + G + B =
60 + 0 + 30 = 90 (100%)
R 60 of 90 ~ 66.67%
G 0 of 90 ~ 0%
B 30 of 90 ~ 33.33%

%66.67
%33.33

CMYK color model

#3C001E color CMYK value is (0,100,50,76).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 76.47%
CMYK:
(0,100,50,76)
C0M100Y50K76 
(0%,100%,50%,76%)
(0.00/1.00/0.50/0.76)	

CMYK percentages

%0
%100
%50
%76.47

Codes

Color #3C001E in popluar color models

3C001E
RGB60030
HSL330°100.00%11.76%
HSB/HSV330°100.00%23.53%
CMYK0.00%100.00%50.00%
76.47%

Color #3C001E in popluar number systems.

HEX3C001E
Decimal60030
Binary111100011110
Octal74036

Shades and tints

Shades of #3C001E

#3C001E
(60,0,30)
#37001C
(55,0,28)
#32001A
(50,0,26)
#2D0018
(45,0,24)
#280016
(40,0,22)
#230014
(35,0,20)
#1E0012
(30,0,18)
#190010
(25,0,16)
#14000E
(20,0,14)
#0F000C
(15,0,12)
#0A000A
(10,0,10)
#000000
(0,0,0)

Tints of #3C001E

#3C001E
(60,0,30)
#4D1732
(77,23,50)
#5E2E46
(94,46,70)
#6F455A
(111,69,90)
#805C6E
(128,92,110)
#917382
(145,115,130)
#A28A96
(162,138,150)
#B3A1AA
(179,161,170)
#C4B8BE
(196,184,190)
#D5CFD2
(213,207,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C001E; }

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

This text font color is #3C001E.


Background Color

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

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

This div background color is #3C001E.


Border color

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

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

This div border color is #3C001E.


Opacity

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

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

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

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

This text has shadow with #3C001E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C001E on black background.


Color preview on white background

This text has color #3C001E on white background.



Black color preview on #3C001E background

This text has black color on #3C001E background.


White color preview on #3C001E background

This text has white color on #3C001E background.