COLOR #29282D

HEX: #29282D
RGB: (41,40,45)

Color info

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

RGB color model

#29282D color RGB value is (41,40,45).

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

RGB channels and saturation

R 41 of 255 = 16%
G 40 of 255 = 16%
B 45 of 255 = 18%

41
40
45

R + G + B ~ 17%. #29282D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 40 + 45 = 126 (100%)
R 41 of 126 ~ 32.54%
G 40 of 126 ~ 31.75%
B 45 of 126 ~ 35.71%

%32.54
%31.75
%35.71

CMYK color model

#29282D color CMYK value is (9,11,0,82).

  • cyan value is 8.89%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(9,11,0,82)
C9M11Y0K82 
(9%,11%,0%,82%)
(0.09/0.11/0.00/0.82)	

CMYK percentages

%8.89
%11.11
%0
%82.35

Codes

Color #29282D in popluar color models

29282D
RGB414045
HSL252°5.88%16.67%
HSB/HSV252°11.11%17.65%
CMYK8.89%11.11%0.00%
82.35%

Color #29282D in popluar number systems.

HEX29282D
Decimal414045
Binary101001101000101101
Octal515055

Shades and tints

Shades of #29282D

#29282D
(41,40,45)
#262529
(38,37,41)
#232225
(35,34,37)
#201F21
(32,31,33)
#1D1C1D
(29,28,29)
#1A1919
(26,25,25)
#171615
(23,22,21)
#141311
(20,19,17)
#11100D
(17,16,13)
#0E0D09
(14,13,9)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #29282D

#29282D
(41,40,45)
#3C3B40
(60,59,64)
#4F4E53
(79,78,83)
#626166
(98,97,102)
#757479
(117,116,121)
#88878C
(136,135,140)
#9B9A9F
(155,154,159)
#AEADB2
(174,173,178)
#C1C0C5
(193,192,197)
#D4D3D8
(212,211,216)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29282D color. Also use rgb(41,40,45) instead hex code.

Text Font Color

.myTextColor { color: #29282D; }

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

This text font color is #29282D.


Background Color

.myBgColor { background-color: #29282D; }

<div style="background-color:#29282D">Inner text</div>

This div background color is #29282D.


Border color

.myBorderColor { border: 1px solid #29282D; }

<div style="border:3px solid #29282D">Div</div>

This div border color is #29282D.


Opacity

.myOpacity80 { color: #29282D; opacity: 0.8; }

<p style="color:#29282D;opacity:0.8;">80%</p>

Text with #29282D 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 #29282D;}

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

This text has shadow with #29282D color.

.textShadow {text-shadow: 3px 3px 1px #29282D, 3px 3px 1px red;}

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

This text has shadow with #29282D primary color and red secondary color.


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

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

This text has shadow with #29282D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29282D on black background.


Color preview on white background

This text has color #29282D on white background.



Black color preview on #29282D background

This text has black color on #29282D background.


White color preview on #29282D background

This text has white color on #29282D background.