COLOR #2C1428

HEX: #2C1428
RGB: (44,20,40)

Color info

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

RGB color model

#2C1428 color RGB value is (44,20,40).

  • red value is 44;
  • green value is 20;
  • blue value is 40.
RGB:
(44,20,40)
(17%,8%,16%)

RGB channels and saturation

R 44 of 255 = 17%
G 20 of 255 = 8%
B 40 of 255 = 16%

44
20
40

R + G + B ~ 14%. #2C1428 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 20 + 40 = 104 (100%)
R 44 of 104 ~ 42.31%
G 20 of 104 ~ 19.23%
B 40 of 104 ~ 38.46%

%42.31
%19.23
%38.46

CMYK color model

#2C1428 color CMYK value is (0,55,9,83).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 9.09%
  • key color value is 82.75%
CMYK:
(0,55,9,83)
C0M55Y9K83 
(0%,55%,9%,83%)
(0.00/0.55/0.09/0.83)	

CMYK percentages

%0
%54.55
%9.09
%82.75

Codes

Color #2C1428 in popluar color models

2C1428
RGB442040
HSL310°37.50%12.55%
HSB/HSV310°54.55%17.25%
CMYK0.00%54.55%9.09%
82.75%

Color #2C1428 in popluar number systems.

HEX2C1428
Decimal442040
Binary10110010100101000
Octal542450

Shades and tints

Shades of #2C1428

#2C1428
(44,20,40)
#281325
(40,19,37)
#241222
(36,18,34)
#20111F
(32,17,31)
#1C101C
(28,16,28)
#180F19
(24,15,25)
#140E16
(20,14,22)
#100D13
(16,13,19)
#0C0C10
(12,12,16)
#080B0D
(8,11,13)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #2C1428

#2C1428
(44,20,40)
#3F293B
(63,41,59)
#523E4E
(82,62,78)
#655361
(101,83,97)
#786874
(120,104,116)
#8B7D87
(139,125,135)
#9E929A
(158,146,154)
#B1A7AD
(177,167,173)
#C4BCC0
(196,188,192)
#D7D1D3
(215,209,211)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C1428 color. Also use rgb(44,20,40) instead hex code.

Text Font Color

.myTextColor { color: #2C1428; }

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

This text font color is #2C1428.


Background Color

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

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

This div background color is #2C1428.


Border color

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

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

This div border color is #2C1428.


Opacity

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

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

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

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

This text has shadow with #2C1428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C1428 on black background.


Color preview on white background

This text has color #2C1428 on white background.



Black color preview on #2C1428 background

This text has black color on #2C1428 background.


White color preview on #2C1428 background

This text has white color on #2C1428 background.