COLOR #29302C

HEX: #29302C RGB: (41,48,44)

Color info

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

RGB color model

#29302C color RGB value is (41,48,44).

RGB: (41,48,44) (16%, 19%, 17%)

RGB channels and saturation

R 41 of 255 = 16%
G 48 of 255 = 19%
B 44 of 255 = 17%

41
48
44

R + G + B ~ 17%. #29302C is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 48 + 44 = 133 (100%)
R 41 of 133 ~ 30.83%
G 48 of 133 ~ 36.09%
B 44 of 133 ~ 33.08'%

%30.83
%36.09
%33.08

CMYK color model

#29302C color CMYK value is (15,0,8,81).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 81.18%
CMYK: (15,0,8,81) C15M0Y8K81 (15%,0%,8%,81%) (0.15/0.00/0.08/0.81) 

CMYK percentages

%14.58
%0
%8.33
%81.18

Codes

Color #29302C in popluar color models

29 30 2C
RGB 41 48 44
HSL 146° 7.87% 17.45%
HSB/HSV 146° 14.58% 18.82%
CMYK 14.58% 0.00% 8.33%
81.18%

Color #29302C in popluar number systems.

HEX 29 30 2C
Decimal 41 48 44
Binary 101001 110000 101100
Octal 51 60 54

Shades and tints

Shades of #29302C

#29302C
(41,48,44)
#262C28
(38,44,40)
#232824
(35,40,36)
#202420
(32,36,32)
#1D201C
(29,32,28)
#1A1C18
(26,28,24)
#171814
(23,24,20)
#141410
(20,20,16)
#11100C
(17,16,12)
#0E0C08
(14,12,8)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #29302C

#29302C
(41,48,44)
#3C423F
(60,66,63)
#4F5452
(79,84,82)
#626665
(98,102,101)
#757878
(117,120,120)
#888A8B
(136,138,139)
#9B9C9E
(155,156,158)
#AEAEB1
(174,174,177)
#C1C0C4
(193,192,196)
#D4D2D7
(212,210,215)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29302C color. Also use rgb(41,48,44) instead hex code.

Text Font Color

.myTextColor { color: #29302C; }

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

This text font color is #29302C.

Background Color

.myBgColor { background-color: #29302C; }

<div style="background-color:#29302C">Inner text</div>

This div background color is #29302C.

Border color

.myBorderColor { border: 1px solid #29302C; }

<div style="border:3px solid #29302C">Div</div>

This div border color is #29302C.

Opacity

.myOpacity80 { color: #29302C; opacity: 0.8; }

<p style="color:#29302C;opacity:0.8;">80%</p>

Text with #29302C 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 #29302C;}

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

This text has shadow with #29302C color.


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

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

This text has shadow with #29302C primary color and red secondary color.


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

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

This text has shadow with #29302C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #29302C.

Preview

Color preview on black background

This text has color #29302C on black background.


Color preview on white background

This text has color #29302C on white background.


Black color preview on #29302C background

This text has black color on #29302C background.


White color preview on #29302C background

This text has white color on #29302C background.


Related colors

Complementary color

Complementary color for #hex is #D6CFD3.


I love getcolorcode.com

Triadic colors

1 #2C2930 and #302C29 with #29302C are triadic colors.

2 #2C3029 and #30292C with #29302C are triadic colors.