COLOR #2C2A28

HEX: #2C2A28
RGB: (44,42,40)

Color info

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

RGB color model

#2C2A28 color RGB value is (44,42,40).

  • red value is 44;
  • green value is 42;
  • blue value is 40.
RGB:
(44,42,40)
(17%,16%,16%)

RGB channels and saturation

R 44 of 255 = 17%
G 42 of 255 = 16%
B 40 of 255 = 16%

44
42
40

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

Portions of RGB colors in percentages

R + G + B =
44 + 42 + 40 = 126 (100%)
R 44 of 126 ~ 34.92%
G 42 of 126 ~ 33.33%
B 40 of 126 ~ 31.75%

%34.92
%33.33
%31.75

CMYK color model

#2C2A28 color CMYK value is (0,5,9,83).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 9.09%
  • key color value is 82.75%
CMYK:
(0,5,9,83)
C0M5Y9K83 
(0%,5%,9%,83%)
(0.00/0.05/0.09/0.83)	

CMYK percentages

%0
%4.55
%9.09
%82.75

Codes

Color #2C2A28 in popluar color models

2C2A28
RGB444240
HSL30°4.76%16.47%
HSB/HSV30°9.09%17.25%
CMYK0.00%4.55%9.09%
82.75%

Color #2C2A28 in popluar number systems.

HEX2C2A28
Decimal444240
Binary101100101010101000
Octal545250

Shades and tints

Shades of #2C2A28

#2C2A28
(44,42,40)
#282725
(40,39,37)
#242422
(36,36,34)
#20211F
(32,33,31)
#1C1E1C
(28,30,28)
#181B19
(24,27,25)
#141816
(20,24,22)
#101513
(16,21,19)
#0C1210
(12,18,16)
#080F0D
(8,15,13)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #2C2A28

#2C2A28
(44,42,40)
#3F3D3B
(63,61,59)
#52504E
(82,80,78)
#656361
(101,99,97)
#787674
(120,118,116)
#8B8987
(139,137,135)
#9E9C9A
(158,156,154)
#B1AFAD
(177,175,173)
#C4C2C0
(196,194,192)
#D7D5D3
(215,213,211)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C2A28 color. Also use rgb(44,42,40) instead hex code.

Text Font Color

.myTextColor { color: #2C2A28; }

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

This text font color is #2C2A28.


Background Color

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

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

This div background color is #2C2A28.


Border color

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

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

This div border color is #2C2A28.


Opacity

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

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

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

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

This text has shadow with #2C2A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2A28 on black background.


Color preview on white background

This text has color #2C2A28 on white background.



Black color preview on #2C2A28 background

This text has black color on #2C2A28 background.


White color preview on #2C2A28 background

This text has white color on #2C2A28 background.