COLOR #290C0A

HEX: #290C0A
RGB: (41,12,10)

Color info

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

RGB color model

#290C0A color RGB value is (41,12,10).

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

RGB channels and saturation

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

41
12
10

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

Portions of RGB colors in percentages

R + G + B =
41 + 12 + 10 = 63 (100%)
R 41 of 63 ~ 65.08%
G 12 of 63 ~ 19.05%
B 10 of 63 ~ 15.87%

%65.08
%19.05
%15.87

CMYK color model

#290C0A color CMYK value is (0,71,76,84).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK:
(0,71,76,84)
C0M71Y76K84 
(0%,71%,76%,84%)
(0.00/0.71/0.76/0.84)	

CMYK percentages

%0
%70.73
%75.61
%83.92

Codes

Color #290C0A in popluar color models

290C0A
RGB411210
HSL60.78%10.00%
HSB/HSV75.61%16.08%
CMYK0.00%70.73%75.61%
83.92%

Color #290C0A in popluar number systems.

HEX290C0A
Decimal411210
Binary10100111001010
Octal511412

Shades and tints

Shades of #290C0A

#290C0A
(41,12,10)
#260B0A
(38,11,10)
#230A0A
(35,10,10)
#20090A
(32,9,10)
#1D080A
(29,8,10)
#1A070A
(26,7,10)
#17060A
(23,6,10)
#14050A
(20,5,10)
#11040A
(17,4,10)
#0E030A
(14,3,10)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #290C0A

#290C0A
(41,12,10)
#3C2220
(60,34,32)
#4F3836
(79,56,54)
#624E4C
(98,78,76)
#756462
(117,100,98)
#887A78
(136,122,120)
#9B908E
(155,144,142)
#AEA6A4
(174,166,164)
#C1BCBA
(193,188,186)
#D4D2D0
(212,210,208)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290C0A; }

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

This text font color is #290C0A.


Background Color

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

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

This div background color is #290C0A.


Border color

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

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

This div border color is #290C0A.


Opacity

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

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

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

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

This text has shadow with #290C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290C0A on black background.


Color preview on white background

This text has color #290C0A on white background.



Black color preview on #290C0A background

This text has black color on #290C0A background.


White color preview on #290C0A background

This text has white color on #290C0A background.