COLOR #29313A

HEX: #29313A RGB: (41,49,58)

Color info

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

RGB color model

#29313A color RGB value is (41,49,58).

RGB: (41,49,58) (16%, 19%, 23%)

RGB channels and saturation

R 41 of 255 = 16%
G 49 of 255 = 19%
B 58 of 255 = 23%

41
49
58

R + G + B ~ 19%. #29313A is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 49 + 58 = 148 (100%)
R 41 of 148 ~ 27.7%
G 49 of 148 ~ 33.11%
B 58 of 148 ~ 39.19'%

%27.7
%33.11
%39.19

CMYK color model

#29313A color CMYK value is (29,16,0,77).

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

CMYK: (29,16,0,77)
C29M16Y0K77 (29%, 16%, 0%, 77%)
(0.29 / 0.16 / 0.00 / 0.77)

CMYK percentages

%29.31
%15.52
%0
%77.25

Codes

Color #29313A in popluar color models

29 31 3A
RGB 41 49 58
HSL 212° 17.17% 19.41%
HSB/HSV 212° 29.31% 22.75%
CMYK 29.31% 15.52% 0.00%
77.25%

Color #29313A in popluar number systems.

HEX 29 31 3A
Decimal 41 49 58
Binary 101001 110001 111010
Octal 51 61 72

Shades and tints

Shades of #29313A

#29313A
(41,49,58)
#262D35
(38,45,53)
#232930
(35,41,48)
#20252B
(32,37,43)
#1D2126
(29,33,38)
#1A1D21
(26,29,33)
#17191C
(23,25,28)
#141517
(20,21,23)
#111112
(17,17,18)
#0E0D0D
(14,13,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #29313A

#29313A
(41,49,58)
#3C434B
(60,67,75)
#4F555C
(79,85,92)
#62676D
(98,103,109)
#75797E
(117,121,126)
#888B8F
(136,139,143)
#9B9DA0
(155,157,160)
#AEAFB1
(174,175,177)
#C1C1C2
(193,193,194)
#D4D3D3
(212,211,211)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29313A; }

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

This text font color is #29313A.

Background Color

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

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

This div background color is #29313A.

Border color

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

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

This div border color is #29313A.

Opacity

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

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

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

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

This text has shadow with #29313A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #29313A.

Preview

Color preview on black background

This text has color #29313A on black background.


Color preview on white background

This text has color #29313A on white background.


Black color preview on #29313A background

This text has black color on #29313A background.


White color preview on #29313A background

This text has white color on #29313A background.


Related colors

Complementary color

Complementary color for #hex is #D6CEC5.


I love getcolorcode.com

Triadic colors

1 #3A2931 and #313A29 with #29313A are triadic colors.

2 #3A3129 and #31293A with #29313A are triadic colors.