COLOR #290626

HEX: #290626
RGB: (41,6,38)

Color info

#290626 contains red, green and blue colors in about the same proportion. Web safe color of #290626 is #330033 (or #303).

RGB color model

#290626 color RGB value is (41,6,38).

  • red value is 41;
  • green value is 6;
  • blue value is 38.
RGB:
(41,6,38)
(16%,2%,15%)

RGB channels and saturation

R 41 of 255 = 16%
G 6 of 255 = 2%
B 38 of 255 = 15%

41
6
38

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

Portions of RGB colors in percentages

R + G + B =
41 + 6 + 38 = 85 (100%)
R 41 of 85 ~ 48.24%
G 6 of 85 ~ 7.06%
B 38 of 85 ~ 44.71%

%48.24
%44.71

CMYK color model

#290626 color CMYK value is (0,85,7,84).

  • cyan value is 0.00%
  • magenta value is 85.37%
  • yellow value is 7.32%
  • key color value is 83.92%
CMYK:
(0,85,7,84)
C0M85Y7K84 
(0%,85%,7%,84%)
(0.00/0.85/0.07/0.84)	

CMYK percentages

%0
%85.37
%7.32
%83.92

Codes

Color #290626 in popluar color models

290626
RGB41638
HSL305°74.47%9.22%
HSB/HSV305°85.37%16.08%
CMYK0.00%85.37%7.32%
83.92%

Color #290626 in popluar number systems.

HEX290626
Decimal41638
Binary101001110100110
Octal51646

Shades and tints

Shades of #290626

#290626
(41,6,38)
#260623
(38,6,35)
#230620
(35,6,32)
#20061D
(32,6,29)
#1D061A
(29,6,26)
#1A0617
(26,6,23)
#170614
(23,6,20)
#140611
(20,6,17)
#11060E
(17,6,14)
#0E060B
(14,6,11)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #290626

#290626
(41,6,38)
#3C1C39
(60,28,57)
#4F324C
(79,50,76)
#62485F
(98,72,95)
#755E72
(117,94,114)
#887485
(136,116,133)
#9B8A98
(155,138,152)
#AEA0AB
(174,160,171)
#C1B6BE
(193,182,190)
#D4CCD1
(212,204,209)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290626 color. Also use rgb(41,6,38) instead hex code.

Text Font Color

.myTextColor { color: #290626; }

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

This text font color is #290626.


Background Color

.myBgColor { background-color: #290626; }

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

This div background color is #290626.


Border color

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

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

This div border color is #290626.


Opacity

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

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

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

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

This text has shadow with #290626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290626 on black background.


Color preview on white background

This text has color #290626 on white background.



Black color preview on #290626 background

This text has black color on #290626 background.


White color preview on #290626 background

This text has white color on #290626 background.