COLOR #29172E

HEX: #29172E
RGB: (41,23,46)

Color info

#29172E contains red, green and blue colors in about the same proportion. Web safe color of #29172E is #330033 (or #303).

RGB color model

#29172E color RGB value is (41,23,46).

  • red value is 41;
  • green value is 23;
  • blue value is 46.
RGB:
(41,23,46)
(16%,9%,18%)

RGB channels and saturation

R 41 of 255 = 16%
G 23 of 255 = 9%
B 46 of 255 = 18%

41
23
46

R + G + B ~ 14%. #29172E is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 23 + 46 = 110 (100%)
R 41 of 110 ~ 37.27%
G 23 of 110 ~ 20.91%
B 46 of 110 ~ 41.82%

%37.27
%20.91
%41.82

CMYK color model

#29172E color CMYK value is (11,50,0,82).

  • cyan value is 10.87%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(11,50,0,82)
C11M50Y0K82 
(11%,50%,0%,82%)
(0.11/0.50/0.00/0.82)	

CMYK percentages

%10.87
%50
%0
%81.96

Codes

Color #29172E in popluar color models

29172E
RGB412346
HSL287°33.33%13.53%
HSB/HSV287°50.00%18.04%
CMYK10.87%50.00%0.00%
81.96%

Color #29172E in popluar number systems.

HEX29172E
Decimal412346
Binary10100110111101110
Octal512756

Shades and tints

Shades of #29172E

#29172E
(41,23,46)
#26152A
(38,21,42)
#231326
(35,19,38)
#201122
(32,17,34)
#1D0F1E
(29,15,30)
#1A0D1A
(26,13,26)
#170B16
(23,11,22)
#140912
(20,9,18)
#11070E
(17,7,14)
#0E050A
(14,5,10)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #29172E

#29172E
(41,23,46)
#3C2C41
(60,44,65)
#4F4154
(79,65,84)
#625667
(98,86,103)
#756B7A
(117,107,122)
#88808D
(136,128,141)
#9B95A0
(155,149,160)
#AEAAB3
(174,170,179)
#C1BFC6
(193,191,198)
#D4D4D9
(212,212,217)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29172E color. Also use rgb(41,23,46) instead hex code.

Text Font Color

.myTextColor { color: #29172E; }

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

This text font color is #29172E.


Background Color

.myBgColor { background-color: #29172E; }

<div style="background-color:#29172E">Inner text</div>

This div background color is #29172E.


Border color

.myBorderColor { border: 1px solid #29172E; }

<div style="border:3px solid #29172E">Div</div>

This div border color is #29172E.


Opacity

.myOpacity80 { color: #29172E; opacity: 0.8; }

<p style="color:#29172E;opacity:0.8;">80%</p>

Text with #29172E 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 #29172E;}

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

This text has shadow with #29172E color.

.textShadow {text-shadow: 3px 3px 1px #29172E, 3px 3px 1px red;}

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

This text has shadow with #29172E primary color and red secondary color.


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

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

This text has shadow with #29172E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29172E on black background.


Color preview on white background

This text has color #29172E on white background.



Black color preview on #29172E background

This text has black color on #29172E background.


White color preview on #29172E background

This text has white color on #29172E background.