COLOR #29173A

HEX: #29173A
RGB: (41,23,58)

Color info

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

RGB color model

#29173A color RGB value is (41,23,58).

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

RGB channels and saturation

R 41 of 255 = 16%
G 23 of 255 = 9%
B 58 of 255 = 23%

41
23
58

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

Portions of RGB colors in percentages

R + G + B =
41 + 23 + 58 = 122 (100%)
R 41 of 122 ~ 33.61%
G 23 of 122 ~ 18.85%
B 58 of 122 ~ 47.54%

%33.61
%18.85
%47.54

CMYK color model

#29173A color CMYK value is (29,60,0,77).

  • cyan value is 29.31%
  • magenta value is 60.34%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(29,60,0,77)
C29M60Y0K77 
(29%,60%,0%,77%)
(0.29/0.60/0.00/0.77)	

CMYK percentages

%29.31
%60.34
%0
%77.25

Codes

Color #29173A in popluar color models

29173A
RGB412358
HSL271°43.21%15.88%
HSB/HSV271°60.34%22.75%
CMYK29.31%60.34%0.00%
77.25%

Color #29173A in popluar number systems.

HEX29173A
Decimal412358
Binary10100110111111010
Octal512772

Shades and tints

Shades of #29173A

#29173A
(41,23,58)
#261535
(38,21,53)
#231330
(35,19,48)
#20112B
(32,17,43)
#1D0F26
(29,15,38)
#1A0D21
(26,13,33)
#170B1C
(23,11,28)
#140917
(20,9,23)
#110712
(17,7,18)
#0E050D
(14,5,13)
#0B0308
(11,3,8)
#000000
(0,0,0)

Tints of #29173A

#29173A
(41,23,58)
#3C2C4B
(60,44,75)
#4F415C
(79,65,92)
#62566D
(98,86,109)
#756B7E
(117,107,126)
#88808F
(136,128,143)
#9B95A0
(155,149,160)
#AEAAB1
(174,170,177)
#C1BFC2
(193,191,194)
#D4D4D3
(212,212,211)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29173A color. Also use rgb(41,23,58) instead hex code.

Text Font Color

.myTextColor { color: #29173A; }

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

This text font color is #29173A.


Background Color

.myBgColor { background-color: #29173A; }

<div style="background-color:#29173A">Inner text</div>

This div background color is #29173A.


Border color

.myBorderColor { border: 1px solid #29173A; }

<div style="border:3px solid #29173A">Div</div>

This div border color is #29173A.


Opacity

.myOpacity80 { color: #29173A; opacity: 0.8; }

<p style="color:#29173A;opacity:0.8;">80%</p>

Text with #29173A 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 #29173A;}

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

This text has shadow with #29173A color.

.textShadow {text-shadow: 3px 3px 1px #29173A, 3px 3px 1px red;}

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

This text has shadow with #29173A primary color and red secondary color.


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

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

This text has shadow with #29173A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29173A on black background.


Color preview on white background

This text has color #29173A on white background.



Black color preview on #29173A background

This text has black color on #29173A background.


White color preview on #29173A background

This text has white color on #29173A background.