COLOR #3C1321

HEX: #3C1321 RGB: (60,19,33)

Color info

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

RGB color model

#3C1321 color RGB value is (60,19,33).

RGB: (60,19,33) (24%, 7%, 13%)

RGB channels and saturation

R 60 of 255 = 24%
G 19 of 255 = 7%
B 33 of 255 = 13%

60
19
33

R + G + B ~ 15%. #3C1321 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 19 + 33 = 112 (100%)
R 60 of 112 ~ 53.57%
G 19 of 112 ~ 16.96%
B 33 of 112 ~ 29.46'%

%53.57
%16.96
%29.46

CMYK color model

#3C1321 color CMYK value is (0,68,45,76).

  • cyan value is 0.00%
  • magenta value is 68.33%
  • yellow value is 45.00%
  • key color value is 76.47%

CMYK: (0,68,45,76)
C0M68Y45K76 (0%, 68%, 45%, 76%)
(0.00 / 0.68 / 0.45 / 0.76)

CMYK percentages

%0
%68.33
%45
%76.47

Codes

Color #3C1321 in popluar color models

3C 13 21
RGB 60 19 33
HSL 340° 51.90% 15.49%
HSB/HSV 340° 68.33% 23.53%
CMYK 0.00% 68.33% 45.00%
76.47%

Color #3C1321 in popluar number systems.

HEX 3C 13 21
Decimal 60 19 33
Binary 111100 10011 100001
Octal 74 23 41

Shades and tints

Shades of #3C1321

#3C1321
(60,19,33)
#37121E
(55,18,30)
#32111B
(50,17,27)
#2D1018
(45,16,24)
#280F15
(40,15,21)
#230E12
(35,14,18)
#1E0D0F
(30,13,15)
#190C0C
(25,12,12)
#140B09
(20,11,9)
#0F0A06
(15,10,6)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #3C1321

#3C1321
(60,19,33)
#4D2835
(77,40,53)
#5E3D49
(94,61,73)
#6F525D
(111,82,93)
#806771
(128,103,113)
#917C85
(145,124,133)
#A29199
(162,145,153)
#B3A6AD
(179,166,173)
#C4BBC1
(196,187,193)
#D5D0D5
(213,208,213)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1321; }

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

This text font color is #3C1321.

Background Color

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

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

This div background color is #3C1321.

Border color

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

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

This div border color is #3C1321.

Opacity

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

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

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

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

This text has shadow with #3C1321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1321.

Preview

Color preview on black background

This text has color #3C1321 on black background.


Color preview on white background

This text has color #3C1321 on white background.


Black color preview on #3C1321 background

This text has black color on #3C1321 background.


White color preview on #3C1321 background

This text has white color on #3C1321 background.


Related colors

Complementary color

Complementary color for #hex is #C3ECDE.


I love getcolorcode.com

Triadic colors

1 #213C13 and #13213C with #3C1321 are triadic colors.

2 #21133C and #133C21 with #3C1321 are triadic colors.