COLOR #292716

HEX: #292716
RGB: (41,39,22)

Color info

#292716 contains red, green and blue colors in about the same proportion. Web safe color of #292716 is #333300 (or #330).

RGB color model

#292716 color RGB value is (41,39,22).

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

RGB channels and saturation

R 41 of 255 = 16%
G 39 of 255 = 15%
B 22 of 255 = 9%

41
39
22

R + G + B ~ 13%. #292716 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 22 = 102 (100%)
R 41 of 102 ~ 40.2%
G 39 of 102 ~ 38.24%
B 22 of 102 ~ 21.57%

%40.2
%38.24
%21.57

CMYK color model

#292716 color CMYK value is (0,5,46,84).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 46.34%
  • key color value is 83.92%
CMYK:
(0,5,46,84)
C0M5Y46K84 
(0%,5%,46%,84%)
(0.00/0.05/0.46/0.84)	

CMYK percentages

%0
%4.88
%46.34
%83.92

Codes

Color #292716 in popluar color models

292716
RGB413922
HSL54°30.16%12.35%
HSB/HSV54°46.34%16.08%
CMYK0.00%4.88%46.34%
83.92%

Color #292716 in popluar number systems.

HEX292716
Decimal413922
Binary10100110011110110
Octal514726

Shades and tints

Shades of #292716

#292716
(41,39,22)
#262414
(38,36,20)
#232112
(35,33,18)
#201E10
(32,30,16)
#1D1B0E
(29,27,14)
#1A180C
(26,24,12)
#17150A
(23,21,10)
#141208
(20,18,8)
#110F06
(17,15,6)
#0E0C04
(14,12,4)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #292716

#292716
(41,39,22)
#3C3A2B
(60,58,43)
#4F4D40
(79,77,64)
#626055
(98,96,85)
#75736A
(117,115,106)
#88867F
(136,134,127)
#9B9994
(155,153,148)
#AEACA9
(174,172,169)
#C1BFBE
(193,191,190)
#D4D2D3
(212,210,211)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292716; }

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

This text font color is #292716.


Background Color

.myBgColor { background-color: #292716; }

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

This div background color is #292716.


Border color

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

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

This div border color is #292716.


Opacity

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

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

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

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

This text has shadow with #292716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292716 on black background.


Color preview on white background

This text has color #292716 on white background.



Black color preview on #292716 background

This text has black color on #292716 background.


White color preview on #292716 background

This text has white color on #292716 background.