COLOR #2C2421

HEX: #2C2421
RGB: (44,36,33)

Color info

#2C2421 contains red, green and blue colors in about the same proportion. Web safe color of #2C2421 is #333333 (or #333).

RGB color model

#2C2421 color RGB value is (44,36,33).

  • red value is 44;
  • green value is 36;
  • blue value is 33.
RGB:
(44,36,33)
(17%,14%,13%)

RGB channels and saturation

R 44 of 255 = 17%
G 36 of 255 = 14%
B 33 of 255 = 13%

44
36
33

R + G + B ~ 15%. #2C2421 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 36 + 33 = 113 (100%)
R 44 of 113 ~ 38.94%
G 36 of 113 ~ 31.86%
B 33 of 113 ~ 29.2%

%38.94
%31.86
%29.2

CMYK color model

#2C2421 color CMYK value is (0,18,25,83).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 25.00%
  • key color value is 82.75%
CMYK:
(0,18,25,83)
C0M18Y25K83 
(0%,18%,25%,83%)
(0.00/0.18/0.25/0.83)	

CMYK percentages

%0
%18.18
%25
%82.75

Codes

Color #2C2421 in popluar color models

2C2421
RGB443633
HSL16°14.29%15.10%
HSB/HSV16°25.00%17.25%
CMYK0.00%18.18%25.00%
82.75%

Color #2C2421 in popluar number systems.

HEX2C2421
Decimal443633
Binary101100100100100001
Octal544441

Shades and tints

Shades of #2C2421

#2C2421
(44,36,33)
#28211E
(40,33,30)
#241E1B
(36,30,27)
#201B18
(32,27,24)
#1C1815
(28,24,21)
#181512
(24,21,18)
#14120F
(20,18,15)
#100F0C
(16,15,12)
#0C0C09
(12,12,9)
#080906
(8,9,6)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #2C2421

#2C2421
(44,36,33)
#3F3735
(63,55,53)
#524A49
(82,74,73)
#655D5D
(101,93,93)
#787071
(120,112,113)
#8B8385
(139,131,133)
#9E9699
(158,150,153)
#B1A9AD
(177,169,173)
#C4BCC1
(196,188,193)
#D7CFD5
(215,207,213)
#EAE2E9
(234,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C2421; }

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

This text font color is #2C2421.


Background Color

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

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

This div background color is #2C2421.


Border color

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

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

This div border color is #2C2421.


Opacity

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

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

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

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

This text has shadow with #2C2421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2421 on black background.


Color preview on white background

This text has color #2C2421 on white background.



Black color preview on #2C2421 background

This text has black color on #2C2421 background.


White color preview on #2C2421 background

This text has white color on #2C2421 background.