COLOR #29004E

HEX: #29004E
RGB: (41,0,78)

Color info

#29004E contains only red and blue colors. Web safe color of #29004E is #330066 (or #306).

RGB color model

#29004E color RGB value is (41,0,78).

  • red value is 41;
  • green value is 0;
  • blue value is 78.
RGB:
(41,0,78)
(16%,0%,31%)

RGB channels and saturation

R 41 of 255 = 16%
G 0 of 255 = 0%
B 78 of 255 = 31%

41
0
78

R + G + B ~ 16%. #29004E is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 0 + 78 = 119 (100%)
R 41 of 119 ~ 34.45%
G 0 of 119 ~ 0%
B 78 of 119 ~ 65.55%

%34.45
%65.55

CMYK color model

#29004E color CMYK value is (47,100,0,69).

  • cyan value is 47.44%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(47,100,0,69)
C47M100Y0K69 
(47%,100%,0%,69%)
(0.47/1.00/0.00/0.69)	

CMYK percentages

%47.44
%100
%0
%69.41

Codes

Color #29004E in popluar color models

29004E
RGB41078
HSL272°100.00%15.29%
HSB/HSV272°100.00%30.59%
CMYK47.44%100.00%0.00%
69.41%

Color #29004E in popluar number systems.

HEX29004E
Decimal41078
Binary10100101001110
Octal510116

Shades and tints

Shades of #29004E

#29004E
(41,0,78)
#260047
(38,0,71)
#230040
(35,0,64)
#200039
(32,0,57)
#1D0032
(29,0,50)
#1A002B
(26,0,43)
#170024
(23,0,36)
#14001D
(20,0,29)
#110016
(17,0,22)
#0E000F
(14,0,15)
#0B0008
(11,0,8)
#000000
(0,0,0)

Tints of #29004E

#29004E
(41,0,78)
#3C175E
(60,23,94)
#4F2E6E
(79,46,110)
#62457E
(98,69,126)
#755C8E
(117,92,142)
#88739E
(136,115,158)
#9B8AAE
(155,138,174)
#AEA1BE
(174,161,190)
#C1B8CE
(193,184,206)
#D4CFDE
(212,207,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29004E color. Also use rgb(41,0,78) instead hex code.

Text Font Color

.myTextColor { color: #29004E; }

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

This text font color is #29004E.


Background Color

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

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

This div background color is #29004E.


Border color

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

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

This div border color is #29004E.


Opacity

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

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

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

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

This text has shadow with #29004E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29004E on black background.


Color preview on white background

This text has color #29004E on white background.



Black color preview on #29004E background

This text has black color on #29004E background.


White color preview on #29004E background

This text has white color on #29004E background.