COLOR #3C3968

HEX: #3C3968
RGB: (60,57,104)

Color info

#3C3968 contains red, green and blue colors in about the same proportion. Web safe color of #3C3968 is #333366 (or #336).

RGB color model

#3C3968 color RGB value is (60,57,104).

  • red value is 60;
  • green value is 57;
  • blue value is 104.
RGB:
(60,57,104)
(24%,22%,41%)

RGB channels and saturation

R 60 of 255 = 24%
G 57 of 255 = 22%
B 104 of 255 = 41%

60
57
104

R + G + B ~ 29%. #3C3968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 57 + 104 = 221 (100%)
R 60 of 221 ~ 27.15%
G 57 of 221 ~ 25.79%
B 104 of 221 ~ 47.06%

%27.15
%25.79
%47.06

CMYK color model

#3C3968 color CMYK value is (42,45,0,59).

  • cyan value is 42.31%
  • magenta value is 45.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(42,45,0,59)
C42M45Y0K59 
(42%,45%,0%,59%)
(0.42/0.45/0.00/0.59)	

CMYK percentages

%42.31
%45.19
%0
%59.22

Codes

Color #3C3968 in popluar color models

3C3968
RGB6057104
HSL244°29.19%31.57%
HSB/HSV244°45.19%40.78%
CMYK42.31%45.19%0.00%
59.22%

Color #3C3968 in popluar number systems.

HEX3C3968
Decimal6057104
Binary1111001110011101000
Octal7471150

Shades and tints

Shades of #3C3968

#3C3968
(60,57,104)
#37345F
(55,52,95)
#322F56
(50,47,86)
#2D2A4D
(45,42,77)
#282544
(40,37,68)
#23203B
(35,32,59)
#1E1B32
(30,27,50)
#191629
(25,22,41)
#141120
(20,17,32)
#0F0C17
(15,12,23)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #3C3968

#3C3968
(60,57,104)
#4D4B75
(77,75,117)
#5E5D82
(94,93,130)
#6F6F8F
(111,111,143)
#80819C
(128,129,156)
#9193A9
(145,147,169)
#A2A5B6
(162,165,182)
#B3B7C3
(179,183,195)
#C4C9D0
(196,201,208)
#D5DBDD
(213,219,221)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3968 color. Also use rgb(60,57,104) instead hex code.

Text Font Color

.myTextColor { color: #3C3968; }

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

This text font color is #3C3968.


Background Color

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

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

This div background color is #3C3968.


Border color

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

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

This div border color is #3C3968.


Opacity

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

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

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

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

This text has shadow with #3C3968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3968 on black background.


Color preview on white background

This text has color #3C3968 on white background.



Black color preview on #3C3968 background

This text has black color on #3C3968 background.


White color preview on #3C3968 background

This text has white color on #3C3968 background.