COLOR #2C1327

HEX: #2C1327
RGB: (44,19,39)

Color info

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

RGB color model

#2C1327 color RGB value is (44,19,39).

  • red value is 44;
  • green value is 19;
  • blue value is 39.
RGB:
(44,19,39)
(17%,7%,15%)

RGB channels and saturation

R 44 of 255 = 17%
G 19 of 255 = 7%
B 39 of 255 = 15%

44
19
39

R + G + B ~ 13%. #2C1327 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 19 + 39 = 102 (100%)
R 44 of 102 ~ 43.14%
G 19 of 102 ~ 18.63%
B 39 of 102 ~ 38.24%

%43.14
%18.63
%38.24

CMYK color model

#2C1327 color CMYK value is (0,57,11,83).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 11.36%
  • key color value is 82.75%
CMYK:
(0,57,11,83)
C0M57Y11K83 
(0%,57%,11%,83%)
(0.00/0.57/0.11/0.83)	

CMYK percentages

%0
%56.82
%11.36
%82.75

Codes

Color #2C1327 in popluar color models

2C1327
RGB441939
HSL312°39.68%12.35%
HSB/HSV312°56.82%17.25%
CMYK0.00%56.82%11.36%
82.75%

Color #2C1327 in popluar number systems.

HEX2C1327
Decimal441939
Binary10110010011100111
Octal542347

Shades and tints

Shades of #2C1327

#2C1327
(44,19,39)
#281224
(40,18,36)
#241121
(36,17,33)
#20101E
(32,16,30)
#1C0F1B
(28,15,27)
#180E18
(24,14,24)
#140D15
(20,13,21)
#100C12
(16,12,18)
#0C0B0F
(12,11,15)
#080A0C
(8,10,12)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #2C1327

#2C1327
(44,19,39)
#3F283A
(63,40,58)
#523D4D
(82,61,77)
#655260
(101,82,96)
#786773
(120,103,115)
#8B7C86
(139,124,134)
#9E9199
(158,145,153)
#B1A6AC
(177,166,172)
#C4BBBF
(196,187,191)
#D7D0D2
(215,208,210)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C1327 color. Also use rgb(44,19,39) instead hex code.

Text Font Color

.myTextColor { color: #2C1327; }

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

This text font color is #2C1327.


Background Color

.myBgColor { background-color: #2C1327; }

<div style="background-color:#2C1327">Inner text</div>

This div background color is #2C1327.


Border color

.myBorderColor { border: 1px solid #2C1327; }

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

This div border color is #2C1327.


Opacity

.myOpacity80 { color: #2C1327; opacity: 0.8; }

<p style="color:#2C1327;opacity:0.8;">80%</p>

Text with #2C1327 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 #2C1327;}

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

This text has shadow with #2C1327 color.

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

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

This text has shadow with #2C1327 primary color and red secondary color.


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

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

This text has shadow with #2C1327 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C1327 on black background.


Color preview on white background

This text has color #2C1327 on white background.



Black color preview on #2C1327 background

This text has black color on #2C1327 background.


White color preview on #2C1327 background

This text has white color on #2C1327 background.