COLOR #292709

HEX: #292709
RGB: (41,39,9)

Color info

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

RGB color model

#292709 color RGB value is (41,39,9).

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

RGB channels and saturation

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

41
39
9

R + G + B ~ 12%. #292709 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 9 = 89 (100%)
R 41 of 89 ~ 46.07%
G 39 of 89 ~ 43.82%
B 9 of 89 ~ 10.11%

%46.07
%43.82
%10.11

CMYK color model

#292709 color CMYK value is (0,5,78,84).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 78.05%
  • key color value is 83.92%
CMYK:
(0,5,78,84)
C0M5Y78K84 
(0%,5%,78%,84%)
(0.00/0.05/0.78/0.84)	

CMYK percentages

%0
%4.88
%78.05
%83.92

Codes

Color #292709 in popluar color models

292709
RGB41399
HSL56°64.00%9.80%
HSB/HSV56°78.05%16.08%
CMYK0.00%4.88%78.05%
83.92%

Color #292709 in popluar number systems.

HEX292709
Decimal41399
Binary1010011001111001
Octal514711

Shades and tints

Shades of #292709

#292709
(41,39,9)
#262409
(38,36,9)
#232109
(35,33,9)
#201E09
(32,30,9)
#1D1B09
(29,27,9)
#1A1809
(26,24,9)
#171509
(23,21,9)
#141209
(20,18,9)
#110F09
(17,15,9)
#0E0C09
(14,12,9)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #292709

#292709
(41,39,9)
#3C3A1F
(60,58,31)
#4F4D35
(79,77,53)
#62604B
(98,96,75)
#757361
(117,115,97)
#888677
(136,134,119)
#9B998D
(155,153,141)
#AEACA3
(174,172,163)
#C1BFB9
(193,191,185)
#D4D2CF
(212,210,207)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292709; }

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

This text font color is #292709.


Background Color

.myBgColor { background-color: #292709; }

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

This div background color is #292709.


Border color

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

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

This div border color is #292709.


Opacity

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

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

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

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

This text has shadow with #292709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292709 on black background.


Color preview on white background

This text has color #292709 on white background.



Black color preview on #292709 background

This text has black color on #292709 background.


White color preview on #292709 background

This text has white color on #292709 background.