COLOR #290307

HEX: #290307
RGB: (41,3,7)

Color info

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

RGB color model

#290307 color RGB value is (41,3,7).

  • red value is 41;
  • green value is 3;
  • blue value is 7.
RGB:
(41,3,7)
(16%,1%,3%)

RGB channels and saturation

R 41 of 255 = 16%
G 3 of 255 = 1%
B 7 of 255 = 3%

41
3
7

R + G + B ~ 7%. #290307 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 3 + 7 = 51 (100%)
R 41 of 51 ~ 80.39%
G 3 of 51 ~ 5.88%
B 7 of 51 ~ 13.73%

%80.39
%13.73

CMYK color model

#290307 color CMYK value is (0,93,83,84).

  • cyan value is 0.00%
  • magenta value is 92.68%
  • yellow value is 82.93%
  • key color value is 83.92%
CMYK:
(0,93,83,84)
C0M93Y83K84 
(0%,93%,83%,84%)
(0.00/0.93/0.83/0.84)	

CMYK percentages

%0
%92.68
%82.93
%83.92

Codes

Color #290307 in popluar color models

290307
RGB4137
HSL354°86.36%8.63%
HSB/HSV354°92.68%16.08%
CMYK0.00%92.68%82.93%
83.92%

Color #290307 in popluar number systems.

HEX290307
Decimal4137
Binary10100111111
Octal5137

Shades and tints

Shades of #290307

#290307
(41,3,7)
#260307
(38,3,7)
#230307
(35,3,7)
#200307
(32,3,7)
#1D0307
(29,3,7)
#1A0307
(26,3,7)
#170307
(23,3,7)
#140307
(20,3,7)
#110307
(17,3,7)
#0E0307
(14,3,7)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #290307

#290307
(41,3,7)
#3C191D
(60,25,29)
#4F2F33
(79,47,51)
#624549
(98,69,73)
#755B5F
(117,91,95)
#887175
(136,113,117)
#9B878B
(155,135,139)
#AE9DA1
(174,157,161)
#C1B3B7
(193,179,183)
#D4C9CD
(212,201,205)
#E7DFE3
(231,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290307 color. Also use rgb(41,3,7) instead hex code.

Text Font Color

.myTextColor { color: #290307; }

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

This text font color is #290307.


Background Color

.myBgColor { background-color: #290307; }

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

This div background color is #290307.


Border color

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

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

This div border color is #290307.


Opacity

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

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

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

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

This text has shadow with #290307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290307 on black background.


Color preview on white background

This text has color #290307 on white background.



Black color preview on #290307 background

This text has black color on #290307 background.


White color preview on #290307 background

This text has white color on #290307 background.