COLOR #3C1B38

HEX: #3C1B38
RGB: (60,27,56)

Color info

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

RGB color model

#3C1B38 color RGB value is (60,27,56).

  • red value is 60;
  • green value is 27;
  • blue value is 56.
RGB:
(60,27,56)
(24%,11%,22%)

RGB channels and saturation

R 60 of 255 = 24%
G 27 of 255 = 11%
B 56 of 255 = 22%

60
27
56

R + G + B ~ 19%. #3C1B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 27 + 56 = 143 (100%)
R 60 of 143 ~ 41.96%
G 27 of 143 ~ 18.88%
B 56 of 143 ~ 39.16%

%41.96
%18.88
%39.16

CMYK color model

#3C1B38 color CMYK value is (0,55,7,76).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 6.67%
  • key color value is 76.47%
CMYK:
(0,55,7,76)
C0M55Y7K76 
(0%,55%,7%,76%)
(0.00/0.55/0.07/0.76)	

CMYK percentages

%0
%55
%6.67
%76.47

Codes

Color #3C1B38 in popluar color models

3C1B38
RGB602756
HSL307°37.93%17.06%
HSB/HSV307°55.00%23.53%
CMYK0.00%55.00%6.67%
76.47%

Color #3C1B38 in popluar number systems.

HEX3C1B38
Decimal602756
Binary11110011011111000
Octal743370

Shades and tints

Shades of #3C1B38

#3C1B38
(60,27,56)
#371933
(55,25,51)
#32172E
(50,23,46)
#2D1529
(45,21,41)
#281324
(40,19,36)
#23111F
(35,17,31)
#1E0F1A
(30,15,26)
#190D15
(25,13,21)
#140B10
(20,11,16)
#0F090B
(15,9,11)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #3C1B38

#3C1B38
(60,27,56)
#4D2F4A
(77,47,74)
#5E435C
(94,67,92)
#6F576E
(111,87,110)
#806B80
(128,107,128)
#917F92
(145,127,146)
#A293A4
(162,147,164)
#B3A7B6
(179,167,182)
#C4BBC8
(196,187,200)
#D5CFDA
(213,207,218)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1B38 color. Also use rgb(60,27,56) instead hex code.

Text Font Color

.myTextColor { color: #3C1B38; }

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

This text font color is #3C1B38.


Background Color

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

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

This div background color is #3C1B38.


Border color

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

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

This div border color is #3C1B38.


Opacity

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

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

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

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

This text has shadow with #3C1B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1B38 on black background.


Color preview on white background

This text has color #3C1B38 on white background.



Black color preview on #3C1B38 background

This text has black color on #3C1B38 background.


White color preview on #3C1B38 background

This text has white color on #3C1B38 background.