COLOR #29250E

HEX: #29250E
RGB: (41,37,14)

Color info

#29250E contains red, green and blue colors in about the same proportion. Web safe color of #29250E is #333300 (or #330).

RGB color model

#29250E color RGB value is (41,37,14).

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

RGB channels and saturation

R 41 of 255 = 16%
G 37 of 255 = 15%
B 14 of 255 = 5%

41
37
14

R + G + B ~ 12%. #29250E is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 37 + 14 = 92 (100%)
R 41 of 92 ~ 44.57%
G 37 of 92 ~ 40.22%
B 14 of 92 ~ 15.22%

%44.57
%40.22
%15.22

CMYK color model

#29250E color CMYK value is (0,10,66,84).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 65.85%
  • key color value is 83.92%
CMYK:
(0,10,66,84)
C0M10Y66K84 
(0%,10%,66%,84%)
(0.00/0.10/0.66/0.84)	

CMYK percentages

%0
%9.76
%65.85
%83.92

Codes

Color #29250E in popluar color models

29250E
RGB413714
HSL51°49.09%10.78%
HSB/HSV51°65.85%16.08%
CMYK0.00%9.76%65.85%
83.92%

Color #29250E in popluar number systems.

HEX29250E
Decimal413714
Binary1010011001011110
Octal514516

Shades and tints

Shades of #29250E

#29250E
(41,37,14)
#26220D
(38,34,13)
#231F0C
(35,31,12)
#201C0B
(32,28,11)
#1D190A
(29,25,10)
#1A1609
(26,22,9)
#171308
(23,19,8)
#141007
(20,16,7)
#110D06
(17,13,6)
#0E0A05
(14,10,5)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #29250E

#29250E
(41,37,14)
#3C3823
(60,56,35)
#4F4B38
(79,75,56)
#625E4D
(98,94,77)
#757162
(117,113,98)
#888477
(136,132,119)
#9B978C
(155,151,140)
#AEAAA1
(174,170,161)
#C1BDB6
(193,189,182)
#D4D0CB
(212,208,203)
#E7E3E0
(231,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29250E; }

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

This text font color is #29250E.


Background Color

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

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

This div background color is #29250E.


Border color

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

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

This div border color is #29250E.


Opacity

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

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

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

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

This text has shadow with #29250E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29250E on black background.


Color preview on white background

This text has color #29250E on white background.



Black color preview on #29250E background

This text has black color on #29250E background.


White color preview on #29250E background

This text has white color on #29250E background.