COLOR #29303D

HEX: #29303D
RGB: (41,48,61)

Color info

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

RGB color model

#29303D color RGB value is (41,48,61).

  • red value is 41;
  • green value is 48;
  • blue value is 61.
RGB:
(41,48,61)
(16%,19%,24%)

RGB channels and saturation

R 41 of 255 = 16%
G 48 of 255 = 19%
B 61 of 255 = 24%

41
48
61

R + G + B ~ 20%. #29303D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 48 + 61 = 150 (100%)
R 41 of 150 ~ 27.33%
G 48 of 150 ~ 32%
B 61 of 150 ~ 40.67%

%27.33
%32
%40.67

CMYK color model

#29303D color CMYK value is (33,21,0,76).

  • cyan value is 32.79%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(33,21,0,76)
C33M21Y0K76 
(33%,21%,0%,76%)
(0.33/0.21/0.00/0.76)	

CMYK percentages

%32.79
%21.31
%0
%76.08

Codes

Color #29303D in popluar color models

29303D
RGB414861
HSL219°19.61%20.00%
HSB/HSV219°32.79%23.92%
CMYK32.79%21.31%0.00%
76.08%

Color #29303D in popluar number systems.

HEX29303D
Decimal414861
Binary101001110000111101
Octal516075

Shades and tints

Shades of #29303D

#29303D
(41,48,61)
#262C38
(38,44,56)
#232833
(35,40,51)
#20242E
(32,36,46)
#1D2029
(29,32,41)
#1A1C24
(26,28,36)
#17181F
(23,24,31)
#14141A
(20,20,26)
#111015
(17,16,21)
#0E0C10
(14,12,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #29303D

#29303D
(41,48,61)
#3C424E
(60,66,78)
#4F545F
(79,84,95)
#626670
(98,102,112)
#757881
(117,120,129)
#888A92
(136,138,146)
#9B9CA3
(155,156,163)
#AEAEB4
(174,174,180)
#C1C0C5
(193,192,197)
#D4D2D6
(212,210,214)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29303D color. Also use rgb(41,48,61) instead hex code.

Text Font Color

.myTextColor { color: #29303D; }

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

This text font color is #29303D.


Background Color

.myBgColor { background-color: #29303D; }

<div style="background-color:#29303D">Inner text</div>

This div background color is #29303D.


Border color

.myBorderColor { border: 1px solid #29303D; }

<div style="border:3px solid #29303D">Div</div>

This div border color is #29303D.


Opacity

.myOpacity80 { color: #29303D; opacity: 0.8; }

<p style="color:#29303D;opacity:0.8;">80%</p>

Text with #29303D 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 #29303D;}

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

This text has shadow with #29303D color.

.textShadow {text-shadow: 3px 3px 1px #29303D, 3px 3px 1px red;}

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

This text has shadow with #29303D primary color and red secondary color.


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

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

This text has shadow with #29303D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29303D on black background.


Color preview on white background

This text has color #29303D on white background.



Black color preview on #29303D background

This text has black color on #29303D background.


White color preview on #29303D background

This text has white color on #29303D background.