COLOR #29334C

HEX: #29334C
RGB: (41,51,76)

Color info

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

RGB color model

#29334C color RGB value is (41,51,76).

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

RGB channels and saturation

R 41 of 255 = 16%
G 51 of 255 = 20%
B 76 of 255 = 30%

41
51
76

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

Portions of RGB colors in percentages

R + G + B =
41 + 51 + 76 = 168 (100%)
R 41 of 168 ~ 24.4%
G 51 of 168 ~ 30.36%
B 76 of 168 ~ 45.24%

%24.4
%30.36
%45.24

CMYK color model

#29334C color CMYK value is (46,33,0,70).

  • cyan value is 46.05%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(46,33,0,70)
C46M33Y0K70 
(46%,33%,0%,70%)
(0.46/0.33/0.00/0.70)	

CMYK percentages

%46.05
%32.89
%0
%70.2

Codes

Color #29334C in popluar color models

29334C
RGB415176
HSL223°29.91%22.94%
HSB/HSV223°46.05%29.80%
CMYK46.05%32.89%0.00%
70.20%

Color #29334C in popluar number systems.

HEX29334C
Decimal415176
Binary1010011100111001100
Octal5163114

Shades and tints

Shades of #29334C

#29334C
(41,51,76)
#262F46
(38,47,70)
#232B40
(35,43,64)
#20273A
(32,39,58)
#1D2334
(29,35,52)
#1A1F2E
(26,31,46)
#171B28
(23,27,40)
#141722
(20,23,34)
#11131C
(17,19,28)
#0E0F16
(14,15,22)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #29334C

#29334C
(41,51,76)
#3C455C
(60,69,92)
#4F576C
(79,87,108)
#62697C
(98,105,124)
#757B8C
(117,123,140)
#888D9C
(136,141,156)
#9B9FAC
(155,159,172)
#AEB1BC
(174,177,188)
#C1C3CC
(193,195,204)
#D4D5DC
(212,213,220)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29334C; }

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

This text font color is #29334C.


Background Color

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

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

This div background color is #29334C.


Border color

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

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

This div border color is #29334C.


Opacity

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

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

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

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

This text has shadow with #29334C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29334C on black background.


Color preview on white background

This text has color #29334C on white background.



Black color preview on #29334C background

This text has black color on #29334C background.


White color preview on #29334C background

This text has white color on #29334C background.