COLOR #29070D

HEX: #29070D
RGB: (41,7,13)

Color info

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

RGB color model

#29070D color RGB value is (41,7,13).

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

RGB channels and saturation

R 41 of 255 = 16%
G 7 of 255 = 3%
B 13 of 255 = 5%

41
7
13

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

Portions of RGB colors in percentages

R + G + B =
41 + 7 + 13 = 61 (100%)
R 41 of 61 ~ 67.21%
G 7 of 61 ~ 11.48%
B 13 of 61 ~ 21.31%

%67.21
%11.48
%21.31

CMYK color model

#29070D color CMYK value is (0,83,68,84).

  • cyan value is 0.00%
  • magenta value is 82.93%
  • yellow value is 68.29%
  • key color value is 83.92%
CMYK:
(0,83,68,84)
C0M83Y68K84 
(0%,83%,68%,84%)
(0.00/0.83/0.68/0.84)	

CMYK percentages

%0
%82.93
%68.29
%83.92

Codes

Color #29070D in popluar color models

29070D
RGB41713
HSL349°70.83%9.41%
HSB/HSV349°82.93%16.08%
CMYK0.00%82.93%68.29%
83.92%

Color #29070D in popluar number systems.

HEX29070D
Decimal41713
Binary1010011111101
Octal51715

Shades and tints

Shades of #29070D

#29070D
(41,7,13)
#26070C
(38,7,12)
#23070B
(35,7,11)
#20070A
(32,7,10)
#1D0709
(29,7,9)
#1A0708
(26,7,8)
#170707
(23,7,7)
#140706
(20,7,6)
#110705
(17,7,5)
#0E0704
(14,7,4)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #29070D

#29070D
(41,7,13)
#3C1D23
(60,29,35)
#4F3339
(79,51,57)
#62494F
(98,73,79)
#755F65
(117,95,101)
#88757B
(136,117,123)
#9B8B91
(155,139,145)
#AEA1A7
(174,161,167)
#C1B7BD
(193,183,189)
#D4CDD3
(212,205,211)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29070D; }

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

This text font color is #29070D.


Background Color

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

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

This div background color is #29070D.


Border color

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

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

This div border color is #29070D.


Opacity

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

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

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

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

This text has shadow with #29070D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29070D on black background.


Color preview on white background

This text has color #29070D on white background.



Black color preview on #29070D background

This text has black color on #29070D background.


White color preview on #29070D background

This text has white color on #29070D background.