COLOR #290C07

HEX: #290C07
RGB: (41,12,7)

Color info

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

RGB color model

#290C07 color RGB value is (41,12,7).

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

RGB channels and saturation

R 41 of 255 = 16%
G 12 of 255 = 5%
B 7 of 255 = 3%

41
12
7

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

Portions of RGB colors in percentages

R + G + B =
41 + 12 + 7 = 60 (100%)
R 41 of 60 ~ 68.33%
G 12 of 60 ~ 20%
B 7 of 60 ~ 11.67%

%68.33
%20
%11.67

CMYK color model

#290C07 color CMYK value is (0,71,83,84).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 82.93%
  • key color value is 83.92%
CMYK:
(0,71,83,84)
C0M71Y83K84 
(0%,71%,83%,84%)
(0.00/0.71/0.83/0.84)	

CMYK percentages

%0
%70.73
%82.93
%83.92

Codes

Color #290C07 in popluar color models

290C07
RGB41127
HSL70.83%9.41%
HSB/HSV82.93%16.08%
CMYK0.00%70.73%82.93%
83.92%

Color #290C07 in popluar number systems.

HEX290C07
Decimal41127
Binary1010011100111
Octal51147

Shades and tints

Shades of #290C07

#290C07
(41,12,7)
#260B07
(38,11,7)
#230A07
(35,10,7)
#200907
(32,9,7)
#1D0807
(29,8,7)
#1A0707
(26,7,7)
#170607
(23,6,7)
#140507
(20,5,7)
#110407
(17,4,7)
#0E0307
(14,3,7)
#0B0207
(11,2,7)
#000000
(0,0,0)

Tints of #290C07

#290C07
(41,12,7)
#3C221D
(60,34,29)
#4F3833
(79,56,51)
#624E49
(98,78,73)
#75645F
(117,100,95)
#887A75
(136,122,117)
#9B908B
(155,144,139)
#AEA6A1
(174,166,161)
#C1BCB7
(193,188,183)
#D4D2CD
(212,210,205)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290C07; }

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

This text font color is #290C07.


Background Color

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

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

This div background color is #290C07.


Border color

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

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

This div border color is #290C07.


Opacity

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

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

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

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

This text has shadow with #290C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290C07 on black background.


Color preview on white background

This text has color #290C07 on white background.



Black color preview on #290C07 background

This text has black color on #290C07 background.


White color preview on #290C07 background

This text has white color on #290C07 background.