COLOR #29334F

HEX: #29334F
RGB: (41,51,79)

Color info

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

RGB color model

#29334F color RGB value is (41,51,79).

  • red value is 41;
  • green value is 51;
  • blue value is 79.
RGB:
(41,51,79)
(16%,20%,31%)

RGB channels and saturation

R 41 of 255 = 16%
G 51 of 255 = 20%
B 79 of 255 = 31%

41
51
79

R + G + B ~ 22%. #29334F is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 51 + 79 = 171 (100%)
R 41 of 171 ~ 23.98%
G 51 of 171 ~ 29.82%
B 79 of 171 ~ 46.2%

%23.98
%29.82
%46.2

CMYK color model

#29334F color CMYK value is (48,35,0,69).

  • cyan value is 48.10%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(48,35,0,69)
C48M35Y0K69 
(48%,35%,0%,69%)
(0.48/0.35/0.00/0.69)	

CMYK percentages

%48.1
%35.44
%0
%69.02

Codes

Color #29334F in popluar color models

29334F
RGB415179
HSL224°31.67%23.53%
HSB/HSV224°48.10%30.98%
CMYK48.10%35.44%0.00%
69.02%

Color #29334F in popluar number systems.

HEX29334F
Decimal415179
Binary1010011100111001111
Octal5163117

Shades and tints

Shades of #29334F

#29334F
(41,51,79)
#262F48
(38,47,72)
#232B41
(35,43,65)
#20273A
(32,39,58)
#1D2333
(29,35,51)
#1A1F2C
(26,31,44)
#171B25
(23,27,37)
#14171E
(20,23,30)
#111317
(17,19,23)
#0E0F10
(14,15,16)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #29334F

#29334F
(41,51,79)
#3C455F
(60,69,95)
#4F576F
(79,87,111)
#62697F
(98,105,127)
#757B8F
(117,123,143)
#888D9F
(136,141,159)
#9B9FAF
(155,159,175)
#AEB1BF
(174,177,191)
#C1C3CF
(193,195,207)
#D4D5DF
(212,213,223)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29334F; }

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

This text font color is #29334F.


Background Color

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

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

This div background color is #29334F.


Border color

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

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

This div border color is #29334F.


Opacity

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

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

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

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

This text has shadow with #29334F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29334F on black background.


Color preview on white background

This text has color #29334F on white background.



Black color preview on #29334F background

This text has black color on #29334F background.


White color preview on #29334F background

This text has white color on #29334F background.