COLOR #3C003C

HEX: #3C003C
RGB: (60,0,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
0
60

R + G + B ~ 16%. #3C003C is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 0 + 60 = 120 (100%)
R 60 of 120 ~ 50%
G 0 of 120 ~ 0%
B 60 of 120 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%76.47

Codes

Color #3C003C in popluar color models

3C003C
RGB60060
HSL300°100.00%11.76%
HSB/HSV300°100.00%23.53%
CMYK0.00%100.00%0.00%
76.47%

Color #3C003C in popluar number systems.

HEX3C003C
Decimal60060
Binary1111000111100
Octal74074

Shades and tints

Shades of #3C003C

#3C003C
(60,0,60)
#370037
(55,0,55)
#320032
(50,0,50)
#2D002D
(45,0,45)
#280028
(40,0,40)
#230023
(35,0,35)
#1E001E
(30,0,30)
#190019
(25,0,25)
#140014
(20,0,20)
#0F000F
(15,0,15)
#0A000A
(10,0,10)
#000000
(0,0,0)

Tints of #3C003C

#3C003C
(60,0,60)
#4D174D
(77,23,77)
#5E2E5E
(94,46,94)
#6F456F
(111,69,111)
#805C80
(128,92,128)
#917391
(145,115,145)
#A28AA2
(162,138,162)
#B3A1B3
(179,161,179)
#C4B8C4
(196,184,196)
#D5CFD5
(213,207,213)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C003C; }

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

This text font color is #3C003C.


Background Color

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

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

This div background color is #3C003C.


Border color

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

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

This div border color is #3C003C.


Opacity

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

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

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

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

This text has shadow with #3C003C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C003C on black background.


Color preview on white background

This text has color #3C003C on white background.



Black color preview on #3C003C background

This text has black color on #3C003C background.


White color preview on #3C003C background

This text has white color on #3C003C background.