COLOR #3C1331

HEX: #3C1331
RGB: (60,19,49)

Color info

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

RGB color model

#3C1331 color RGB value is (60,19,49).

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

RGB channels and saturation

R 60 of 255 = 24%
G 19 of 255 = 7%
B 49 of 255 = 19%

60
19
49

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

Portions of RGB colors in percentages

R + G + B =
60 + 19 + 49 = 128 (100%)
R 60 of 128 ~ 46.88%
G 19 of 128 ~ 14.84%
B 49 of 128 ~ 38.28%

%46.88
%14.84
%38.28

CMYK color model

#3C1331 color CMYK value is (0,68,18,76).

  • cyan value is 0.00%
  • magenta value is 68.33%
  • yellow value is 18.33%
  • key color value is 76.47%
CMYK:
(0,68,18,76)
C0M68Y18K76 
(0%,68%,18%,76%)
(0.00/0.68/0.18/0.76)	

CMYK percentages

%0
%68.33
%18.33
%76.47

Codes

Color #3C1331 in popluar color models

3C1331
RGB601949
HSL316°51.90%15.49%
HSB/HSV316°68.33%23.53%
CMYK0.00%68.33%18.33%
76.47%

Color #3C1331 in popluar number systems.

HEX3C1331
Decimal601949
Binary11110010011110001
Octal742361

Shades and tints

Shades of #3C1331

#3C1331
(60,19,49)
#37122D
(55,18,45)
#321129
(50,17,41)
#2D1025
(45,16,37)
#280F21
(40,15,33)
#230E1D
(35,14,29)
#1E0D19
(30,13,25)
#190C15
(25,12,21)
#140B11
(20,11,17)
#0F0A0D
(15,10,13)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #3C1331

#3C1331
(60,19,49)
#4D2843
(77,40,67)
#5E3D55
(94,61,85)
#6F5267
(111,82,103)
#806779
(128,103,121)
#917C8B
(145,124,139)
#A2919D
(162,145,157)
#B3A6AF
(179,166,175)
#C4BBC1
(196,187,193)
#D5D0D3
(213,208,211)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1331; }

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

This text font color is #3C1331.


Background Color

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

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

This div background color is #3C1331.


Border color

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

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

This div border color is #3C1331.


Opacity

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

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

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

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

This text has shadow with #3C1331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1331 on black background.


Color preview on white background

This text has color #3C1331 on white background.



Black color preview on #3C1331 background

This text has black color on #3C1331 background.


White color preview on #3C1331 background

This text has white color on #3C1331 background.