COLOR #3C3348

HEX: #3C3348 RGB: (60,51,72)

Color info

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

RGB color model

#3C3348 color RGB value is (60,51,72).

RGB: (60,51,72) (24%, 20%, 28%)

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 72 of 255 = 28%

60
51
72

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

Portions of RGB colors in percentages

R + G + B = 60 + 51 + 72 = 183 (100%)
R 60 of 183 ~ 32.79%
G 51 of 183 ~ 27.87%
B 72 of 183 ~ 39.34'%

%32.79
%27.87
%39.34

CMYK color model

#3C3348 color CMYK value is (17,29,0,72).

  • cyan value is 16.67%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (17,29,0,72)
C17M29Y0K72 (17%, 29%, 0%, 72%)
(0.17 / 0.29 / 0.00 / 0.72)

CMYK percentages

%16.67
%29.17
%0
%71.76

Codes

Color #3C3348 in popluar color models

3C 33 48
RGB 60 51 72
HSL 266° 17.07% 24.12%
HSB/HSV 266° 29.17% 28.24%
CMYK 16.67% 29.17% 0.00%
71.76%

Color #3C3348 in popluar number systems.

HEX 3C 33 48
Decimal 60 51 72
Binary 111100 110011 1001000
Octal 74 63 110

Shades and tints

Shades of #3C3348

#3C3348
(60,51,72)
#372F42
(55,47,66)
#322B3C
(50,43,60)
#2D2736
(45,39,54)
#282330
(40,35,48)
#231F2A
(35,31,42)
#1E1B24
(30,27,36)
#19171E
(25,23,30)
#141318
(20,19,24)
#0F0F12
(15,15,18)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #3C3348

#3C3348
(60,51,72)
#4D4558
(77,69,88)
#5E5768
(94,87,104)
#6F6978
(111,105,120)
#807B88
(128,123,136)
#918D98
(145,141,152)
#A29FA8
(162,159,168)
#B3B1B8
(179,177,184)
#C4C3C8
(196,195,200)
#D5D5D8
(213,213,216)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3348 color. Also use rgb(60,51,72) instead hex code.

Text Font Color

.myTextColor { color: #3C3348; }

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

This text font color is #3C3348.

Background Color

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

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

This div background color is #3C3348.

Border color

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

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

This div border color is #3C3348.

Opacity

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

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

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

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

This text has shadow with #3C3348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3348.

Preview

Color preview on black background

This text has color #3C3348 on black background.


Color preview on white background

This text has color #3C3348 on white background.


Black color preview on #3C3348 background

This text has black color on #3C3348 background.


White color preview on #3C3348 background

This text has white color on #3C3348 background.


Related colors

Complementary color

Complementary color for #hex is #C3CCB7.


I love getcolorcode.com

Triadic colors

1 #483C33 and #33483C with #3C3348 are triadic colors.

2 #48333C and #333C48 with #3C3348 are triadic colors.