COLOR #29372B

HEX: #29372B
RGB: (41,55,43)

Color info

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

RGB color model

#29372B color RGB value is (41,55,43).

  • red value is 41;
  • green value is 55;
  • blue value is 43.
RGB:
(41,55,43)
(16%,22%,17%)

RGB channels and saturation

R 41 of 255 = 16%
G 55 of 255 = 22%
B 43 of 255 = 17%

41
55
43

R + G + B ~ 18%. #29372B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 55 + 43 = 139 (100%)
R 41 of 139 ~ 29.5%
G 55 of 139 ~ 39.57%
B 43 of 139 ~ 30.94%

%29.5
%39.57
%30.94

CMYK color model

#29372B color CMYK value is (25,0,22,78).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 78.43%
CMYK:
(25,0,22,78)
C25M0Y22K78 
(25%,0%,22%,78%)
(0.25/0.00/0.22/0.78)	

CMYK percentages

%25.45
%0
%21.82
%78.43

Codes

Color #29372B in popluar color models

29372B
RGB415543
HSL129°14.58%18.82%
HSB/HSV129°25.45%21.57%
CMYK25.45%0.00%21.82%
78.43%

Color #29372B in popluar number systems.

HEX29372B
Decimal415543
Binary101001110111101011
Octal516753

Shades and tints

Shades of #29372B

#29372B
(41,55,43)
#263228
(38,50,40)
#232D25
(35,45,37)
#202822
(32,40,34)
#1D231F
(29,35,31)
#1A1E1C
(26,30,28)
#171919
(23,25,25)
#141416
(20,20,22)
#110F13
(17,15,19)
#0E0A10
(14,10,16)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #29372B

#29372B
(41,55,43)
#3C493E
(60,73,62)
#4F5B51
(79,91,81)
#626D64
(98,109,100)
#757F77
(117,127,119)
#88918A
(136,145,138)
#9BA39D
(155,163,157)
#AEB5B0
(174,181,176)
#C1C7C3
(193,199,195)
#D4D9D6
(212,217,214)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29372B color. Also use rgb(41,55,43) instead hex code.

Text Font Color

.myTextColor { color: #29372B; }

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

This text font color is #29372B.


Background Color

.myBgColor { background-color: #29372B; }

<div style="background-color:#29372B">Inner text</div>

This div background color is #29372B.


Border color

.myBorderColor { border: 1px solid #29372B; }

<div style="border:3px solid #29372B">Div</div>

This div border color is #29372B.


Opacity

.myOpacity80 { color: #29372B; opacity: 0.8; }

<p style="color:#29372B;opacity:0.8;">80%</p>

Text with #29372B 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 #29372B;}

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

This text has shadow with #29372B color.

.textShadow {text-shadow: 3px 3px 1px #29372B, 3px 3px 1px red;}

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

This text has shadow with #29372B primary color and red secondary color.


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

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

This text has shadow with #29372B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29372B on black background.


Color preview on white background

This text has color #29372B on white background.



Black color preview on #29372B background

This text has black color on #29372B background.


White color preview on #29372B background

This text has white color on #29372B background.