COLOR #29363D

HEX: #29363D
RGB: (41,54,61)

Color info

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

RGB color model

#29363D color RGB value is (41,54,61).

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

RGB channels and saturation

R 41 of 255 = 16%
G 54 of 255 = 21%
B 61 of 255 = 24%

41
54
61

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

Portions of RGB colors in percentages

R + G + B =
41 + 54 + 61 = 156 (100%)
R 41 of 156 ~ 26.28%
G 54 of 156 ~ 34.62%
B 61 of 156 ~ 39.1%

%26.28
%34.62
%39.1

CMYK color model

#29363D color CMYK value is (33,11,0,76).

  • cyan value is 32.79%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(33,11,0,76)
C33M11Y0K76 
(33%,11%,0%,76%)
(0.33/0.11/0.00/0.76)	

CMYK percentages

%32.79
%11.48
%0
%76.08

Codes

Color #29363D in popluar color models

29363D
RGB415461
HSL201°19.61%20.00%
HSB/HSV201°32.79%23.92%
CMYK32.79%11.48%0.00%
76.08%

Color #29363D in popluar number systems.

HEX29363D
Decimal415461
Binary101001110110111101
Octal516675

Shades and tints

Shades of #29363D

#29363D
(41,54,61)
#263238
(38,50,56)
#232E33
(35,46,51)
#202A2E
(32,42,46)
#1D2629
(29,38,41)
#1A2224
(26,34,36)
#171E1F
(23,30,31)
#141A1A
(20,26,26)
#111615
(17,22,21)
#0E1210
(14,18,16)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #29363D

#29363D
(41,54,61)
#3C484E
(60,72,78)
#4F5A5F
(79,90,95)
#626C70
(98,108,112)
#757E81
(117,126,129)
#889092
(136,144,146)
#9BA2A3
(155,162,163)
#AEB4B4
(174,180,180)
#C1C6C5
(193,198,197)
#D4D8D6
(212,216,214)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29363D; }

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

This text font color is #29363D.


Background Color

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

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

This div background color is #29363D.


Border color

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

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

This div border color is #29363D.


Opacity

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

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

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

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

This text has shadow with #29363D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29363D on black background.


Color preview on white background

This text has color #29363D on white background.



Black color preview on #29363D background

This text has black color on #29363D background.


White color preview on #29363D background

This text has white color on #29363D background.