COLOR #29494D

HEX: #29494D
RGB: (41,73,77)

Color info

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

RGB color model

#29494D color RGB value is (41,73,77).

  • red value is 41;
  • green value is 73;
  • blue value is 77.
RGB:
(41,73,77)
(16%,29%,30%)

RGB channels and saturation

R 41 of 255 = 16%
G 73 of 255 = 29%
B 77 of 255 = 30%

41
73
77

R + G + B ~ 25%. #29494D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 73 + 77 = 191 (100%)
R 41 of 191 ~ 21.47%
G 73 of 191 ~ 38.22%
B 77 of 191 ~ 40.31%

%21.47
%38.22
%40.31

CMYK color model

#29494D color CMYK value is (47,5,0,70).

  • cyan value is 46.75%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(47,5,0,70)
C47M5Y0K70 
(47%,5%,0%,70%)
(0.47/0.05/0.00/0.70)	

CMYK percentages

%46.75
%5.19
%0
%69.8

Codes

Color #29494D in popluar color models

29494D
RGB417377
HSL187°30.51%23.14%
HSB/HSV187°46.75%30.20%
CMYK46.75%5.19%0.00%
69.80%

Color #29494D in popluar number systems.

HEX29494D
Decimal417377
Binary10100110010011001101
Octal51111115

Shades and tints

Shades of #29494D

#29494D
(41,73,77)
#264346
(38,67,70)
#233D3F
(35,61,63)
#203738
(32,55,56)
#1D3131
(29,49,49)
#1A2B2A
(26,43,42)
#172523
(23,37,35)
#141F1C
(20,31,28)
#111915
(17,25,21)
#0E130E
(14,19,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #29494D

#29494D
(41,73,77)
#3C595D
(60,89,93)
#4F696D
(79,105,109)
#62797D
(98,121,125)
#75898D
(117,137,141)
#88999D
(136,153,157)
#9BA9AD
(155,169,173)
#AEB9BD
(174,185,189)
#C1C9CD
(193,201,205)
#D4D9DD
(212,217,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29494D color. Also use rgb(41,73,77) instead hex code.

Text Font Color

.myTextColor { color: #29494D; }

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

This text font color is #29494D.


Background Color

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

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

This div background color is #29494D.


Border color

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

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

This div border color is #29494D.


Opacity

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

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

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

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

This text has shadow with #29494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29494D on black background.


Color preview on white background

This text has color #29494D on white background.



Black color preview on #29494D background

This text has black color on #29494D background.


White color preview on #29494D background

This text has white color on #29494D background.