COLOR #3C1336

HEX: #3C1336
RGB: (60,19,54)

Color info

#3C1336 contains red, green and blue colors in about the same proportion. Web safe color of #3C1336 is #330033 (or #303).

RGB color model

#3C1336 color RGB value is (60,19,54).

  • red value is 60;
  • green value is 19;
  • blue value is 54.
RGB:
(60,19,54)
(24%,7%,21%)

RGB channels and saturation

R 60 of 255 = 24%
G 19 of 255 = 7%
B 54 of 255 = 21%

60
19
54

R + G + B ~ 17%. #3C1336 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 19 + 54 = 133 (100%)
R 60 of 133 ~ 45.11%
G 19 of 133 ~ 14.29%
B 54 of 133 ~ 40.6%

%45.11
%14.29
%40.6

CMYK color model

#3C1336 color CMYK value is (0,68,10,76).

  • cyan value is 0.00%
  • magenta value is 68.33%
  • yellow value is 10.00%
  • key color value is 76.47%
CMYK:
(0,68,10,76)
C0M68Y10K76 
(0%,68%,10%,76%)
(0.00/0.68/0.10/0.76)	

CMYK percentages

%0
%68.33
%10
%76.47

Codes

Color #3C1336 in popluar color models

3C1336
RGB601954
HSL309°51.90%15.49%
HSB/HSV309°68.33%23.53%
CMYK0.00%68.33%10.00%
76.47%

Color #3C1336 in popluar number systems.

HEX3C1336
Decimal601954
Binary11110010011110110
Octal742366

Shades and tints

Shades of #3C1336

#3C1336
(60,19,54)
#371232
(55,18,50)
#32112E
(50,17,46)
#2D102A
(45,16,42)
#280F26
(40,15,38)
#230E22
(35,14,34)
#1E0D1E
(30,13,30)
#190C1A
(25,12,26)
#140B16
(20,11,22)
#0F0A12
(15,10,18)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #3C1336

#3C1336
(60,19,54)
#4D2848
(77,40,72)
#5E3D5A
(94,61,90)
#6F526C
(111,82,108)
#80677E
(128,103,126)
#917C90
(145,124,144)
#A291A2
(162,145,162)
#B3A6B4
(179,166,180)
#C4BBC6
(196,187,198)
#D5D0D8
(213,208,216)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1336 color. Also use rgb(60,19,54) instead hex code.

Text Font Color

.myTextColor { color: #3C1336; }

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

This text font color is #3C1336.


Background Color

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

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

This div background color is #3C1336.


Border color

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

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

This div border color is #3C1336.


Opacity

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

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

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

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

This text has shadow with #3C1336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1336 on black background.


Color preview on white background

This text has color #3C1336 on white background.



Black color preview on #3C1336 background

This text has black color on #3C1336 background.


White color preview on #3C1336 background

This text has white color on #3C1336 background.