COLOR #3C0A6A

HEX: #3C0A6A RGB: (60,10,106)

Color info

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

RGB color model

#3C0A6A color RGB value is (60,10,106).

RGB: (60,10,106) (24%, 4%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 10 of 255 = 4%
B 106 of 255 = 42%

60
10
106

R + G + B ~ 23%. #3C0A6A is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 10 + 106 = 176 (100%)
R 60 of 176 ~ 34.09%
G 10 of 176 ~ 5.68%
B 106 of 176 ~ 60.23'%

%34.09
%60.23

CMYK color model

#3C0A6A color CMYK value is (43,91,0,58).

  • cyan value is 43.40%
  • magenta value is 90.57%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (43,91,0,58)
C43M91Y0K58 (43%, 91%, 0%, 58%)
(0.43 / 0.91 / 0.00 / 0.58)

CMYK percentages

%43.4
%90.57
%0
%58.43

Codes

Color #3C0A6A in popluar color models

3C 0A 6A
RGB 60 10 106
HSL 271° 82.76% 22.75%
HSB/HSV 271° 90.57% 41.57%
CMYK 43.40% 90.57% 0.00%
58.43%

Color #3C0A6A in popluar number systems.

HEX 3C 0A 6A
Decimal 60 10 106
Binary 111100 1010 1101010
Octal 74 12 152

Shades and tints

Shades of #3C0A6A

#3C0A6A
(60,10,106)
#370A61
(55,10,97)
#320A58
(50,10,88)
#2D0A4F
(45,10,79)
#280A46
(40,10,70)
#230A3D
(35,10,61)
#1E0A34
(30,10,52)
#190A2B
(25,10,43)
#140A22
(20,10,34)
#0F0A19
(15,10,25)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #3C0A6A

#3C0A6A
(60,10,106)
#4D2077
(77,32,119)
#5E3684
(94,54,132)
#6F4C91
(111,76,145)
#80629E
(128,98,158)
#9178AB
(145,120,171)
#A28EB8
(162,142,184)
#B3A4C5
(179,164,197)
#C4BAD2
(196,186,210)
#D5D0DF
(213,208,223)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C0A6A color. Also use rgb(60,10,106) instead hex code.

Text Font Color

.myTextColor { color: #3C0A6A; }

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

This text font color is #3C0A6A.

Background Color

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

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

This div background color is #3C0A6A.

Border color

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

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

This div border color is #3C0A6A.

Opacity

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

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

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

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

This text has shadow with #3C0A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C0A6A.

Preview

Color preview on black background

This text has color #3C0A6A on black background.


Color preview on white background

This text has color #3C0A6A on white background.


Black color preview on #3C0A6A background

This text has black color on #3C0A6A background.


White color preview on #3C0A6A background

This text has white color on #3C0A6A background.


Related colors

Complementary color

Complementary color for #hex is #C3F595.


I love getcolorcode.com

Triadic colors

1 #6A3C0A and #0A6A3C with #3C0A6A are triadic colors.

2 #6A0A3C and #0A3C6A with #3C0A6A are triadic colors.