COLOR #2C2427

HEX: #2C2427
RGB: (44,36,39)

Color info

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

RGB color model

#2C2427 color RGB value is (44,36,39).

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

RGB channels and saturation

R 44 of 255 = 17%
G 36 of 255 = 14%
B 39 of 255 = 15%

44
36
39

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

Portions of RGB colors in percentages

R + G + B =
44 + 36 + 39 = 119 (100%)
R 44 of 119 ~ 36.97%
G 36 of 119 ~ 30.25%
B 39 of 119 ~ 32.77%

%36.97
%30.25
%32.77

CMYK color model

#2C2427 color CMYK value is (0,18,11,83).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 11.36%
  • key color value is 82.75%
CMYK:
(0,18,11,83)
C0M18Y11K83 
(0%,18%,11%,83%)
(0.00/0.18/0.11/0.83)	

CMYK percentages

%0
%18.18
%11.36
%82.75

Codes

Color #2C2427 in popluar color models

2C2427
RGB443639
HSL338°10.00%15.69%
HSB/HSV338°18.18%17.25%
CMYK0.00%18.18%11.36%
82.75%

Color #2C2427 in popluar number systems.

HEX2C2427
Decimal443639
Binary101100100100100111
Octal544447

Shades and tints

Shades of #2C2427

#2C2427
(44,36,39)
#282124
(40,33,36)
#241E21
(36,30,33)
#201B1E
(32,27,30)
#1C181B
(28,24,27)
#181518
(24,21,24)
#141215
(20,18,21)
#100F12
(16,15,18)
#0C0C0F
(12,12,15)
#08090C
(8,9,12)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #2C2427

#2C2427
(44,36,39)
#3F373A
(63,55,58)
#524A4D
(82,74,77)
#655D60
(101,93,96)
#787073
(120,112,115)
#8B8386
(139,131,134)
#9E9699
(158,150,153)
#B1A9AC
(177,169,172)
#C4BCBF
(196,188,191)
#D7CFD2
(215,207,210)
#EAE2E5
(234,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C2427; }

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

This text font color is #2C2427.


Background Color

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

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

This div background color is #2C2427.


Border color

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

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

This div border color is #2C2427.


Opacity

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

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

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

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

This text has shadow with #2C2427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2427 on black background.


Color preview on white background

This text has color #2C2427 on white background.



Black color preview on #2C2427 background

This text has black color on #2C2427 background.


White color preview on #2C2427 background

This text has white color on #2C2427 background.