COLOR #3C063E

HEX: #3C063E
RGB: (60,6,62)

Color info

#3C063E contains red, green and blue colors in about the same proportion. Web safe color of #3C063E is #330033 (or #303).

RGB color model

#3C063E color RGB value is (60,6,62).

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

RGB channels and saturation

R 60 of 255 = 24%
G 6 of 255 = 2%
B 62 of 255 = 24%

60
6
62

R + G + B ~ 17%. #3C063E is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 6 + 62 = 128 (100%)
R 60 of 128 ~ 46.88%
G 6 of 128 ~ 4.69%
B 62 of 128 ~ 48.44%

%46.88
%48.44

CMYK color model

#3C063E color CMYK value is (3,90,0,76).

  • cyan value is 3.23%
  • magenta value is 90.32%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(3,90,0,76)
C3M90Y0K76 
(3%,90%,0%,76%)
(0.03/0.90/0.00/0.76)	

CMYK percentages

%3.23
%90.32
%0
%75.69

Codes

Color #3C063E in popluar color models

3C063E
RGB60662
HSL298°82.35%13.33%
HSB/HSV298°90.32%24.31%
CMYK3.23%90.32%0.00%
75.69%

Color #3C063E in popluar number systems.

HEX3C063E
Decimal60662
Binary111100110111110
Octal74676

Shades and tints

Shades of #3C063E

#3C063E
(60,6,62)
#370639
(55,6,57)
#320634
(50,6,52)
#2D062F
(45,6,47)
#28062A
(40,6,42)
#230625
(35,6,37)
#1E0620
(30,6,32)
#19061B
(25,6,27)
#140616
(20,6,22)
#0F0611
(15,6,17)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #3C063E

#3C063E
(60,6,62)
#4D1C4F
(77,28,79)
#5E3260
(94,50,96)
#6F4871
(111,72,113)
#805E82
(128,94,130)
#917493
(145,116,147)
#A28AA4
(162,138,164)
#B3A0B5
(179,160,181)
#C4B6C6
(196,182,198)
#D5CCD7
(213,204,215)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C063E; }

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

This text font color is #3C063E.


Background Color

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

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

This div background color is #3C063E.


Border color

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

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

This div border color is #3C063E.


Opacity

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

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

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

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

This text has shadow with #3C063E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C063E on black background.


Color preview on white background

This text has color #3C063E on white background.



Black color preview on #3C063E background

This text has black color on #3C063E background.


White color preview on #3C063E background

This text has white color on #3C063E background.