COLOR #3C306C

HEX: #3C306C
RGB: (60,48,108)

Color info

#3C306C contains mainly red and blue colors. Web safe color of #3C306C is #333366 (or #336).

RGB color model

#3C306C color RGB value is (60,48,108).

  • red value is 60;
  • green value is 48;
  • blue value is 108.
RGB:
(60,48,108)
(24%,19%,42%)

RGB channels and saturation

R 60 of 255 = 24%
G 48 of 255 = 19%
B 108 of 255 = 42%

60
48
108

R + G + B ~ 28%. #3C306C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 48 + 108 = 216 (100%)
R 60 of 216 ~ 27.78%
G 48 of 216 ~ 22.22%
B 108 of 216 ~ 50%

%27.78
%22.22
%50

CMYK color model

#3C306C color CMYK value is (44,56,0,58).

  • cyan value is 44.44%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(44,56,0,58)
C44M56Y0K58 
(44%,56%,0%,58%)
(0.44/0.56/0.00/0.58)	

CMYK percentages

%44.44
%55.56
%0
%57.65

Codes

Color #3C306C in popluar color models

3C306C
RGB6048108
HSL252°38.46%30.59%
HSB/HSV252°55.56%42.35%
CMYK44.44%55.56%0.00%
57.65%

Color #3C306C in popluar number systems.

HEX3C306C
Decimal6048108
Binary1111001100001101100
Octal7460154

Shades and tints

Shades of #3C306C

#3C306C
(60,48,108)
#372C63
(55,44,99)
#32285A
(50,40,90)
#2D2451
(45,36,81)
#282048
(40,32,72)
#231C3F
(35,28,63)
#1E1836
(30,24,54)
#19142D
(25,20,45)
#141024
(20,16,36)
#0F0C1B
(15,12,27)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #3C306C

#3C306C
(60,48,108)
#4D4279
(77,66,121)
#5E5486
(94,84,134)
#6F6693
(111,102,147)
#8078A0
(128,120,160)
#918AAD
(145,138,173)
#A29CBA
(162,156,186)
#B3AEC7
(179,174,199)
#C4C0D4
(196,192,212)
#D5D2E1
(213,210,225)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C306C color. Also use rgb(60,48,108) instead hex code.

Text Font Color

.myTextColor { color: #3C306C; }

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

This text font color is #3C306C.


Background Color

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

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

This div background color is #3C306C.


Border color

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

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

This div border color is #3C306C.


Opacity

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

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

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

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

This text has shadow with #3C306C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C306C on black background.


Color preview on white background

This text has color #3C306C on white background.



Black color preview on #3C306C background

This text has black color on #3C306C background.


White color preview on #3C306C background

This text has white color on #3C306C background.