COLOR #290F06

HEX: #290F06 RGB: (41,15,6)

Color info

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

RGB color model

#290F06 color RGB value is (41,15,6).

RGB: (41,15,6) (16%, 6%, 2%)

RGB channels and saturation

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

41
15
6

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

Portions of RGB colors in percentages

R + G + B = 41 + 15 + 6 = 62 (100%)
R 41 of 62 ~ 66.13%
G 15 of 62 ~ 24.19%
B 6 of 62 ~ 9.68'%

%66.13
%24.19

CMYK color model

#290F06 color CMYK value is (0,63,85,84).

  • cyan value is 0.00%
  • magenta value is 63.41%
  • yellow value is 85.37%
  • key color value is 83.92%

CMYK: (0,63,85,84)
C0M63Y85K84 (0%, 63%, 85%, 84%)
(0.00 / 0.63 / 0.85 / 0.84)

CMYK percentages

%0
%63.41
%85.37
%83.92

Codes

Color #290F06 in popluar color models

29 0F 06
RGB 41 15 6
HSL 15° 74.47% 9.22%
HSB/HSV 15° 85.37% 16.08%
CMYK 0.00% 63.41% 85.37%
83.92%

Color #290F06 in popluar number systems.

HEX 29 0F 06
Decimal 41 15 6
Binary 101001 1111 110
Octal 51 17 6

Shades and tints

Shades of #290F06

#290F06
(41,15,6)
#260E06
(38,14,6)
#230D06
(35,13,6)
#200C06
(32,12,6)
#1D0B06
(29,11,6)
#1A0A06
(26,10,6)
#170906
(23,9,6)
#140806
(20,8,6)
#110706
(17,7,6)
#0E0606
(14,6,6)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #290F06

#290F06
(41,15,6)
#3C241C
(60,36,28)
#4F3932
(79,57,50)
#624E48
(98,78,72)
#75635E
(117,99,94)
#887874
(136,120,116)
#9B8D8A
(155,141,138)
#AEA2A0
(174,162,160)
#C1B7B6
(193,183,182)
#D4CCCC
(212,204,204)
#E7E1E2
(231,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290F06; }

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

This text font color is #290F06.

Background Color

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

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

This div background color is #290F06.

Border color

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

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

This div border color is #290F06.

Opacity

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

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

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

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

This text has shadow with #290F06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #290F06.

Preview

Color preview on black background

This text has color #290F06 on black background.


Color preview on white background

This text has color #290F06 on white background.


Black color preview on #290F06 background

This text has black color on #290F06 background.


White color preview on #290F06 background

This text has white color on #290F06 background.


Related colors

Complementary color

Complementary color for #hex is #D6F0F9.


I love getcolorcode.com

Triadic colors

1 #06290F and #0F0629 with #290F06 are triadic colors.

2 #060F29 and #0F2906 with #290F06 are triadic colors.