COLOR #29171C

HEX: #29171C
RGB: (41,23,28)

Color info

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

RGB color model

#29171C color RGB value is (41,23,28).

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

RGB channels and saturation

R 41 of 255 = 16%
G 23 of 255 = 9%
B 28 of 255 = 11%

41
23
28

R + G + B ~ 12%. #29171C is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 23 + 28 = 92 (100%)
R 41 of 92 ~ 44.57%
G 23 of 92 ~ 25%
B 28 of 92 ~ 30.43%

%44.57
%25
%30.43

CMYK color model

#29171C color CMYK value is (0,44,32,84).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 31.71%
  • key color value is 83.92%
CMYK:
(0,44,32,84)
C0M44Y32K84 
(0%,44%,32%,84%)
(0.00/0.44/0.32/0.84)	

CMYK percentages

%0
%43.9
%31.71
%83.92

Codes

Color #29171C in popluar color models

29171C
RGB412328
HSL343°28.13%12.55%
HSB/HSV343°43.90%16.08%
CMYK0.00%43.90%31.71%
83.92%

Color #29171C in popluar number systems.

HEX29171C
Decimal412328
Binary1010011011111100
Octal512734

Shades and tints

Shades of #29171C

#29171C
(41,23,28)
#26151A
(38,21,26)
#231318
(35,19,24)
#201116
(32,17,22)
#1D0F14
(29,15,20)
#1A0D12
(26,13,18)
#170B10
(23,11,16)
#14090E
(20,9,14)
#11070C
(17,7,12)
#0E050A
(14,5,10)
#0B0308
(11,3,8)
#000000
(0,0,0)

Tints of #29171C

#29171C
(41,23,28)
#3C2C30
(60,44,48)
#4F4144
(79,65,68)
#625658
(98,86,88)
#756B6C
(117,107,108)
#888080
(136,128,128)
#9B9594
(155,149,148)
#AEAAA8
(174,170,168)
#C1BFBC
(193,191,188)
#D4D4D0
(212,212,208)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29171C color. Also use rgb(41,23,28) instead hex code.

Text Font Color

.myTextColor { color: #29171C; }

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

This text font color is #29171C.


Background Color

.myBgColor { background-color: #29171C; }

<div style="background-color:#29171C">Inner text</div>

This div background color is #29171C.


Border color

.myBorderColor { border: 1px solid #29171C; }

<div style="border:3px solid #29171C">Div</div>

This div border color is #29171C.


Opacity

.myOpacity80 { color: #29171C; opacity: 0.8; }

<p style="color:#29171C;opacity:0.8;">80%</p>

Text with #29171C 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 #29171C;}

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

This text has shadow with #29171C color.

.textShadow {text-shadow: 3px 3px 1px #29171C, 3px 3px 1px red;}

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

This text has shadow with #29171C primary color and red secondary color.


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

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

This text has shadow with #29171C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29171C on black background.


Color preview on white background

This text has color #29171C on white background.



Black color preview on #29171C background

This text has black color on #29171C background.


White color preview on #29171C background

This text has white color on #29171C background.