COLOR #2C2529

HEX: #2C2529
RGB: (44,37,41)

Color info

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

RGB color model

#2C2529 color RGB value is (44,37,41).

  • red value is 44;
  • green value is 37;
  • blue value is 41.
RGB:
(44,37,41)
(17%,15%,16%)

RGB channels and saturation

R 44 of 255 = 17%
G 37 of 255 = 15%
B 41 of 255 = 16%

44
37
41

R + G + B ~ 16%. #2C2529 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 37 + 41 = 122 (100%)
R 44 of 122 ~ 36.07%
G 37 of 122 ~ 30.33%
B 41 of 122 ~ 33.61%

%36.07
%30.33
%33.61

CMYK color model

#2C2529 color CMYK value is (0,16,7,83).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 6.82%
  • key color value is 82.75%
CMYK:
(0,16,7,83)
C0M16Y7K83 
(0%,16%,7%,83%)
(0.00/0.16/0.07/0.83)	

CMYK percentages

%0
%15.91
%6.82
%82.75

Codes

Color #2C2529 in popluar color models

2C2529
RGB443741
HSL326°8.64%15.88%
HSB/HSV326°15.91%17.25%
CMYK0.00%15.91%6.82%
82.75%

Color #2C2529 in popluar number systems.

HEX2C2529
Decimal443741
Binary101100100101101001
Octal544551

Shades and tints

Shades of #2C2529

#2C2529
(44,37,41)
#282226
(40,34,38)
#241F23
(36,31,35)
#201C20
(32,28,32)
#1C191D
(28,25,29)
#18161A
(24,22,26)
#141317
(20,19,23)
#101014
(16,16,20)
#0C0D11
(12,13,17)
#080A0E
(8,10,14)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #2C2529

#2C2529
(44,37,41)
#3F383C
(63,56,60)
#524B4F
(82,75,79)
#655E62
(101,94,98)
#787175
(120,113,117)
#8B8488
(139,132,136)
#9E979B
(158,151,155)
#B1AAAE
(177,170,174)
#C4BDC1
(196,189,193)
#D7D0D4
(215,208,212)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C2529 color. Also use rgb(44,37,41) instead hex code.

Text Font Color

.myTextColor { color: #2C2529; }

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

This text font color is #2C2529.


Background Color

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

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

This div background color is #2C2529.


Border color

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

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

This div border color is #2C2529.


Opacity

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

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

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

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

This text has shadow with #2C2529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2529 on black background.


Color preview on white background

This text has color #2C2529 on white background.



Black color preview on #2C2529 background

This text has black color on #2C2529 background.


White color preview on #2C2529 background

This text has white color on #2C2529 background.