COLOR #29374B

HEX: #29374B
RGB: (41,55,75)

Color info

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

RGB color model

#29374B color RGB value is (41,55,75).

  • red value is 41;
  • green value is 55;
  • blue value is 75.
RGB:
(41,55,75)
(16%,22%,29%)

RGB channels and saturation

R 41 of 255 = 16%
G 55 of 255 = 22%
B 75 of 255 = 29%

41
55
75

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

Portions of RGB colors in percentages

R + G + B =
41 + 55 + 75 = 171 (100%)
R 41 of 171 ~ 23.98%
G 55 of 171 ~ 32.16%
B 75 of 171 ~ 43.86%

%23.98
%32.16
%43.86

CMYK color model

#29374B color CMYK value is (45,27,0,71).

  • cyan value is 45.33%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(45,27,0,71)
C45M27Y0K71 
(45%,27%,0%,71%)
(0.45/0.27/0.00/0.71)	

CMYK percentages

%45.33
%26.67
%0
%70.59

Codes

Color #29374B in popluar color models

29374B
RGB415575
HSL215°29.31%22.75%
HSB/HSV215°45.33%29.41%
CMYK45.33%26.67%0.00%
70.59%

Color #29374B in popluar number systems.

HEX29374B
Decimal415575
Binary1010011101111001011
Octal5167113

Shades and tints

Shades of #29374B

#29374B
(41,55,75)
#263245
(38,50,69)
#232D3F
(35,45,63)
#202839
(32,40,57)
#1D2333
(29,35,51)
#1A1E2D
(26,30,45)
#171927
(23,25,39)
#141421
(20,20,33)
#110F1B
(17,15,27)
#0E0A15
(14,10,21)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #29374B

#29374B
(41,55,75)
#3C495B
(60,73,91)
#4F5B6B
(79,91,107)
#626D7B
(98,109,123)
#757F8B
(117,127,139)
#88919B
(136,145,155)
#9BA3AB
(155,163,171)
#AEB5BB
(174,181,187)
#C1C7CB
(193,199,203)
#D4D9DB
(212,217,219)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29374B color. Also use rgb(41,55,75) instead hex code.

Text Font Color

.myTextColor { color: #29374B; }

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

This text font color is #29374B.


Background Color

.myBgColor { background-color: #29374B; }

<div style="background-color:#29374B">Inner text</div>

This div background color is #29374B.


Border color

.myBorderColor { border: 1px solid #29374B; }

<div style="border:3px solid #29374B">Div</div>

This div border color is #29374B.


Opacity

.myOpacity80 { color: #29374B; opacity: 0.8; }

<p style="color:#29374B;opacity:0.8;">80%</p>

Text with #29374B 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 #29374B;}

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

This text has shadow with #29374B color.

.textShadow {text-shadow: 3px 3px 1px #29374B, 3px 3px 1px red;}

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

This text has shadow with #29374B primary color and red secondary color.


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

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

This text has shadow with #29374B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29374B on black background.


Color preview on white background

This text has color #29374B on white background.



Black color preview on #29374B background

This text has black color on #29374B background.


White color preview on #29374B background

This text has white color on #29374B background.