COLOR #07290A

HEX: #07290A
RGB: (7,41,10)

Color info

#07290A contains red, green and blue colors in about the same proportion. Web safe color of #07290A is #003300 (or #030).

RGB color model

#07290A color RGB value is (7,41,10).

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

RGB channels and saturation

R 7 of 255 = 3%
G 41 of 255 = 16%
B 10 of 255 = 4%

7
41
10

R + G + B ~ 8%. #07290A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 10 = 58 (100%)
R 7 of 58 ~ 12.07%
G 41 of 58 ~ 70.69%
B 10 of 58 ~ 17.24%

%12.07
%70.69
%17.24

CMYK color model

#07290A color CMYK value is (83,0,76,84).

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK:
(83,0,76,84)
C83M0Y76K84 
(83%,0%,76%,84%)
(0.83/0.00/0.76/0.84)	

CMYK percentages

%82.93
%0
%75.61
%83.92

Codes

Color #07290A in popluar color models

07290A
RGB74110
HSL125°70.83%9.41%
HSB/HSV125°82.93%16.08%
CMYK82.93%0.00%75.61%
83.92%

Color #07290A in popluar number systems.

HEX07290A
Decimal74110
Binary1111010011010
Octal75112

Shades and tints

Shades of #07290A

#07290A
(7,41,10)
#07260A
(7,38,10)
#07230A
(7,35,10)
#07200A
(7,32,10)
#071D0A
(7,29,10)
#071A0A
(7,26,10)
#07170A
(7,23,10)
#07140A
(7,20,10)
#07110A
(7,17,10)
#070E0A
(7,14,10)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #07290A

#07290A
(7,41,10)
#1D3C20
(29,60,32)
#334F36
(51,79,54)
#49624C
(73,98,76)
#5F7562
(95,117,98)
#758878
(117,136,120)
#8B9B8E
(139,155,142)
#A1AEA4
(161,174,164)
#B7C1BA
(183,193,186)
#CDD4D0
(205,212,208)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07290A; }

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

This text font color is #07290A.


Background Color

.myBgColor { background-color: #07290A; }

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

This div background color is #07290A.


Border color

.myBorderColor { border: 1px solid #07290A; }

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

This div border color is #07290A.


Opacity

.myOpacity80 { color: #07290A; opacity: 0.8; }

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

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

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

This text has shadow with #07290A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07290A on black background.


Color preview on white background

This text has color #07290A on white background.



Black color preview on #07290A background

This text has black color on #07290A background.


White color preview on #07290A background

This text has white color on #07290A background.