COLOR #2C2928

HEX: #2C2928
RGB: (44,41,40)

Color info

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

RGB color model

#2C2928 color RGB value is (44,41,40).

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

RGB channels and saturation

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

44
41
40

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

Portions of RGB colors in percentages

R + G + B =
44 + 41 + 40 = 125 (100%)
R 44 of 125 ~ 35.2%
G 41 of 125 ~ 32.8%
B 40 of 125 ~ 32%

%35.2
%32.8
%32

CMYK color model

#2C2928 color CMYK value is (0,7,9,83).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 9.09%
  • key color value is 82.75%
CMYK:
(0,7,9,83)
C0M7Y9K83 
(0%,7%,9%,83%)
(0.00/0.07/0.09/0.83)	

CMYK percentages

%0
%6.82
%9.09
%82.75

Codes

Color #2C2928 in popluar color models

2C2928
RGB444140
HSL15°4.76%16.47%
HSB/HSV15°9.09%17.25%
CMYK0.00%6.82%9.09%
82.75%

Color #2C2928 in popluar number systems.

HEX2C2928
Decimal444140
Binary101100101001101000
Octal545150

Shades and tints

Shades of #2C2928

#2C2928
(44,41,40)
#282625
(40,38,37)
#242322
(36,35,34)
#20201F
(32,32,31)
#1C1D1C
(28,29,28)
#181A19
(24,26,25)
#141716
(20,23,22)
#101413
(16,20,19)
#0C1110
(12,17,16)
#080E0D
(8,14,13)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #2C2928

#2C2928
(44,41,40)
#3F3C3B
(63,60,59)
#524F4E
(82,79,78)
#656261
(101,98,97)
#787574
(120,117,116)
#8B8887
(139,136,135)
#9E9B9A
(158,155,154)
#B1AEAD
(177,174,173)
#C4C1C0
(196,193,192)
#D7D4D3
(215,212,211)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C2928; }

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

This text font color is #2C2928.


Background Color

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

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

This div background color is #2C2928.


Border color

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

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

This div border color is #2C2928.


Opacity

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

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

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

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

This text has shadow with #2C2928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2928 on black background.


Color preview on white background

This text has color #2C2928 on white background.



Black color preview on #2C2928 background

This text has black color on #2C2928 background.


White color preview on #2C2928 background

This text has white color on #2C2928 background.