COLOR #3C003F

HEX: #3C003F RGB: (60,0,63)

Color info

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

RGB color model

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

RGB: (60,0,63) (24%, 0%, 25%)

RGB channels and saturation

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

60
0
63

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

Portions of RGB colors in percentages

R + G + B = 60 + 0 + 63 = 123 (100%)
R 60 of 123 ~ 48.78%
G 0 of 123 ~ 0%
B 63 of 123 ~ 51.22'%

%48.78
%51.22

CMYK color model

#3C003F color CMYK value is (5,100,0,75).

  • cyan value is 4.76%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (5,100,0,75)
C5M100Y0K75 (5%, 100%, 0%, 75%)
(0.05 / 1.00 / 0.00 / 0.75)

CMYK percentages

%4.76
%100
%0
%75.29

Codes

Color #3C003F in popluar color models

3C 00 3F
RGB 60 0 63
HSL 297° 100.00% 12.35%
HSB/HSV 297° 100.00% 24.71%
CMYK 4.76% 100.00% 0.00%
75.29%

Color #3C003F in popluar number systems.

HEX 3C 00 3F
Decimal 60 0 63
Binary 111100 0 111111
Octal 74 0 77

Shades and tints

Shades of #3C003F

#3C003F
(60,0,63)
#37003A
(55,0,58)
#320035
(50,0,53)
#2D0030
(45,0,48)
#28002B
(40,0,43)
#230026
(35,0,38)
#1E0021
(30,0,33)
#19001C
(25,0,28)
#140017
(20,0,23)
#0F0012
(15,0,18)
#0A000D
(10,0,13)
#000000
(0,0,0)

Tints of #3C003F

#3C003F
(60,0,63)
#4D1750
(77,23,80)
#5E2E61
(94,46,97)
#6F4572
(111,69,114)
#805C83
(128,92,131)
#917394
(145,115,148)
#A28AA5
(162,138,165)
#B3A1B6
(179,161,182)
#C4B8C7
(196,184,199)
#D5CFD8
(213,207,216)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C003F; }

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

This text font color is #3C003F.

Background Color

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

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

This div background color is #3C003F.

Border color

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

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

This div border color is #3C003F.

Opacity

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

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

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

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

This text has shadow with #3C003F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C003F.

Preview

Color preview on black background

This text has color #3C003F on black background.


Color preview on white background

This text has color #3C003F on white background.


Black color preview on #3C003F background

This text has black color on #3C003F background.


White color preview on #3C003F background

This text has white color on #3C003F background.


Related colors

Complementary color

Complementary color for #hex is #C3FFC0.


I love getcolorcode.com

Triadic colors

1 #3F3C00 and #003F3C with #3C003F are triadic colors.

2 #3F003C and #003C3F with #3C003F are triadic colors.