COLOR #292719

HEX: #292719
RGB: (41,39,25)

Color info

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

RGB color model

#292719 color RGB value is (41,39,25).

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

RGB channels and saturation

R 41 of 255 = 16%
G 39 of 255 = 15%
B 25 of 255 = 10%

41
39
25

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

Portions of RGB colors in percentages

R + G + B =
41 + 39 + 25 = 105 (100%)
R 41 of 105 ~ 39.05%
G 39 of 105 ~ 37.14%
B 25 of 105 ~ 23.81%

%39.05
%37.14
%23.81

CMYK color model

#292719 color CMYK value is (0,5,39,84).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 39.02%
  • key color value is 83.92%
CMYK:
(0,5,39,84)
C0M5Y39K84 
(0%,5%,39%,84%)
(0.00/0.05/0.39/0.84)	

CMYK percentages

%0
%4.88
%39.02
%83.92

Codes

Color #292719 in popluar color models

292719
RGB413925
HSL53°24.24%12.94%
HSB/HSV53°39.02%16.08%
CMYK0.00%4.88%39.02%
83.92%

Color #292719 in popluar number systems.

HEX292719
Decimal413925
Binary10100110011111001
Octal514731

Shades and tints

Shades of #292719

#292719
(41,39,25)
#262417
(38,36,23)
#232115
(35,33,21)
#201E13
(32,30,19)
#1D1B11
(29,27,17)
#1A180F
(26,24,15)
#17150D
(23,21,13)
#14120B
(20,18,11)
#110F09
(17,15,9)
#0E0C07
(14,12,7)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #292719

#292719
(41,39,25)
#3C3A2D
(60,58,45)
#4F4D41
(79,77,65)
#626055
(98,96,85)
#757369
(117,115,105)
#88867D
(136,134,125)
#9B9991
(155,153,145)
#AEACA5
(174,172,165)
#C1BFB9
(193,191,185)
#D4D2CD
(212,210,205)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292719; }

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

This text font color is #292719.


Background Color

.myBgColor { background-color: #292719; }

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

This div background color is #292719.


Border color

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

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

This div border color is #292719.


Opacity

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

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

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

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

This text has shadow with #292719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292719 on black background.


Color preview on white background

This text has color #292719 on white background.



Black color preview on #292719 background

This text has black color on #292719 background.


White color preview on #292719 background

This text has white color on #292719 background.