COLOR #3C3752

HEX: #3C3752
RGB: (60,55,82)

Color info

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

RGB color model

#3C3752 color RGB value is (60,55,82).

  • red value is 60;
  • green value is 55;
  • blue value is 82.
RGB:
(60,55,82)
(24%,22%,32%)

RGB channels and saturation

R 60 of 255 = 24%
G 55 of 255 = 22%
B 82 of 255 = 32%

60
55
82

R + G + B ~ 26%. #3C3752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 55 + 82 = 197 (100%)
R 60 of 197 ~ 30.46%
G 55 of 197 ~ 27.92%
B 82 of 197 ~ 41.62%

%30.46
%27.92
%41.62

CMYK color model

#3C3752 color CMYK value is (27,33,0,68).

  • cyan value is 26.83%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(27,33,0,68)
C27M33Y0K68 
(27%,33%,0%,68%)
(0.27/0.33/0.00/0.68)	

CMYK percentages

%26.83
%32.93
%0
%67.84

Codes

Color #3C3752 in popluar color models

3C3752
RGB605582
HSL251°19.71%26.86%
HSB/HSV251°32.93%32.16%
CMYK26.83%32.93%0.00%
67.84%

Color #3C3752 in popluar number systems.

HEX3C3752
Decimal605582
Binary1111001101111010010
Octal7467122

Shades and tints

Shades of #3C3752

#3C3752
(60,55,82)
#37324B
(55,50,75)
#322D44
(50,45,68)
#2D283D
(45,40,61)
#282336
(40,35,54)
#231E2F
(35,30,47)
#1E1928
(30,25,40)
#191421
(25,20,33)
#140F1A
(20,15,26)
#0F0A13
(15,10,19)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #3C3752

#3C3752
(60,55,82)
#4D4961
(77,73,97)
#5E5B70
(94,91,112)
#6F6D7F
(111,109,127)
#807F8E
(128,127,142)
#91919D
(145,145,157)
#A2A3AC
(162,163,172)
#B3B5BB
(179,181,187)
#C4C7CA
(196,199,202)
#D5D9D9
(213,217,217)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3752 color. Also use rgb(60,55,82) instead hex code.

Text Font Color

.myTextColor { color: #3C3752; }

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

This text font color is #3C3752.


Background Color

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

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

This div background color is #3C3752.


Border color

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

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

This div border color is #3C3752.


Opacity

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

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

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

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

This text has shadow with #3C3752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3752 on black background.


Color preview on white background

This text has color #3C3752 on white background.



Black color preview on #3C3752 background

This text has black color on #3C3752 background.


White color preview on #3C3752 background

This text has white color on #3C3752 background.