COLOR #29272F

HEX: #29272F
RGB: (41,39,47)

Color info

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

RGB color model

#29272F color RGB value is (41,39,47).

  • red value is 41;
  • green value is 39;
  • blue value is 47.
RGB:
(41,39,47)
(16%,15%,18%)

RGB channels and saturation

R 41 of 255 = 16%
G 39 of 255 = 15%
B 47 of 255 = 18%

41
39
47

R + G + B ~ 16%. #29272F is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 47 = 127 (100%)
R 41 of 127 ~ 32.28%
G 39 of 127 ~ 30.71%
B 47 of 127 ~ 37.01%

%32.28
%30.71
%37.01

CMYK color model

#29272F color CMYK value is (13,17,0,82).

  • cyan value is 12.77%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(13,17,0,82)
C13M17Y0K82 
(13%,17%,0%,82%)
(0.13/0.17/0.00/0.82)	

CMYK percentages

%12.77
%17.02
%0
%81.57

Codes

Color #29272F in popluar color models

29272F
RGB413947
HSL255°9.30%16.86%
HSB/HSV255°17.02%18.43%
CMYK12.77%17.02%0.00%
81.57%

Color #29272F in popluar number systems.

HEX29272F
Decimal413947
Binary101001100111101111
Octal514757

Shades and tints

Shades of #29272F

#29272F
(41,39,47)
#26242B
(38,36,43)
#232127
(35,33,39)
#201E23
(32,30,35)
#1D1B1F
(29,27,31)
#1A181B
(26,24,27)
#171517
(23,21,23)
#141213
(20,18,19)
#110F0F
(17,15,15)
#0E0C0B
(14,12,11)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #29272F

#29272F
(41,39,47)
#3C3A41
(60,58,65)
#4F4D53
(79,77,83)
#626065
(98,96,101)
#757377
(117,115,119)
#888689
(136,134,137)
#9B999B
(155,153,155)
#AEACAD
(174,172,173)
#C1BFBF
(193,191,191)
#D4D2D1
(212,210,209)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29272F color. Also use rgb(41,39,47) instead hex code.

Text Font Color

.myTextColor { color: #29272F; }

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

This text font color is #29272F.


Background Color

.myBgColor { background-color: #29272F; }

<div style="background-color:#29272F">Inner text</div>

This div background color is #29272F.


Border color

.myBorderColor { border: 1px solid #29272F; }

<div style="border:3px solid #29272F">Div</div>

This div border color is #29272F.


Opacity

.myOpacity80 { color: #29272F; opacity: 0.8; }

<p style="color:#29272F;opacity:0.8;">80%</p>

Text with #29272F 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 #29272F;}

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

This text has shadow with #29272F color.

.textShadow {text-shadow: 3px 3px 1px #29272F, 3px 3px 1px red;}

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

This text has shadow with #29272F primary color and red secondary color.


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

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

This text has shadow with #29272F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29272F on black background.


Color preview on white background

This text has color #29272F on white background.



Black color preview on #29272F background

This text has black color on #29272F background.


White color preview on #29272F background

This text has white color on #29272F background.