COLOR #29170E

HEX: #29170E
RGB: (41,23,14)

Color info

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

RGB color model

#29170E color RGB value is (41,23,14).

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

RGB channels and saturation

R 41 of 255 = 16%
G 23 of 255 = 9%
B 14 of 255 = 5%

41
23
14

R + G + B ~ 10%. #29170E is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 23 + 14 = 78 (100%)
R 41 of 78 ~ 52.56%
G 23 of 78 ~ 29.49%
B 14 of 78 ~ 17.95%

%52.56
%29.49
%17.95

CMYK color model

#29170E color CMYK value is (0,44,66,84).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 65.85%
  • key color value is 83.92%
CMYK:
(0,44,66,84)
C0M44Y66K84 
(0%,44%,66%,84%)
(0.00/0.44/0.66/0.84)	

CMYK percentages

%0
%43.9
%65.85
%83.92

Codes

Color #29170E in popluar color models

29170E
RGB412314
HSL20°49.09%10.78%
HSB/HSV20°65.85%16.08%
CMYK0.00%43.90%65.85%
83.92%

Color #29170E in popluar number systems.

HEX29170E
Decimal412314
Binary101001101111110
Octal512716

Shades and tints

Shades of #29170E

#29170E
(41,23,14)
#26150D
(38,21,13)
#23130C
(35,19,12)
#20110B
(32,17,11)
#1D0F0A
(29,15,10)
#1A0D09
(26,13,9)
#170B08
(23,11,8)
#140907
(20,9,7)
#110706
(17,7,6)
#0E0505
(14,5,5)
#0B0304
(11,3,4)
#000000
(0,0,0)

Tints of #29170E

#29170E
(41,23,14)
#3C2C23
(60,44,35)
#4F4138
(79,65,56)
#62564D
(98,86,77)
#756B62
(117,107,98)
#888077
(136,128,119)
#9B958C
(155,149,140)
#AEAAA1
(174,170,161)
#C1BFB6
(193,191,182)
#D4D4CB
(212,212,203)
#E7E9E0
(231,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29170E; }

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

This text font color is #29170E.


Background Color

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

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

This div background color is #29170E.


Border color

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

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

This div border color is #29170E.


Opacity

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

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

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

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

This text has shadow with #29170E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29170E on black background.


Color preview on white background

This text has color #29170E on white background.



Black color preview on #29170E background

This text has black color on #29170E background.


White color preview on #29170E background

This text has white color on #29170E background.