COLOR #3C3149

HEX: #3C3149 RGB: (60,49,73)

Color info

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

RGB color model

#3C3149 color RGB value is (60,49,73).

RGB: (60,49,73) (24%, 19%, 29%)

RGB channels and saturation

R 60 of 255 = 24%
G 49 of 255 = 19%
B 73 of 255 = 29%

60
49
73

R + G + B ~ 24%. #3C3149 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 49 + 73 = 182 (100%)
R 60 of 182 ~ 32.97%
G 49 of 182 ~ 26.92%
B 73 of 182 ~ 40.11'%

%32.97
%26.92
%40.11

CMYK color model

#3C3149 color CMYK value is (18,33,0,71).

  • cyan value is 17.81%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (18,33,0,71)
C18M33Y0K71 (18%, 33%, 0%, 71%)
(0.18 / 0.33 / 0.00 / 0.71)

CMYK percentages

%17.81
%32.88
%0
%71.37

Codes

Color #3C3149 in popluar color models

3C 31 49
RGB 60 49 73
HSL 268° 19.67% 23.92%
HSB/HSV 268° 32.88% 28.63%
CMYK 17.81% 32.88% 0.00%
71.37%

Color #3C3149 in popluar number systems.

HEX 3C 31 49
Decimal 60 49 73
Binary 111100 110001 1001001
Octal 74 61 111

Shades and tints

Shades of #3C3149

#3C3149
(60,49,73)
#372D43
(55,45,67)
#32293D
(50,41,61)
#2D2537
(45,37,55)
#282131
(40,33,49)
#231D2B
(35,29,43)
#1E1925
(30,25,37)
#19151F
(25,21,31)
#141119
(20,17,25)
#0F0D13
(15,13,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #3C3149

#3C3149
(60,49,73)
#4D4359
(77,67,89)
#5E5569
(94,85,105)
#6F6779
(111,103,121)
#807989
(128,121,137)
#918B99
(145,139,153)
#A29DA9
(162,157,169)
#B3AFB9
(179,175,185)
#C4C1C9
(196,193,201)
#D5D3D9
(213,211,217)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3149; }

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

This text font color is #3C3149.

Background Color

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

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

This div background color is #3C3149.

Border color

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

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

This div border color is #3C3149.

Opacity

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

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

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

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

This text has shadow with #3C3149 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3149.

Preview

Color preview on black background

This text has color #3C3149 on black background.


Color preview on white background

This text has color #3C3149 on white background.


Black color preview on #3C3149 background

This text has black color on #3C3149 background.


White color preview on #3C3149 background

This text has white color on #3C3149 background.


Related colors

Complementary color

Complementary color for #hex is #C3CEB6.


I love getcolorcode.com

Triadic colors

1 #493C31 and #31493C with #3C3149 are triadic colors.

2 #49313C and #313C49 with #3C3149 are triadic colors.