COLOR #29212C

HEX: #29212C
RGB: (41,33,44)

Color info

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

RGB color model

#29212C color RGB value is (41,33,44).

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

RGB channels and saturation

R 41 of 255 = 16%
G 33 of 255 = 13%
B 44 of 255 = 17%

41
33
44

R + G + B ~ 15%. #29212C is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 33 + 44 = 118 (100%)
R 41 of 118 ~ 34.75%
G 33 of 118 ~ 27.97%
B 44 of 118 ~ 37.29%

%34.75
%27.97
%37.29

CMYK color model

#29212C color CMYK value is (7,25,0,83).

  • cyan value is 6.82%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(7,25,0,83)
C7M25Y0K83 
(7%,25%,0%,83%)
(0.07/0.25/0.00/0.83)	

CMYK percentages

%6.82
%25
%0
%82.75

Codes

Color #29212C in popluar color models

29212C
RGB413344
HSL284°14.29%15.10%
HSB/HSV284°25.00%17.25%
CMYK6.82%25.00%0.00%
82.75%

Color #29212C in popluar number systems.

HEX29212C
Decimal413344
Binary101001100001101100
Octal514154

Shades and tints

Shades of #29212C

#29212C
(41,33,44)
#261E28
(38,30,40)
#231B24
(35,27,36)
#201820
(32,24,32)
#1D151C
(29,21,28)
#1A1218
(26,18,24)
#170F14
(23,15,20)
#140C10
(20,12,16)
#11090C
(17,9,12)
#0E0608
(14,6,8)
#0B0304
(11,3,4)
#000000
(0,0,0)

Tints of #29212C

#29212C
(41,33,44)
#3C353F
(60,53,63)
#4F4952
(79,73,82)
#625D65
(98,93,101)
#757178
(117,113,120)
#88858B
(136,133,139)
#9B999E
(155,153,158)
#AEADB1
(174,173,177)
#C1C1C4
(193,193,196)
#D4D5D7
(212,213,215)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29212C color. Also use rgb(41,33,44) instead hex code.

Text Font Color

.myTextColor { color: #29212C; }

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

This text font color is #29212C.


Background Color

.myBgColor { background-color: #29212C; }

<div style="background-color:#29212C">Inner text</div>

This div background color is #29212C.


Border color

.myBorderColor { border: 1px solid #29212C; }

<div style="border:3px solid #29212C">Div</div>

This div border color is #29212C.


Opacity

.myOpacity80 { color: #29212C; opacity: 0.8; }

<p style="color:#29212C;opacity:0.8;">80%</p>

Text with #29212C 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 #29212C;}

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

This text has shadow with #29212C color.

.textShadow {text-shadow: 3px 3px 1px #29212C, 3px 3px 1px red;}

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

This text has shadow with #29212C primary color and red secondary color.


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

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

This text has shadow with #29212C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29212C on black background.


Color preview on white background

This text has color #29212C on white background.



Black color preview on #29212C background

This text has black color on #29212C background.


White color preview on #29212C background

This text has white color on #29212C background.