COLOR #29272A

HEX: #29272A
RGB: (41,39,42)

Color info

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

RGB color model

#29272A color RGB value is (41,39,42).

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

RGB channels and saturation

R 41 of 255 = 16%
G 39 of 255 = 15%
B 42 of 255 = 16%

41
39
42

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

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 42 = 122 (100%)
R 41 of 122 ~ 33.61%
G 39 of 122 ~ 31.97%
B 42 of 122 ~ 34.43%

%33.61
%31.97
%34.43

CMYK color model

#29272A color CMYK value is (2,7,0,84).

  • cyan value is 2.38%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(2,7,0,84)
C2M7Y0K84 
(2%,7%,0%,84%)
(0.02/0.07/0.00/0.84)	

CMYK percentages

%2.38
%7.14
%0
%83.53

Codes

Color #29272A in popluar color models

29272A
RGB413942
HSL280°3.70%15.88%
HSB/HSV280°7.14%16.47%
CMYK2.38%7.14%0.00%
83.53%

Color #29272A in popluar number systems.

HEX29272A
Decimal413942
Binary101001100111101010
Octal514752

Shades and tints

Shades of #29272A

#29272A
(41,39,42)
#262427
(38,36,39)
#232124
(35,33,36)
#201E21
(32,30,33)
#1D1B1E
(29,27,30)
#1A181B
(26,24,27)
#171518
(23,21,24)
#141215
(20,18,21)
#110F12
(17,15,18)
#0E0C0F
(14,12,15)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #29272A

#29272A
(41,39,42)
#3C3A3D
(60,58,61)
#4F4D50
(79,77,80)
#626063
(98,96,99)
#757376
(117,115,118)
#888689
(136,134,137)
#9B999C
(155,153,156)
#AEACAF
(174,172,175)
#C1BFC2
(193,191,194)
#D4D2D5
(212,210,213)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29272A; }

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

This text font color is #29272A.


Background Color

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

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

This div background color is #29272A.


Border color

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

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

This div border color is #29272A.


Opacity

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

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

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

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

This text has shadow with #29272A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29272A on black background.


Color preview on white background

This text has color #29272A on white background.



Black color preview on #29272A background

This text has black color on #29272A background.


White color preview on #29272A background

This text has white color on #29272A background.