COLOR #3C094A

HEX: #3C094A
RGB: (60,9,74)

Color info

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

RGB color model

#3C094A color RGB value is (60,9,74).

  • red value is 60;
  • green value is 9;
  • blue value is 74.
RGB:
(60,9,74)
(24%,4%,29%)

RGB channels and saturation

R 60 of 255 = 24%
G 9 of 255 = 4%
B 74 of 255 = 29%

60
9
74

R + G + B ~ 19%. #3C094A is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 9 + 74 = 143 (100%)
R 60 of 143 ~ 41.96%
G 9 of 143 ~ 6.29%
B 74 of 143 ~ 51.75%

%41.96
%51.75

CMYK color model

#3C094A color CMYK value is (19,88,0,71).

  • cyan value is 18.92%
  • magenta value is 87.84%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(19,88,0,71)
C19M88Y0K71 
(19%,88%,0%,71%)
(0.19/0.88/0.00/0.71)	

CMYK percentages

%18.92
%87.84
%0
%70.98

Codes

Color #3C094A in popluar color models

3C094A
RGB60974
HSL287°78.31%16.27%
HSB/HSV287°87.84%29.02%
CMYK18.92%87.84%0.00%
70.98%

Color #3C094A in popluar number systems.

HEX3C094A
Decimal60974
Binary11110010011001010
Octal7411112

Shades and tints

Shades of #3C094A

#3C094A
(60,9,74)
#370944
(55,9,68)
#32093E
(50,9,62)
#2D0938
(45,9,56)
#280932
(40,9,50)
#23092C
(35,9,44)
#1E0926
(30,9,38)
#190920
(25,9,32)
#14091A
(20,9,26)
#0F0914
(15,9,20)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #3C094A

#3C094A
(60,9,74)
#4D1F5A
(77,31,90)
#5E356A
(94,53,106)
#6F4B7A
(111,75,122)
#80618A
(128,97,138)
#91779A
(145,119,154)
#A28DAA
(162,141,170)
#B3A3BA
(179,163,186)
#C4B9CA
(196,185,202)
#D5CFDA
(213,207,218)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C094A; }

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

This text font color is #3C094A.


Background Color

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

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

This div background color is #3C094A.


Border color

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

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

This div border color is #3C094A.


Opacity

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

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

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

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

This text has shadow with #3C094A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C094A on black background.


Color preview on white background

This text has color #3C094A on white background.



Black color preview on #3C094A background

This text has black color on #3C094A background.


White color preview on #3C094A background

This text has white color on #3C094A background.