COLOR #29130E

HEX: #29130E
RGB: (41,19,14)

Color info

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

RGB color model

#29130E color RGB value is (41,19,14).

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

RGB channels and saturation

R 41 of 255 = 16%
G 19 of 255 = 7%
B 14 of 255 = 5%

41
19
14

R + G + B ~ 9%. #29130E is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 19 + 14 = 74 (100%)
R 41 of 74 ~ 55.41%
G 19 of 74 ~ 25.68%
B 14 of 74 ~ 18.92%

%55.41
%25.68
%18.92

CMYK color model

#29130E color CMYK value is (0,54,66,84).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 65.85%
  • key color value is 83.92%
CMYK:
(0,54,66,84)
C0M54Y66K84 
(0%,54%,66%,84%)
(0.00/0.54/0.66/0.84)	

CMYK percentages

%0
%53.66
%65.85
%83.92

Codes

Color #29130E in popluar color models

29130E
RGB411914
HSL11°49.09%10.78%
HSB/HSV11°65.85%16.08%
CMYK0.00%53.66%65.85%
83.92%

Color #29130E in popluar number systems.

HEX29130E
Decimal411914
Binary101001100111110
Octal512316

Shades and tints

Shades of #29130E

#29130E
(41,19,14)
#26120D
(38,18,13)
#23110C
(35,17,12)
#20100B
(32,16,11)
#1D0F0A
(29,15,10)
#1A0E09
(26,14,9)
#170D08
(23,13,8)
#140C07
(20,12,7)
#110B06
(17,11,6)
#0E0A05
(14,10,5)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #29130E

#29130E
(41,19,14)
#3C2823
(60,40,35)
#4F3D38
(79,61,56)
#62524D
(98,82,77)
#756762
(117,103,98)
#887C77
(136,124,119)
#9B918C
(155,145,140)
#AEA6A1
(174,166,161)
#C1BBB6
(193,187,182)
#D4D0CB
(212,208,203)
#E7E5E0
(231,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29130E; }

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

This text font color is #29130E.


Background Color

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

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

This div background color is #29130E.


Border color

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

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

This div border color is #29130E.


Opacity

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

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

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

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

This text has shadow with #29130E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29130E on black background.


Color preview on white background

This text has color #29130E on white background.



Black color preview on #29130E background

This text has black color on #29130E background.


White color preview on #29130E background

This text has white color on #29130E background.