COLOR #3C0949

HEX: #3C0949
RGB: (60,9,73)

Color info

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

RGB color model

#3C0949 color RGB value is (60,9,73).

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

RGB channels and saturation

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

60
9
73

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

Portions of RGB colors in percentages

R + G + B =
60 + 9 + 73 = 142 (100%)
R 60 of 142 ~ 42.25%
G 9 of 142 ~ 6.34%
B 73 of 142 ~ 51.41%

%42.25
%51.41

CMYK color model

#3C0949 color CMYK value is (18,88,0,71).

  • cyan value is 17.81%
  • magenta value is 87.67%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(18,88,0,71)
C18M88Y0K71 
(18%,88%,0%,71%)
(0.18/0.88/0.00/0.71)	

CMYK percentages

%17.81
%87.67
%0
%71.37

Codes

Color #3C0949 in popluar color models

3C0949
RGB60973
HSL288°78.05%16.08%
HSB/HSV288°87.67%28.63%
CMYK17.81%87.67%0.00%
71.37%

Color #3C0949 in popluar number systems.

HEX3C0949
Decimal60973
Binary11110010011001001
Octal7411111

Shades and tints

Shades of #3C0949

#3C0949
(60,9,73)
#370943
(55,9,67)
#32093D
(50,9,61)
#2D0937
(45,9,55)
#280931
(40,9,49)
#23092B
(35,9,43)
#1E0925
(30,9,37)
#19091F
(25,9,31)
#140919
(20,9,25)
#0F0913
(15,9,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #3C0949

#3C0949
(60,9,73)
#4D1F59
(77,31,89)
#5E3569
(94,53,105)
#6F4B79
(111,75,121)
#806189
(128,97,137)
#917799
(145,119,153)
#A28DA9
(162,141,169)
#B3A3B9
(179,163,185)
#C4B9C9
(196,185,201)
#D5CFD9
(213,207,217)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C0949; }

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

This text font color is #3C0949.


Background Color

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

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

This div background color is #3C0949.


Border color

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

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

This div border color is #3C0949.


Opacity

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

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

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

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

This text has shadow with #3C0949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0949 on black background.


Color preview on white background

This text has color #3C0949 on white background.



Black color preview on #3C0949 background

This text has black color on #3C0949 background.


White color preview on #3C0949 background

This text has white color on #3C0949 background.