COLOR #29393E

HEX: #29393E
RGB: (41,57,62)

Color info

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

RGB color model

#29393E color RGB value is (41,57,62).

  • red value is 41;
  • green value is 57;
  • blue value is 62.
RGB:
(41,57,62)
(16%,22%,24%)

RGB channels and saturation

R 41 of 255 = 16%
G 57 of 255 = 22%
B 62 of 255 = 24%

41
57
62

R + G + B ~ 21%. #29393E is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 57 + 62 = 160 (100%)
R 41 of 160 ~ 25.63%
G 57 of 160 ~ 35.63%
B 62 of 160 ~ 38.75%

%25.63
%35.63
%38.75

CMYK color model

#29393E color CMYK value is (34,8,0,76).

  • cyan value is 33.87%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(34,8,0,76)
C34M8Y0K76 
(34%,8%,0%,76%)
(0.34/0.08/0.00/0.76)	

CMYK percentages

%33.87
%8.06
%0
%75.69

Codes

Color #29393E in popluar color models

29393E
RGB415762
HSL194°20.39%20.20%
HSB/HSV194°33.87%24.31%
CMYK33.87%8.06%0.00%
75.69%

Color #29393E in popluar number systems.

HEX29393E
Decimal415762
Binary101001111001111110
Octal517176

Shades and tints

Shades of #29393E

#29393E
(41,57,62)
#263439
(38,52,57)
#232F34
(35,47,52)
#202A2F
(32,42,47)
#1D252A
(29,37,42)
#1A2025
(26,32,37)
#171B20
(23,27,32)
#14161B
(20,22,27)
#111116
(17,17,22)
#0E0C11
(14,12,17)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #29393E

#29393E
(41,57,62)
#3C4B4F
(60,75,79)
#4F5D60
(79,93,96)
#626F71
(98,111,113)
#758182
(117,129,130)
#889393
(136,147,147)
#9BA5A4
(155,165,164)
#AEB7B5
(174,183,181)
#C1C9C6
(193,201,198)
#D4DBD7
(212,219,215)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29393E color. Also use rgb(41,57,62) instead hex code.

Text Font Color

.myTextColor { color: #29393E; }

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

This text font color is #29393E.


Background Color

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

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

This div background color is #29393E.


Border color

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

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

This div border color is #29393E.


Opacity

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

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

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

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

This text has shadow with #29393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29393E on black background.


Color preview on white background

This text has color #29393E on white background.



Black color preview on #29393E background

This text has black color on #29393E background.


White color preview on #29393E background

This text has white color on #29393E background.