COLOR #290E08

HEX: #290E08
RGB: (41,14,8)

Color info

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

RGB color model

#290E08 color RGB value is (41,14,8).

  • red value is 41;
  • green value is 14;
  • blue value is 8.
RGB:
(41,14,8)
(16%,5%,3%)

RGB channels and saturation

R 41 of 255 = 16%
G 14 of 255 = 5%
B 8 of 255 = 3%

41
14
8

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

Portions of RGB colors in percentages

R + G + B =
41 + 14 + 8 = 63 (100%)
R 41 of 63 ~ 65.08%
G 14 of 63 ~ 22.22%
B 8 of 63 ~ 12.7%

%65.08
%22.22
%12.7

CMYK color model

#290E08 color CMYK value is (0,66,80,84).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 80.49%
  • key color value is 83.92%
CMYK:
(0,66,80,84)
C0M66Y80K84 
(0%,66%,80%,84%)
(0.00/0.66/0.80/0.84)	

CMYK percentages

%0
%65.85
%80.49
%83.92

Codes

Color #290E08 in popluar color models

290E08
RGB41148
HSL11°67.35%9.61%
HSB/HSV11°80.49%16.08%
CMYK0.00%65.85%80.49%
83.92%

Color #290E08 in popluar number systems.

HEX290E08
Decimal41148
Binary10100111101000
Octal511610

Shades and tints

Shades of #290E08

#290E08
(41,14,8)
#260D08
(38,13,8)
#230C08
(35,12,8)
#200B08
(32,11,8)
#1D0A08
(29,10,8)
#1A0908
(26,9,8)
#170808
(23,8,8)
#140708
(20,7,8)
#110608
(17,6,8)
#0E0508
(14,5,8)
#0B0408
(11,4,8)
#000000
(0,0,0)

Tints of #290E08

#290E08
(41,14,8)
#3C231E
(60,35,30)
#4F3834
(79,56,52)
#624D4A
(98,77,74)
#756260
(117,98,96)
#887776
(136,119,118)
#9B8C8C
(155,140,140)
#AEA1A2
(174,161,162)
#C1B6B8
(193,182,184)
#D4CBCE
(212,203,206)
#E7E0E4
(231,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290E08 color. Also use rgb(41,14,8) instead hex code.

Text Font Color

.myTextColor { color: #290E08; }

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

This text font color is #290E08.


Background Color

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

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

This div background color is #290E08.


Border color

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

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

This div border color is #290E08.


Opacity

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

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

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

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

This text has shadow with #290E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290E08 on black background.


Color preview on white background

This text has color #290E08 on white background.



Black color preview on #290E08 background

This text has black color on #290E08 background.


White color preview on #290E08 background

This text has white color on #290E08 background.