COLOR #292819

HEX: #292819
RGB: (41,40,25)

Color info

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

RGB color model

#292819 color RGB value is (41,40,25).

  • red value is 41;
  • green value is 40;
  • blue value is 25.
RGB:
(41,40,25)
(16%,16%,10%)

RGB channels and saturation

R 41 of 255 = 16%
G 40 of 255 = 16%
B 25 of 255 = 10%

41
40
25

R + G + B ~ 14%. #292819 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 40 + 25 = 106 (100%)
R 41 of 106 ~ 38.68%
G 40 of 106 ~ 37.74%
B 25 of 106 ~ 23.58%

%38.68
%37.74
%23.58

CMYK color model

#292819 color CMYK value is (0,2,39,84).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 39.02%
  • key color value is 83.92%
CMYK:
(0,2,39,84)
C0M2Y39K84 
(0%,2%,39%,84%)
(0.00/0.02/0.39/0.84)	

CMYK percentages

%0
%2.44
%39.02
%83.92

Codes

Color #292819 in popluar color models

292819
RGB414025
HSL56°24.24%12.94%
HSB/HSV56°39.02%16.08%
CMYK0.00%2.44%39.02%
83.92%

Color #292819 in popluar number systems.

HEX292819
Decimal414025
Binary10100110100011001
Octal515031

Shades and tints

Shades of #292819

#292819
(41,40,25)
#262517
(38,37,23)
#232215
(35,34,21)
#201F13
(32,31,19)
#1D1C11
(29,28,17)
#1A190F
(26,25,15)
#17160D
(23,22,13)
#14130B
(20,19,11)
#111009
(17,16,9)
#0E0D07
(14,13,7)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #292819

#292819
(41,40,25)
#3C3B2D
(60,59,45)
#4F4E41
(79,78,65)
#626155
(98,97,85)
#757469
(117,116,105)
#88877D
(136,135,125)
#9B9A91
(155,154,145)
#AEADA5
(174,173,165)
#C1C0B9
(193,192,185)
#D4D3CD
(212,211,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292819 color. Also use rgb(41,40,25) instead hex code.

Text Font Color

.myTextColor { color: #292819; }

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

This text font color is #292819.


Background Color

.myBgColor { background-color: #292819; }

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

This div background color is #292819.


Border color

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

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

This div border color is #292819.


Opacity

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

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

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

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

This text has shadow with #292819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292819 on black background.


Color preview on white background

This text has color #292819 on white background.



Black color preview on #292819 background

This text has black color on #292819 background.


White color preview on #292819 background

This text has white color on #292819 background.