COLOR #291D0A

HEX: #291D0A
RGB: (41,29,10)

Color info

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

RGB color model

#291D0A color RGB value is (41,29,10).

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

RGB channels and saturation

R 41 of 255 = 16%
G 29 of 255 = 11%
B 10 of 255 = 4%

41
29
10

R + G + B ~ 10%. #291D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 29 + 10 = 80 (100%)
R 41 of 80 ~ 51.25%
G 29 of 80 ~ 36.25%
B 10 of 80 ~ 12.5%

%51.25
%36.25
%12.5

CMYK color model

#291D0A color CMYK value is (0,29,76,84).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK:
(0,29,76,84)
C0M29Y76K84 
(0%,29%,76%,84%)
(0.00/0.29/0.76/0.84)	

CMYK percentages

%0
%29.27
%75.61
%83.92

Codes

Color #291D0A in popluar color models

291D0A
RGB412910
HSL37°60.78%10.00%
HSB/HSV37°75.61%16.08%
CMYK0.00%29.27%75.61%
83.92%

Color #291D0A in popluar number systems.

HEX291D0A
Decimal412910
Binary101001111011010
Octal513512

Shades and tints

Shades of #291D0A

#291D0A
(41,29,10)
#261B0A
(38,27,10)
#23190A
(35,25,10)
#20170A
(32,23,10)
#1D150A
(29,21,10)
#1A130A
(26,19,10)
#17110A
(23,17,10)
#140F0A
(20,15,10)
#110D0A
(17,13,10)
#0E0B0A
(14,11,10)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #291D0A

#291D0A
(41,29,10)
#3C3120
(60,49,32)
#4F4536
(79,69,54)
#62594C
(98,89,76)
#756D62
(117,109,98)
#888178
(136,129,120)
#9B958E
(155,149,142)
#AEA9A4
(174,169,164)
#C1BDBA
(193,189,186)
#D4D1D0
(212,209,208)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #291D0A; }

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

This text font color is #291D0A.


Background Color

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

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

This div background color is #291D0A.


Border color

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

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

This div border color is #291D0A.


Opacity

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

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

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

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

This text has shadow with #291D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291D0A on black background.


Color preview on white background

This text has color #291D0A on white background.



Black color preview on #291D0A background

This text has black color on #291D0A background.


White color preview on #291D0A background

This text has white color on #291D0A background.