COLOR #292720

HEX: #292720
RGB: (41,39,32)

Color info

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

RGB color model

#292720 color RGB value is (41,39,32).

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

RGB channels and saturation

R 41 of 255 = 16%
G 39 of 255 = 15%
B 32 of 255 = 13%

41
39
32

R + G + B ~ 15%. #292720 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 32 = 112 (100%)
R 41 of 112 ~ 36.61%
G 39 of 112 ~ 34.82%
B 32 of 112 ~ 28.57%

%36.61
%34.82
%28.57

CMYK color model

#292720 color CMYK value is (0,5,22,84).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 21.95%
  • key color value is 83.92%
CMYK:
(0,5,22,84)
C0M5Y22K84 
(0%,5%,22%,84%)
(0.00/0.05/0.22/0.84)	

CMYK percentages

%0
%4.88
%21.95
%83.92

Codes

Color #292720 in popluar color models

292720
RGB413932
HSL47°12.33%14.31%
HSB/HSV47°21.95%16.08%
CMYK0.00%4.88%21.95%
83.92%

Color #292720 in popluar number systems.

HEX292720
Decimal413932
Binary101001100111100000
Octal514740

Shades and tints

Shades of #292720

#292720
(41,39,32)
#26241E
(38,36,30)
#23211C
(35,33,28)
#201E1A
(32,30,26)
#1D1B18
(29,27,24)
#1A1816
(26,24,22)
#171514
(23,21,20)
#141212
(20,18,18)
#110F10
(17,15,16)
#0E0C0E
(14,12,14)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #292720

#292720
(41,39,32)
#3C3A34
(60,58,52)
#4F4D48
(79,77,72)
#62605C
(98,96,92)
#757370
(117,115,112)
#888684
(136,134,132)
#9B9998
(155,153,152)
#AEACAC
(174,172,172)
#C1BFC0
(193,191,192)
#D4D2D4
(212,210,212)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292720; }

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

This text font color is #292720.


Background Color

.myBgColor { background-color: #292720; }

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

This div background color is #292720.


Border color

.myBorderColor { border: 1px solid #292720; }

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

This div border color is #292720.


Opacity

.myOpacity80 { color: #292720; opacity: 0.8; }

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

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

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

This text has shadow with #292720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292720 on black background.


Color preview on white background

This text has color #292720 on white background.



Black color preview on #292720 background

This text has black color on #292720 background.


White color preview on #292720 background

This text has white color on #292720 background.