COLOR #2C1209

HEX: #2C1209 RGB: (44,18,9)

Color info

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

RGB color model

#2C1209 color RGB value is (44,18,9).

RGB: (44,18,9) (17%, 7%, 4%)

RGB channels and saturation

R 44 of 255 = 17%
G 18 of 255 = 7%
B 9 of 255 = 4%

44
18
9

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

Portions of RGB colors in percentages

R + G + B = 44 + 18 + 9 = 71 (100%)
R 44 of 71 ~ 61.97%
G 18 of 71 ~ 25.35%
B 9 of 71 ~ 12.68'%

%61.97
%25.35
%12.68

CMYK color model

#2C1209 color CMYK value is (0,59,80,83).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 79.55%
  • key color value is 82.75%
CMYK: (0,59,80,83) C0M59Y80K83 (0%,59%,80%,83%) (0.00/0.59/0.80/0.83) 

CMYK percentages

%0
%59.09
%79.55
%82.75

Codes

Color #2C1209 in popluar color models

2C 12 09
RGB 44 18 9
HSL 15° 66.04% 10.39%
HSB/HSV 15° 79.55% 17.25%
CMYK 0.00% 59.09% 79.55%
82.75%

Color #2C1209 in popluar number systems.

HEX 2C 12 09
Decimal 44 18 9
Binary 101100 10010 1001
Octal 54 22 11

Shades and tints

Shades of #2C1209

#2C1209
(44,18,9)
#281109
(40,17,9)
#241009
(36,16,9)
#200F09
(32,15,9)
#1C0E09
(28,14,9)
#180D09
(24,13,9)
#140C09
(20,12,9)
#100B09
(16,11,9)
#0C0A09
(12,10,9)
#080909
(8,9,9)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #2C1209

#2C1209
(44,18,9)
#3F271F
(63,39,31)
#523C35
(82,60,53)
#65514B
(101,81,75)
#786661
(120,102,97)
#8B7B77
(139,123,119)
#9E908D
(158,144,141)
#B1A5A3
(177,165,163)
#C4BAB9
(196,186,185)
#D7CFCF
(215,207,207)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C1209; }

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

This text font color is #2C1209.

Background Color

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

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

This div background color is #2C1209.

Border color

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

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

This div border color is #2C1209.

Opacity

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

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

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

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

This text has shadow with #2C1209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C1209.

Preview

Color preview on black background

This text has color #2C1209 on black background.


Color preview on white background

This text has color #2C1209 on white background.


Black color preview on #2C1209 background

This text has black color on #2C1209 background.


White color preview on #2C1209 background

This text has white color on #2C1209 background.


Related colors

Complementary color

Complementary color for #hex is #D3EDF6.


I love getcolorcode.com

Triadic colors

1 #092C12 and #12092C with #2C1209 are triadic colors.

2 #09122C and #122C09 with #2C1209 are triadic colors.