COLOR #29302B

HEX: #29302B
RGB: (41,48,43)

Color info

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

RGB color model

#29302B color RGB value is (41,48,43).

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

RGB channels and saturation

R 41 of 255 = 16%
G 48 of 255 = 19%
B 43 of 255 = 17%

41
48
43

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

Portions of RGB colors in percentages

R + G + B =
41 + 48 + 43 = 132 (100%)
R 41 of 132 ~ 31.06%
G 48 of 132 ~ 36.36%
B 43 of 132 ~ 32.58%

%31.06
%36.36
%32.58

CMYK color model

#29302B color CMYK value is (15,0,10,81).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(15,0,10,81)
C15M0Y10K81 
(15%,0%,10%,81%)
(0.15/0.00/0.10/0.81)	

CMYK percentages

%14.58
%0
%10.42
%81.18

Codes

Color #29302B in popluar color models

29302B
RGB414843
HSL137°7.87%17.45%
HSB/HSV137°14.58%18.82%
CMYK14.58%0.00%10.42%
81.18%

Color #29302B in popluar number systems.

HEX29302B
Decimal414843
Binary101001110000101011
Octal516053

Shades and tints

Shades of #29302B

#29302B
(41,48,43)
#262C28
(38,44,40)
#232825
(35,40,37)
#202422
(32,36,34)
#1D201F
(29,32,31)
#1A1C1C
(26,28,28)
#171819
(23,24,25)
#141416
(20,20,22)
#111013
(17,16,19)
#0E0C10
(14,12,16)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #29302B

#29302B
(41,48,43)
#3C423E
(60,66,62)
#4F5451
(79,84,81)
#626664
(98,102,100)
#757877
(117,120,119)
#888A8A
(136,138,138)
#9B9C9D
(155,156,157)
#AEAEB0
(174,174,176)
#C1C0C3
(193,192,195)
#D4D2D6
(212,210,214)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29302B; }

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

This text font color is #29302B.


Background Color

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

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

This div background color is #29302B.


Border color

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

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

This div border color is #29302B.


Opacity

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

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

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

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

This text has shadow with #29302B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29302B on black background.


Color preview on white background

This text has color #29302B on white background.



Black color preview on #29302B background

This text has black color on #29302B background.


White color preview on #29302B background

This text has white color on #29302B background.