COLOR #3C0D59

HEX: #3C0D59
RGB: (60,13,89)

Color info

#3C0D59 contains mainly red and blue colors. Web safe color of #3C0D59 is #330066 (or #306).

RGB color model

#3C0D59 color RGB value is (60,13,89).

  • red value is 60;
  • green value is 13;
  • blue value is 89.
RGB:
(60,13,89)
(24%,5%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 13 of 255 = 5%
B 89 of 255 = 35%

60
13
89

R + G + B ~ 21%. #3C0D59 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 13 + 89 = 162 (100%)
R 60 of 162 ~ 37.04%
G 13 of 162 ~ 8.02%
B 89 of 162 ~ 54.94%

%37.04
%54.94

CMYK color model

#3C0D59 color CMYK value is (33,85,0,65).

  • cyan value is 32.58%
  • magenta value is 85.39%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(33,85,0,65)
C33M85Y0K65 
(33%,85%,0%,65%)
(0.33/0.85/0.00/0.65)	

CMYK percentages

%32.58
%85.39
%0
%65.1

Codes

Color #3C0D59 in popluar color models

3C0D59
RGB601389
HSL277°74.51%20.00%
HSB/HSV277°85.39%34.90%
CMYK32.58%85.39%0.00%
65.10%

Color #3C0D59 in popluar number systems.

HEX3C0D59
Decimal601389
Binary11110011011011001
Octal7415131

Shades and tints

Shades of #3C0D59

#3C0D59
(60,13,89)
#370C51
(55,12,81)
#320B49
(50,11,73)
#2D0A41
(45,10,65)
#280939
(40,9,57)
#230831
(35,8,49)
#1E0729
(30,7,41)
#190621
(25,6,33)
#140519
(20,5,25)
#0F0411
(15,4,17)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #3C0D59

#3C0D59
(60,13,89)
#4D2368
(77,35,104)
#5E3977
(94,57,119)
#6F4F86
(111,79,134)
#806595
(128,101,149)
#917BA4
(145,123,164)
#A291B3
(162,145,179)
#B3A7C2
(179,167,194)
#C4BDD1
(196,189,209)
#D5D3E0
(213,211,224)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C0D59; }

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

This text font color is #3C0D59.


Background Color

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

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

This div background color is #3C0D59.


Border color

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

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

This div border color is #3C0D59.


Opacity

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

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

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

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

This text has shadow with #3C0D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0D59 on black background.


Color preview on white background

This text has color #3C0D59 on white background.



Black color preview on #3C0D59 background

This text has black color on #3C0D59 background.


White color preview on #3C0D59 background

This text has white color on #3C0D59 background.