COLOR #29495A

HEX: #29495A
RGB: (41,73,90)

Color info

#29495A contains red, green and blue colors in about the same proportion. Web safe color of #29495A is #333366 (or #336).

RGB color model

#29495A color RGB value is (41,73,90).

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

RGB channels and saturation

R 41 of 255 = 16%
G 73 of 255 = 29%
B 90 of 255 = 35%

41
73
90

R + G + B ~ 27%. #29495A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 73 + 90 = 204 (100%)
R 41 of 204 ~ 20.1%
G 73 of 204 ~ 35.78%
B 90 of 204 ~ 44.12%

%20.1
%35.78
%44.12

CMYK color model

#29495A color CMYK value is (54,19,0,65).

  • cyan value is 54.44%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(54,19,0,65)
C54M19Y0K65 
(54%,19%,0%,65%)
(0.54/0.19/0.00/0.65)	

CMYK percentages

%54.44
%18.89
%0
%64.71

Codes

Color #29495A in popluar color models

29495A
RGB417390
HSL201°37.40%25.69%
HSB/HSV201°54.44%35.29%
CMYK54.44%18.89%0.00%
64.71%

Color #29495A in popluar number systems.

HEX29495A
Decimal417390
Binary10100110010011011010
Octal51111132

Shades and tints

Shades of #29495A

#29495A
(41,73,90)
#264352
(38,67,82)
#233D4A
(35,61,74)
#203742
(32,55,66)
#1D313A
(29,49,58)
#1A2B32
(26,43,50)
#17252A
(23,37,42)
#141F22
(20,31,34)
#11191A
(17,25,26)
#0E1312
(14,19,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #29495A

#29495A
(41,73,90)
#3C5969
(60,89,105)
#4F6978
(79,105,120)
#627987
(98,121,135)
#758996
(117,137,150)
#8899A5
(136,153,165)
#9BA9B4
(155,169,180)
#AEB9C3
(174,185,195)
#C1C9D2
(193,201,210)
#D4D9E1
(212,217,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29495A color. Also use rgb(41,73,90) instead hex code.

Text Font Color

.myTextColor { color: #29495A; }

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

This text font color is #29495A.


Background Color

.myBgColor { background-color: #29495A; }

<div style="background-color:#29495A">Inner text</div>

This div background color is #29495A.


Border color

.myBorderColor { border: 1px solid #29495A; }

<div style="border:3px solid #29495A">Div</div>

This div border color is #29495A.


Opacity

.myOpacity80 { color: #29495A; opacity: 0.8; }

<p style="color:#29495A;opacity:0.8;">80%</p>

Text with #29495A 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 #29495A;}

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

This text has shadow with #29495A color.

.textShadow {text-shadow: 3px 3px 1px #29495A, 3px 3px 1px red;}

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

This text has shadow with #29495A primary color and red secondary color.


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

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

This text has shadow with #29495A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29495A on black background.


Color preview on white background

This text has color #29495A on white background.



Black color preview on #29495A background

This text has black color on #29495A background.


White color preview on #29495A background

This text has white color on #29495A background.