COLOR #2C1813

HEX: #2C1813
RGB: (44,24,19)

Color info

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

RGB color model

#2C1813 color RGB value is (44,24,19).

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

RGB channels and saturation

R 44 of 255 = 17%
G 24 of 255 = 9%
B 19 of 255 = 7%

44
24
19

R + G + B ~ 11%. #2C1813 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 24 + 19 = 87 (100%)
R 44 of 87 ~ 50.57%
G 24 of 87 ~ 27.59%
B 19 of 87 ~ 21.84%

%50.57
%27.59
%21.84

CMYK color model

#2C1813 color CMYK value is (0,45,57,83).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 56.82%
  • key color value is 82.75%
CMYK:
(0,45,57,83)
C0M45Y57K83 
(0%,45%,57%,83%)
(0.00/0.45/0.57/0.83)	

CMYK percentages

%0
%45.45
%56.82
%82.75

Codes

Color #2C1813 in popluar color models

2C1813
RGB442419
HSL12°39.68%12.35%
HSB/HSV12°56.82%17.25%
CMYK0.00%45.45%56.82%
82.75%

Color #2C1813 in popluar number systems.

HEX2C1813
Decimal442419
Binary1011001100010011
Octal543023

Shades and tints

Shades of #2C1813

#2C1813
(44,24,19)
#281612
(40,22,18)
#241411
(36,20,17)
#201210
(32,18,16)
#1C100F
(28,16,15)
#180E0E
(24,14,14)
#140C0D
(20,12,13)
#100A0C
(16,10,12)
#0C080B
(12,8,11)
#08060A
(8,6,10)
#040409
(4,4,9)
#000000
(0,0,0)

Tints of #2C1813

#2C1813
(44,24,19)
#3F2D28
(63,45,40)
#52423D
(82,66,61)
#655752
(101,87,82)
#786C67
(120,108,103)
#8B817C
(139,129,124)
#9E9691
(158,150,145)
#B1ABA6
(177,171,166)
#C4C0BB
(196,192,187)
#D7D5D0
(215,213,208)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C1813; }

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

This text font color is #2C1813.


Background Color

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

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

This div background color is #2C1813.


Border color

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

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

This div border color is #2C1813.


Opacity

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

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

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

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

This text has shadow with #2C1813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C1813 on black background.


Color preview on white background

This text has color #2C1813 on white background.



Black color preview on #2C1813 background

This text has black color on #2C1813 background.


White color preview on #2C1813 background

This text has white color on #2C1813 background.