COLOR #2C1717

HEX: #2C1717
RGB: (44,23,23)

Color info

#2C1717 contains red, green and blue colors in about the same proportion. Web safe color of #2C1717 is #330000 (or #300).

RGB color model

#2C1717 color RGB value is (44,23,23).

  • red value is 44;
  • green value is 23;
  • blue value is 23.
RGB:
(44,23,23)
(17%,9%,9%)

RGB channels and saturation

R 44 of 255 = 17%
G 23 of 255 = 9%
B 23 of 255 = 9%

44
23
23

R + G + B ~ 12%. #2C1717 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 23 + 23 = 90 (100%)
R 44 of 90 ~ 48.89%
G 23 of 90 ~ 25.56%
B 23 of 90 ~ 25.56%

%48.89
%25.56
%25.56

CMYK color model

#2C1717 color CMYK value is (0,48,48,83).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 47.73%
  • key color value is 82.75%
CMYK:
(0,48,48,83)
C0M48Y48K83 
(0%,48%,48%,83%)
(0.00/0.48/0.48/0.83)	

CMYK percentages

%0
%47.73
%47.73
%82.75

Codes

Color #2C1717 in popluar color models

2C1717
RGB442323
HSL31.34%13.14%
HSB/HSV47.73%17.25%
CMYK0.00%47.73%47.73%
82.75%

Color #2C1717 in popluar number systems.

HEX2C1717
Decimal442323
Binary1011001011110111
Octal542727

Shades and tints

Shades of #2C1717

#2C1717
(44,23,23)
#281515
(40,21,21)
#241313
(36,19,19)
#201111
(32,17,17)
#1C0F0F
(28,15,15)
#180D0D
(24,13,13)
#140B0B
(20,11,11)
#100909
(16,9,9)
#0C0707
(12,7,7)
#080505
(8,5,5)
#040303
(4,3,3)
#000000
(0,0,0)

Tints of #2C1717

#2C1717
(44,23,23)
#3F2C2C
(63,44,44)
#524141
(82,65,65)
#655656
(101,86,86)
#786B6B
(120,107,107)
#8B8080
(139,128,128)
#9E9595
(158,149,149)
#B1AAAA
(177,170,170)
#C4BFBF
(196,191,191)
#D7D4D4
(215,212,212)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C1717; }

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

This text font color is #2C1717.


Background Color

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

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

This div background color is #2C1717.


Border color

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

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

This div border color is #2C1717.


Opacity

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

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

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

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

This text has shadow with #2C1717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C1717 on black background.


Color preview on white background

This text has color #2C1717 on white background.



Black color preview on #2C1717 background

This text has black color on #2C1717 background.


White color preview on #2C1717 background

This text has white color on #2C1717 background.