COLOR #29040D

HEX: #29040D
RGB: (41,4,13)

Color info

#29040D contains red, green and blue colors in about the same proportion. Web safe color of #29040D is #330000 (or #300).

RGB color model

#29040D color RGB value is (41,4,13).

  • red value is 41;
  • green value is 4;
  • blue value is 13.
RGB:
(41,4,13)
(16%,2%,5%)

RGB channels and saturation

R 41 of 255 = 16%
G 4 of 255 = 2%
B 13 of 255 = 5%

41
4
13

R + G + B ~ 8%. #29040D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 4 + 13 = 58 (100%)
R 41 of 58 ~ 70.69%
G 4 of 58 ~ 6.9%
B 13 of 58 ~ 22.41%

%70.69
%22.41

CMYK color model

#29040D color CMYK value is (0,90,68,84).

  • cyan value is 0.00%
  • magenta value is 90.24%
  • yellow value is 68.29%
  • key color value is 83.92%
CMYK:
(0,90,68,84)
C0M90Y68K84 
(0%,90%,68%,84%)
(0.00/0.90/0.68/0.84)	

CMYK percentages

%0
%90.24
%68.29
%83.92

Codes

Color #29040D in popluar color models

29040D
RGB41413
HSL345°82.22%8.82%
HSB/HSV345°90.24%16.08%
CMYK0.00%90.24%68.29%
83.92%

Color #29040D in popluar number systems.

HEX29040D
Decimal41413
Binary1010011001101
Octal51415

Shades and tints

Shades of #29040D

#29040D
(41,4,13)
#26040C
(38,4,12)
#23040B
(35,4,11)
#20040A
(32,4,10)
#1D0409
(29,4,9)
#1A0408
(26,4,8)
#170407
(23,4,7)
#140406
(20,4,6)
#110405
(17,4,5)
#0E0404
(14,4,4)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #29040D

#29040D
(41,4,13)
#3C1A23
(60,26,35)
#4F3039
(79,48,57)
#62464F
(98,70,79)
#755C65
(117,92,101)
#88727B
(136,114,123)
#9B8891
(155,136,145)
#AE9EA7
(174,158,167)
#C1B4BD
(193,180,189)
#D4CAD3
(212,202,211)
#E7E0E9
(231,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29040D color. Also use rgb(41,4,13) instead hex code.

Text Font Color

.myTextColor { color: #29040D; }

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

This text font color is #29040D.


Background Color

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

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

This div background color is #29040D.


Border color

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

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

This div border color is #29040D.


Opacity

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

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

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

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

This text has shadow with #29040D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29040D on black background.


Color preview on white background

This text has color #29040D on white background.



Black color preview on #29040D background

This text has black color on #29040D background.


White color preview on #29040D background

This text has white color on #29040D background.