COLOR #292C28

HEX: #292C28
RGB: (41,44,40)

Color info

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

RGB color model

#292C28 color RGB value is (41,44,40).

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

RGB channels and saturation

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

41
44
40

R + G + B ~ 16%. #292C28 is dark color.

Portions of RGB colors in percentages

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

%32.8
%35.2
%32

CMYK color model

#292C28 color CMYK value is (7,0,9,83).

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

CMYK percentages

%6.82
%0
%9.09
%82.75

Codes

Color #292C28 in popluar color models

292C28
RGB414440
HSL105°4.76%16.47%
HSB/HSV105°9.09%17.25%
CMYK6.82%0.00%9.09%
82.75%

Color #292C28 in popluar number systems.

HEX292C28
Decimal414440
Binary101001101100101000
Octal515450

Shades and tints

Shades of #292C28

#292C28
(41,44,40)
#262825
(38,40,37)
#232422
(35,36,34)
#20201F
(32,32,31)
#1D1C1C
(29,28,28)
#1A1819
(26,24,25)
#171416
(23,20,22)
#141013
(20,16,19)
#110C10
(17,12,16)
#0E080D
(14,8,13)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #292C28

#292C28
(41,44,40)
#3C3F3B
(60,63,59)
#4F524E
(79,82,78)
#626561
(98,101,97)
#757874
(117,120,116)
#888B87
(136,139,135)
#9B9E9A
(155,158,154)
#AEB1AD
(174,177,173)
#C1C4C0
(193,196,192)
#D4D7D3
(212,215,211)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292C28; }

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

This text font color is #292C28.


Background Color

.myBgColor { background-color: #292C28; }

<div style="background-color:#292C28">Inner text</div>

This div background color is #292C28.


Border color

.myBorderColor { border: 1px solid #292C28; }

<div style="border:3px solid #292C28">Div</div>

This div border color is #292C28.


Opacity

.myOpacity80 { color: #292C28; opacity: 0.8; }

<p style="color:#292C28;opacity:0.8;">80%</p>

Text with #292C28 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 #292C28;}

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

This text has shadow with #292C28 color.

.textShadow {text-shadow: 3px 3px 1px #292C28, 3px 3px 1px red;}

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

This text has shadow with #292C28 primary color and red secondary color.


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

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

This text has shadow with #292C28 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292C28 on black background.


Color preview on white background

This text has color #292C28 on white background.



Black color preview on #292C28 background

This text has black color on #292C28 background.


White color preview on #292C28 background

This text has white color on #292C28 background.