COLOR #2C0C15

HEX: #2C0C15
RGB: (44,12,21)

Color info

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

RGB color model

#2C0C15 color RGB value is (44,12,21).

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

RGB channels and saturation

R 44 of 255 = 17%
G 12 of 255 = 5%
B 21 of 255 = 8%

44
12
21

R + G + B ~ 10%. #2C0C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 12 + 21 = 77 (100%)
R 44 of 77 ~ 57.14%
G 12 of 77 ~ 15.58%
B 21 of 77 ~ 27.27%

%57.14
%15.58
%27.27

CMYK color model

#2C0C15 color CMYK value is (0,73,52,83).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 52.27%
  • key color value is 82.75%
CMYK:
(0,73,52,83)
C0M73Y52K83 
(0%,73%,52%,83%)
(0.00/0.73/0.52/0.83)	

CMYK percentages

%0
%72.73
%52.27
%82.75

Codes

Color #2C0C15 in popluar color models

2C0C15
RGB441221
HSL343°57.14%10.98%
HSB/HSV343°72.73%17.25%
CMYK0.00%72.73%52.27%
82.75%

Color #2C0C15 in popluar number systems.

HEX2C0C15
Decimal441221
Binary101100110010101
Octal541425

Shades and tints

Shades of #2C0C15

#2C0C15
(44,12,21)
#280B14
(40,11,20)
#240A13
(36,10,19)
#200912
(32,9,18)
#1C0811
(28,8,17)
#180710
(24,7,16)
#14060F
(20,6,15)
#10050E
(16,5,14)
#0C040D
(12,4,13)
#08030C
(8,3,12)
#04020B
(4,2,11)
#000000
(0,0,0)

Tints of #2C0C15

#2C0C15
(44,12,21)
#3F222A
(63,34,42)
#52383F
(82,56,63)
#654E54
(101,78,84)
#786469
(120,100,105)
#8B7A7E
(139,122,126)
#9E9093
(158,144,147)
#B1A6A8
(177,166,168)
#C4BCBD
(196,188,189)
#D7D2D2
(215,210,210)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C0C15; }

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

This text font color is #2C0C15.


Background Color

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

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

This div background color is #2C0C15.


Border color

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

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

This div border color is #2C0C15.


Opacity

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

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

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

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

This text has shadow with #2C0C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C0C15 on black background.


Color preview on white background

This text has color #2C0C15 on white background.



Black color preview on #2C0C15 background

This text has black color on #2C0C15 background.


White color preview on #2C0C15 background

This text has white color on #2C0C15 background.