COLOR #29293F

HEX: #29293F
RGB: (41,41,63)

Color info

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

RGB color model

#29293F color RGB value is (41,41,63).

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

RGB channels and saturation

R 41 of 255 = 16%
G 41 of 255 = 16%
B 63 of 255 = 25%

41
41
63

R + G + B ~ 19%. #29293F is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 41 + 63 = 145 (100%)
R 41 of 145 ~ 28.28%
G 41 of 145 ~ 28.28%
B 63 of 145 ~ 43.45%

%28.28
%28.28
%43.45

CMYK color model

#29293F color CMYK value is (35,35,0,75).

  • cyan value is 34.92%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(35,35,0,75)
C35M35Y0K75 
(35%,35%,0%,75%)
(0.35/0.35/0.00/0.75)	

CMYK percentages

%34.92
%34.92
%0
%75.29

Codes

Color #29293F in popluar color models

29293F
RGB414163
HSL240°21.15%20.39%
HSB/HSV240°34.92%24.71%
CMYK34.92%34.92%0.00%
75.29%

Color #29293F in popluar number systems.

HEX29293F
Decimal414163
Binary101001101001111111
Octal515177

Shades and tints

Shades of #29293F

#29293F
(41,41,63)
#26263A
(38,38,58)
#232335
(35,35,53)
#202030
(32,32,48)
#1D1D2B
(29,29,43)
#1A1A26
(26,26,38)
#171721
(23,23,33)
#14141C
(20,20,28)
#111117
(17,17,23)
#0E0E12
(14,14,18)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #29293F

#29293F
(41,41,63)
#3C3C50
(60,60,80)
#4F4F61
(79,79,97)
#626272
(98,98,114)
#757583
(117,117,131)
#888894
(136,136,148)
#9B9BA5
(155,155,165)
#AEAEB6
(174,174,182)
#C1C1C7
(193,193,199)
#D4D4D8
(212,212,216)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29293F; }

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

This text font color is #29293F.


Background Color

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

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

This div background color is #29293F.


Border color

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

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

This div border color is #29293F.


Opacity

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

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

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

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

This text has shadow with #29293F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29293F on black background.


Color preview on white background

This text has color #29293F on white background.



Black color preview on #29293F background

This text has black color on #29293F background.


White color preview on #29293F background

This text has white color on #29293F background.