COLOR #29250F

HEX: #29250F
RGB: (41,37,15)

Color info

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

RGB color model

#29250F color RGB value is (41,37,15).

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

RGB channels and saturation

R 41 of 255 = 16%
G 37 of 255 = 15%
B 15 of 255 = 6%

41
37
15

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

Portions of RGB colors in percentages

R + G + B =
41 + 37 + 15 = 93 (100%)
R 41 of 93 ~ 44.09%
G 37 of 93 ~ 39.78%
B 15 of 93 ~ 16.13%

%44.09
%39.78
%16.13

CMYK color model

#29250F color CMYK value is (0,10,63,84).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 63.41%
  • key color value is 83.92%
CMYK:
(0,10,63,84)
C0M10Y63K84 
(0%,10%,63%,84%)
(0.00/0.10/0.63/0.84)	

CMYK percentages

%0
%9.76
%63.41
%83.92

Codes

Color #29250F in popluar color models

29250F
RGB413715
HSL51°46.43%10.98%
HSB/HSV51°63.41%16.08%
CMYK0.00%9.76%63.41%
83.92%

Color #29250F in popluar number systems.

HEX29250F
Decimal413715
Binary1010011001011111
Octal514517

Shades and tints

Shades of #29250F

#29250F
(41,37,15)
#26220E
(38,34,14)
#231F0D
(35,31,13)
#201C0C
(32,28,12)
#1D190B
(29,25,11)
#1A160A
(26,22,10)
#171309
(23,19,9)
#141008
(20,16,8)
#110D07
(17,13,7)
#0E0A06
(14,10,6)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #29250F

#29250F
(41,37,15)
#3C3824
(60,56,36)
#4F4B39
(79,75,57)
#625E4E
(98,94,78)
#757163
(117,113,99)
#888478
(136,132,120)
#9B978D
(155,151,141)
#AEAAA2
(174,170,162)
#C1BDB7
(193,189,183)
#D4D0CC
(212,208,204)
#E7E3E1
(231,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29250F; }

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

This text font color is #29250F.


Background Color

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

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

This div background color is #29250F.


Border color

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

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

This div border color is #29250F.


Opacity

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

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

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

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

This text has shadow with #29250F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29250F on black background.


Color preview on white background

This text has color #29250F on white background.



Black color preview on #29250F background

This text has black color on #29250F background.


White color preview on #29250F background

This text has white color on #29250F background.