COLOR #29413D

HEX: #29413D
RGB: (41,65,61)

Color info

#29413D contains red, green and blue colors in about the same proportion. Web safe color of #29413D is #333333 (or #333).

RGB color model

#29413D color RGB value is (41,65,61).

  • red value is 41;
  • green value is 65;
  • blue value is 61.
RGB:
(41,65,61)
(16%,25%,24%)

RGB channels and saturation

R 41 of 255 = 16%
G 65 of 255 = 25%
B 61 of 255 = 24%

41
65
61

R + G + B ~ 22%. #29413D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 65 + 61 = 167 (100%)
R 41 of 167 ~ 24.55%
G 65 of 167 ~ 38.92%
B 61 of 167 ~ 36.53%

%24.55
%38.92
%36.53

CMYK color model

#29413D color CMYK value is (37,0,6,75).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 74.51%
CMYK:
(37,0,6,75)
C37M0Y6K75 
(37%,0%,6%,75%)
(0.37/0.00/0.06/0.75)	

CMYK percentages

%36.92
%0
%6.15
%74.51

Codes

Color #29413D in popluar color models

29413D
RGB416561
HSL170°22.64%20.78%
HSB/HSV170°36.92%25.49%
CMYK36.92%0.00%6.15%
74.51%

Color #29413D in popluar number systems.

HEX29413D
Decimal416561
Binary1010011000001111101
Octal5110175

Shades and tints

Shades of #29413D

#29413D
(41,65,61)
#263C38
(38,60,56)
#233733
(35,55,51)
#20322E
(32,50,46)
#1D2D29
(29,45,41)
#1A2824
(26,40,36)
#17231F
(23,35,31)
#141E1A
(20,30,26)
#111915
(17,25,21)
#0E1410
(14,20,16)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #29413D

#29413D
(41,65,61)
#3C524E
(60,82,78)
#4F635F
(79,99,95)
#627470
(98,116,112)
#758581
(117,133,129)
#889692
(136,150,146)
#9BA7A3
(155,167,163)
#AEB8B4
(174,184,180)
#C1C9C5
(193,201,197)
#D4DAD6
(212,218,214)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29413D color. Also use rgb(41,65,61) instead hex code.

Text Font Color

.myTextColor { color: #29413D; }

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

This text font color is #29413D.


Background Color

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

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

This div background color is #29413D.


Border color

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

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

This div border color is #29413D.


Opacity

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

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

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

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

This text has shadow with #29413D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29413D on black background.


Color preview on white background

This text has color #29413D on white background.



Black color preview on #29413D background

This text has black color on #29413D background.


White color preview on #29413D background

This text has white color on #29413D background.