COLOR #29454D

HEX: #29454D
RGB: (41,69,77)

Color info

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

RGB color model

#29454D color RGB value is (41,69,77).

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

RGB channels and saturation

R 41 of 255 = 16%
G 69 of 255 = 27%
B 77 of 255 = 30%

41
69
77

R + G + B ~ 24%. #29454D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 69 + 77 = 187 (100%)
R 41 of 187 ~ 21.93%
G 69 of 187 ~ 36.9%
B 77 of 187 ~ 41.18%

%21.93
%36.9
%41.18

CMYK color model

#29454D color CMYK value is (47,10,0,70).

  • cyan value is 46.75%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(47,10,0,70)
C47M10Y0K70 
(47%,10%,0%,70%)
(0.47/0.10/0.00/0.70)	

CMYK percentages

%46.75
%10.39
%0
%69.8

Codes

Color #29454D in popluar color models

29454D
RGB416977
HSL193°30.51%23.14%
HSB/HSV193°46.75%30.20%
CMYK46.75%10.39%0.00%
69.80%

Color #29454D in popluar number systems.

HEX29454D
Decimal416977
Binary10100110001011001101
Octal51105115

Shades and tints

Shades of #29454D

#29454D
(41,69,77)
#263F46
(38,63,70)
#23393F
(35,57,63)
#203338
(32,51,56)
#1D2D31
(29,45,49)
#1A272A
(26,39,42)
#172123
(23,33,35)
#141B1C
(20,27,28)
#111515
(17,21,21)
#0E0F0E
(14,15,14)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #29454D

#29454D
(41,69,77)
#3C555D
(60,85,93)
#4F656D
(79,101,109)
#62757D
(98,117,125)
#75858D
(117,133,141)
#88959D
(136,149,157)
#9BA5AD
(155,165,173)
#AEB5BD
(174,181,189)
#C1C5CD
(193,197,205)
#D4D5DD
(212,213,221)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29454D; }

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

This text font color is #29454D.


Background Color

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

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

This div background color is #29454D.


Border color

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

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

This div border color is #29454D.


Opacity

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

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

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

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

This text has shadow with #29454D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29454D on black background.


Color preview on white background

This text has color #29454D on white background.



Black color preview on #29454D background

This text has black color on #29454D background.


White color preview on #29454D background

This text has white color on #29454D background.