COLOR #29250D

HEX: #29250D RGB: (41,37,13)

Color info

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

RGB color model

#29250D color RGB value is (41,37,13).

RGB: (41,37,13) (16%, 15%, 5%)

RGB channels and saturation

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

41
37
13

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

Portions of RGB colors in percentages

R + G + B = 41 + 37 + 13 = 91 (100%)
R 41 of 91 ~ 45.05%
G 37 of 91 ~ 40.66%
B 13 of 91 ~ 14.29'%

%45.05
%40.66
%14.29

CMYK color model

#29250D color CMYK value is (0,10,68,84).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 68.29%
  • key color value is 83.92%

CMYK: (0,10,68,84)
C0M10Y68K84 (0%, 10%, 68%, 84%)
(0.00 / 0.10 / 0.68 / 0.84)

CMYK percentages

%0
%9.76
%68.29
%83.92

Codes

Color #29250D in popluar color models

29 25 0D
RGB 41 37 13
HSL 51° 51.85% 10.59%
HSB/HSV 51° 68.29% 16.08%
CMYK 0.00% 9.76% 68.29%
83.92%

Color #29250D in popluar number systems.

HEX 29 25 0D
Decimal 41 37 13
Binary 101001 100101 1101
Octal 51 45 15

Shades and tints

Shades of #29250D

#29250D
(41,37,13)
#26220C
(38,34,12)
#231F0B
(35,31,11)
#201C0A
(32,28,10)
#1D1909
(29,25,9)
#1A1608
(26,22,8)
#171307
(23,19,7)
#141006
(20,16,6)
#110D05
(17,13,5)
#0E0A04
(14,10,4)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #29250D

#29250D
(41,37,13)
#3C3823
(60,56,35)
#4F4B39
(79,75,57)
#625E4F
(98,94,79)
#757165
(117,113,101)
#88847B
(136,132,123)
#9B9791
(155,151,145)
#AEAAA7
(174,170,167)
#C1BDBD
(193,189,189)
#D4D0D3
(212,208,211)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29250D; }

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

This text font color is #29250D.

Background Color

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

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

This div background color is #29250D.

Border color

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

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

This div border color is #29250D.

Opacity

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

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

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

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

This text has shadow with #29250D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29250D.

Preview

Color preview on black background

This text has color #29250D on black background.


Color preview on white background

This text has color #29250D on white background.


Black color preview on #29250D background

This text has black color on #29250D background.


White color preview on #29250D background

This text has white color on #29250D background.


Related colors

Complementary color

Complementary color for #hex is #D6DAF2.


I love getcolorcode.com

Triadic colors

1 #0D2925 and #250D29 with #29250D are triadic colors.

2 #0D2529 and #25290D with #29250D are triadic colors.