COLOR #2C0615

HEX: #2C0615
RGB: (44,6,21)

Color info

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

RGB color model

#2C0615 color RGB value is (44,6,21).

  • red value is 44;
  • green value is 6;
  • blue value is 21.
RGB:
(44,6,21)
(17%,2%,8%)

RGB channels and saturation

R 44 of 255 = 17%
G 6 of 255 = 2%
B 21 of 255 = 8%

44
6
21

R + G + B ~ 9%. #2C0615 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 6 + 21 = 71 (100%)
R 44 of 71 ~ 61.97%
G 6 of 71 ~ 8.45%
B 21 of 71 ~ 29.58%

%61.97
%29.58

CMYK color model

#2C0615 color CMYK value is (0,86,52,83).

  • cyan value is 0.00%
  • magenta value is 86.36%
  • yellow value is 52.27%
  • key color value is 82.75%
CMYK:
(0,86,52,83)
C0M86Y52K83 
(0%,86%,52%,83%)
(0.00/0.86/0.52/0.83)	

CMYK percentages

%0
%86.36
%52.27
%82.75

Codes

Color #2C0615 in popluar color models

2C0615
RGB44621
HSL336°76.00%9.80%
HSB/HSV336°86.36%17.25%
CMYK0.00%86.36%52.27%
82.75%

Color #2C0615 in popluar number systems.

HEX2C0615
Decimal44621
Binary10110011010101
Octal54625

Shades and tints

Shades of #2C0615

#2C0615
(44,6,21)
#280614
(40,6,20)
#240613
(36,6,19)
#200612
(32,6,18)
#1C0611
(28,6,17)
#180610
(24,6,16)
#14060F
(20,6,15)
#10060E
(16,6,14)
#0C060D
(12,6,13)
#08060C
(8,6,12)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #2C0615

#2C0615
(44,6,21)
#3F1C2A
(63,28,42)
#52323F
(82,50,63)
#654854
(101,72,84)
#785E69
(120,94,105)
#8B747E
(139,116,126)
#9E8A93
(158,138,147)
#B1A0A8
(177,160,168)
#C4B6BD
(196,182,189)
#D7CCD2
(215,204,210)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C0615; }

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

This text font color is #2C0615.


Background Color

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

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

This div background color is #2C0615.


Border color

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

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

This div border color is #2C0615.


Opacity

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

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

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

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

This text has shadow with #2C0615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C0615 on black background.


Color preview on white background

This text has color #2C0615 on white background.



Black color preview on #2C0615 background

This text has black color on #2C0615 background.


White color preview on #2C0615 background

This text has white color on #2C0615 background.