COLOR #3C1E21

HEX: #3C1E21
RGB: (60,30,33)

Color info

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

RGB color model

#3C1E21 color RGB value is (60,30,33).

  • red value is 60;
  • green value is 30;
  • blue value is 33.
RGB:
(60,30,33)
(24%,12%,13%)

RGB channels and saturation

R 60 of 255 = 24%
G 30 of 255 = 12%
B 33 of 255 = 13%

60
30
33

R + G + B ~ 16%. #3C1E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 30 + 33 = 123 (100%)
R 60 of 123 ~ 48.78%
G 30 of 123 ~ 24.39%
B 33 of 123 ~ 26.83%

%48.78
%24.39
%26.83

CMYK color model

#3C1E21 color CMYK value is (0,50,45,76).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 45.00%
  • key color value is 76.47%
CMYK:
(0,50,45,76)
C0M50Y45K76 
(0%,50%,45%,76%)
(0.00/0.50/0.45/0.76)	

CMYK percentages

%0
%50
%45
%76.47

Codes

Color #3C1E21 in popluar color models

3C1E21
RGB603033
HSL354°33.33%17.65%
HSB/HSV354°50.00%23.53%
CMYK0.00%50.00%45.00%
76.47%

Color #3C1E21 in popluar number systems.

HEX3C1E21
Decimal603033
Binary11110011110100001
Octal743641

Shades and tints

Shades of #3C1E21

#3C1E21
(60,30,33)
#371C1E
(55,28,30)
#321A1B
(50,26,27)
#2D1818
(45,24,24)
#281615
(40,22,21)
#231412
(35,20,18)
#1E120F
(30,18,15)
#19100C
(25,16,12)
#140E09
(20,14,9)
#0F0C06
(15,12,6)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #3C1E21

#3C1E21
(60,30,33)
#4D3235
(77,50,53)
#5E4649
(94,70,73)
#6F5A5D
(111,90,93)
#806E71
(128,110,113)
#918285
(145,130,133)
#A29699
(162,150,153)
#B3AAAD
(179,170,173)
#C4BEC1
(196,190,193)
#D5D2D5
(213,210,213)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1E21; }

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

This text font color is #3C1E21.


Background Color

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

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

This div background color is #3C1E21.


Border color

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

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

This div border color is #3C1E21.


Opacity

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

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

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

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

This text has shadow with #3C1E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1E21 on black background.


Color preview on white background

This text has color #3C1E21 on white background.



Black color preview on #3C1E21 background

This text has black color on #3C1E21 background.


White color preview on #3C1E21 background

This text has white color on #3C1E21 background.