COLOR #29282B

HEX: #29282B
RGB: (41,40,43)

Color info

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

RGB color model

#29282B color RGB value is (41,40,43).

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

RGB channels and saturation

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

41
40
43

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

Portions of RGB colors in percentages

R + G + B =
41 + 40 + 43 = 124 (100%)
R 41 of 124 ~ 33.06%
G 40 of 124 ~ 32.26%
B 43 of 124 ~ 34.68%

%33.06
%32.26
%34.68

CMYK color model

#29282B color CMYK value is (5,7,0,83).

  • cyan value is 4.65%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(5,7,0,83)
C5M7Y0K83 
(5%,7%,0%,83%)
(0.05/0.07/0.00/0.83)	

CMYK percentages

%4.65
%6.98
%0
%83.14

Codes

Color #29282B in popluar color models

29282B
RGB414043
HSL260°3.61%16.27%
HSB/HSV260°6.98%16.86%
CMYK4.65%6.98%0.00%
83.14%

Color #29282B in popluar number systems.

HEX29282B
Decimal414043
Binary101001101000101011
Octal515053

Shades and tints

Shades of #29282B

#29282B
(41,40,43)
#262528
(38,37,40)
#232225
(35,34,37)
#201F22
(32,31,34)
#1D1C1F
(29,28,31)
#1A191C
(26,25,28)
#171619
(23,22,25)
#141316
(20,19,22)
#111013
(17,16,19)
#0E0D10
(14,13,16)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #29282B

#29282B
(41,40,43)
#3C3B3E
(60,59,62)
#4F4E51
(79,78,81)
#626164
(98,97,100)
#757477
(117,116,119)
#88878A
(136,135,138)
#9B9A9D
(155,154,157)
#AEADB0
(174,173,176)
#C1C0C3
(193,192,195)
#D4D3D6
(212,211,214)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29282B; }

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

This text font color is #29282B.


Background Color

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

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

This div background color is #29282B.


Border color

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

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

This div border color is #29282B.


Opacity

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

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

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

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

This text has shadow with #29282B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29282B on black background.


Color preview on white background

This text has color #29282B on white background.



Black color preview on #29282B background

This text has black color on #29282B background.


White color preview on #29282B background

This text has white color on #29282B background.