COLOR #3C2749

HEX: #3C2749
RGB: (60,39,73)

Color info

#3C2749 contains red, green and blue colors in about the same proportion. Web safe color of #3C2749 is #333333 (or #333).

RGB color model

#3C2749 color RGB value is (60,39,73).

  • red value is 60;
  • green value is 39;
  • blue value is 73.
RGB:
(60,39,73)
(24%,15%,29%)

RGB channels and saturation

R 60 of 255 = 24%
G 39 of 255 = 15%
B 73 of 255 = 29%

60
39
73

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

Portions of RGB colors in percentages

R + G + B =
60 + 39 + 73 = 172 (100%)
R 60 of 172 ~ 34.88%
G 39 of 172 ~ 22.67%
B 73 of 172 ~ 42.44%

%34.88
%22.67
%42.44

CMYK color model

#3C2749 color CMYK value is (18,47,0,71).

  • cyan value is 17.81%
  • magenta value is 46.58%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(18,47,0,71)
C18M47Y0K71 
(18%,47%,0%,71%)
(0.18/0.47/0.00/0.71)	

CMYK percentages

%17.81
%46.58
%0
%71.37

Codes

Color #3C2749 in popluar color models

3C2749
RGB603973
HSL277°30.36%21.96%
HSB/HSV277°46.58%28.63%
CMYK17.81%46.58%0.00%
71.37%

Color #3C2749 in popluar number systems.

HEX3C2749
Decimal603973
Binary1111001001111001001
Octal7447111

Shades and tints

Shades of #3C2749

#3C2749
(60,39,73)
#372443
(55,36,67)
#32213D
(50,33,61)
#2D1E37
(45,30,55)
#281B31
(40,27,49)
#23182B
(35,24,43)
#1E1525
(30,21,37)
#19121F
(25,18,31)
#140F19
(20,15,25)
#0F0C13
(15,12,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #3C2749

#3C2749
(60,39,73)
#4D3A59
(77,58,89)
#5E4D69
(94,77,105)
#6F6079
(111,96,121)
#807389
(128,115,137)
#918699
(145,134,153)
#A299A9
(162,153,169)
#B3ACB9
(179,172,185)
#C4BFC9
(196,191,201)
#D5D2D9
(213,210,217)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C2749 color. Also use rgb(60,39,73) instead hex code.

Text Font Color

.myTextColor { color: #3C2749; }

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

This text font color is #3C2749.


Background Color

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

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

This div background color is #3C2749.


Border color

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

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

This div border color is #3C2749.


Opacity

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

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

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

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

This text has shadow with #3C2749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C2749 on black background.


Color preview on white background

This text has color #3C2749 on white background.



Black color preview on #3C2749 background

This text has black color on #3C2749 background.


White color preview on #3C2749 background

This text has white color on #3C2749 background.