COLOR #291D13

HEX: #291D13
RGB: (41,29,19)

Color info

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

RGB color model

#291D13 color RGB value is (41,29,19).

  • red value is 41;
  • green value is 29;
  • blue value is 19.
RGB:
(41,29,19)
(16%,11%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 29 of 255 = 11%
B 19 of 255 = 7%

41
29
19

R + G + B ~ 11%. #291D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 29 + 19 = 89 (100%)
R 41 of 89 ~ 46.07%
G 29 of 89 ~ 32.58%
B 19 of 89 ~ 21.35%

%46.07
%32.58
%21.35

CMYK color model

#291D13 color CMYK value is (0,29,54,84).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 53.66%
  • key color value is 83.92%
CMYK:
(0,29,54,84)
C0M29Y54K84 
(0%,29%,54%,84%)
(0.00/0.29/0.54/0.84)	

CMYK percentages

%0
%29.27
%53.66
%83.92

Codes

Color #291D13 in popluar color models

291D13
RGB412919
HSL27°36.67%11.76%
HSB/HSV27°53.66%16.08%
CMYK0.00%29.27%53.66%
83.92%

Color #291D13 in popluar number systems.

HEX291D13
Decimal412919
Binary1010011110110011
Octal513523

Shades and tints

Shades of #291D13

#291D13
(41,29,19)
#261B12
(38,27,18)
#231911
(35,25,17)
#201710
(32,23,16)
#1D150F
(29,21,15)
#1A130E
(26,19,14)
#17110D
(23,17,13)
#140F0C
(20,15,12)
#110D0B
(17,13,11)
#0E0B0A
(14,11,10)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #291D13

#291D13
(41,29,19)
#3C3128
(60,49,40)
#4F453D
(79,69,61)
#625952
(98,89,82)
#756D67
(117,109,103)
#88817C
(136,129,124)
#9B9591
(155,149,145)
#AEA9A6
(174,169,166)
#C1BDBB
(193,189,187)
#D4D1D0
(212,209,208)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #291D13 color. Also use rgb(41,29,19) instead hex code.

Text Font Color

.myTextColor { color: #291D13; }

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

This text font color is #291D13.


Background Color

.myBgColor { background-color: #291D13; }

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

This div background color is #291D13.


Border color

.myBorderColor { border: 1px solid #291D13; }

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

This div border color is #291D13.


Opacity

.myOpacity80 { color: #291D13; opacity: 0.8; }

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

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

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

This text has shadow with #291D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291D13 on black background.


Color preview on white background

This text has color #291D13 on white background.



Black color preview on #291D13 background

This text has black color on #291D13 background.


White color preview on #291D13 background

This text has white color on #291D13 background.