COLOR #290A0D

HEX: #290A0D
RGB: (41,10,13)

Color info

#290A0D contains red, green and blue colors in about the same proportion. Web safe color of #290A0D is #330000 (or #300).

RGB color model

#290A0D color RGB value is (41,10,13).

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

RGB channels and saturation

R 41 of 255 = 16%
G 10 of 255 = 4%
B 13 of 255 = 5%

41
10
13

R + G + B ~ 8%. #290A0D is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 10 + 13 = 64 (100%)
R 41 of 64 ~ 64.06%
G 10 of 64 ~ 15.63%
B 13 of 64 ~ 20.31%

%64.06
%15.63
%20.31

CMYK color model

#290A0D color CMYK value is (0,76,68,84).

  • cyan value is 0.00%
  • magenta value is 75.61%
  • yellow value is 68.29%
  • key color value is 83.92%
CMYK:
(0,76,68,84)
C0M76Y68K84 
(0%,76%,68%,84%)
(0.00/0.76/0.68/0.84)	

CMYK percentages

%0
%75.61
%68.29
%83.92

Codes

Color #290A0D in popluar color models

290A0D
RGB411013
HSL354°60.78%10.00%
HSB/HSV354°75.61%16.08%
CMYK0.00%75.61%68.29%
83.92%

Color #290A0D in popluar number systems.

HEX290A0D
Decimal411013
Binary10100110101101
Octal511215

Shades and tints

Shades of #290A0D

#290A0D
(41,10,13)
#260A0C
(38,10,12)
#230A0B
(35,10,11)
#200A0A
(32,10,10)
#1D0A09
(29,10,9)
#1A0A08
(26,10,8)
#170A07
(23,10,7)
#140A06
(20,10,6)
#110A05
(17,10,5)
#0E0A04
(14,10,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #290A0D

#290A0D
(41,10,13)
#3C2023
(60,32,35)
#4F3639
(79,54,57)
#624C4F
(98,76,79)
#756265
(117,98,101)
#88787B
(136,120,123)
#9B8E91
(155,142,145)
#AEA4A7
(174,164,167)
#C1BABD
(193,186,189)
#D4D0D3
(212,208,211)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290A0D color. Also use rgb(41,10,13) instead hex code.

Text Font Color

.myTextColor { color: #290A0D; }

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

This text font color is #290A0D.


Background Color

.myBgColor { background-color: #290A0D; }

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

This div background color is #290A0D.


Border color

.myBorderColor { border: 1px solid #290A0D; }

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

This div border color is #290A0D.


Opacity

.myOpacity80 { color: #290A0D; opacity: 0.8; }

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

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

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

This text has shadow with #290A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290A0D on black background.


Color preview on white background

This text has color #290A0D on white background.



Black color preview on #290A0D background

This text has black color on #290A0D background.


White color preview on #290A0D background

This text has white color on #290A0D background.