COLOR #29363A

HEX: #29363A RGB: (41,54,58)

Color info

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

RGB color model

#29363A color RGB value is (41,54,58).

RGB: (41,54,58) (16%, 21%, 23%)

RGB channels and saturation

R 41 of 255 = 16%
G 54 of 255 = 21%
B 58 of 255 = 23%

41
54
58

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

Portions of RGB colors in percentages

R + G + B = 41 + 54 + 58 = 153 (100%)
R 41 of 153 ~ 26.8%
G 54 of 153 ~ 35.29%
B 58 of 153 ~ 37.91'%

%26.8
%35.29
%37.91

CMYK color model

#29363A color CMYK value is (29,7,0,77).

  • cyan value is 29.31%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (29,7,0,77)
C29M7Y0K77 (29%, 7%, 0%, 77%)
(0.29 / 0.07 / 0.00 / 0.77)

CMYK percentages

%29.31
%6.9
%0
%77.25

Codes

Color #29363A in popluar color models

29 36 3A
RGB 41 54 58
HSL 194° 17.17% 19.41%
HSB/HSV 194° 29.31% 22.75%
CMYK 29.31% 6.90% 0.00%
77.25%

Color #29363A in popluar number systems.

HEX 29 36 3A
Decimal 41 54 58
Binary 101001 110110 111010
Octal 51 66 72

Shades and tints

Shades of #29363A

#29363A
(41,54,58)
#263235
(38,50,53)
#232E30
(35,46,48)
#202A2B
(32,42,43)
#1D2626
(29,38,38)
#1A2221
(26,34,33)
#171E1C
(23,30,28)
#141A17
(20,26,23)
#111612
(17,22,18)
#0E120D
(14,18,13)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #29363A

#29363A
(41,54,58)
#3C484B
(60,72,75)
#4F5A5C
(79,90,92)
#626C6D
(98,108,109)
#757E7E
(117,126,126)
#88908F
(136,144,143)
#9BA2A0
(155,162,160)
#AEB4B1
(174,180,177)
#C1C6C2
(193,198,194)
#D4D8D3
(212,216,211)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29363A; }

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

This text font color is #29363A.

Background Color

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

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

This div background color is #29363A.

Border color

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

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

This div border color is #29363A.

Opacity

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

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

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

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

This text has shadow with #29363A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29363A.

Preview

Color preview on black background

This text has color #29363A on black background.


Color preview on white background

This text has color #29363A on white background.


Black color preview on #29363A background

This text has black color on #29363A background.


White color preview on #29363A background

This text has white color on #29363A background.


Related colors

Complementary color

Complementary color for #hex is #D6C9C5.


I love getcolorcode.com

Triadic colors

1 #3A2936 and #363A29 with #29363A are triadic colors.

2 #3A3629 and #36293A with #29363A are triadic colors.