COLOR #07290E

HEX: #07290E
RGB: (7,41,14)

Color info

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

RGB color model

#07290E color RGB value is (7,41,14).

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

RGB channels and saturation

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

7
41
14

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

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 14 = 62 (100%)
R 7 of 62 ~ 11.29%
G 41 of 62 ~ 66.13%
B 14 of 62 ~ 22.58%

%11.29
%66.13
%22.58

CMYK color model

#07290E color CMYK value is (83,0,66,84).

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 83.92%
CMYK:
(83,0,66,84)
C83M0Y66K84 
(83%,0%,66%,84%)
(0.83/0.00/0.66/0.84)	

CMYK percentages

%82.93
%0
%65.85
%83.92

Codes

Color #07290E in popluar color models

07290E
RGB74114
HSL132°70.83%9.41%
HSB/HSV132°82.93%16.08%
CMYK82.93%0.00%65.85%
83.92%

Color #07290E in popluar number systems.

HEX07290E
Decimal74114
Binary1111010011110
Octal75116

Shades and tints

Shades of #07290E

#07290E
(7,41,14)
#07260D
(7,38,13)
#07230C
(7,35,12)
#07200B
(7,32,11)
#071D0A
(7,29,10)
#071A09
(7,26,9)
#071708
(7,23,8)
#071407
(7,20,7)
#071106
(7,17,6)
#070E05
(7,14,5)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #07290E

#07290E
(7,41,14)
#1D3C23
(29,60,35)
#334F38
(51,79,56)
#49624D
(73,98,77)
#5F7562
(95,117,98)
#758877
(117,136,119)
#8B9B8C
(139,155,140)
#A1AEA1
(161,174,161)
#B7C1B6
(183,193,182)
#CDD4CB
(205,212,203)
#E3E7E0
(227,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07290E; }

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

This text font color is #07290E.


Background Color

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

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

This div background color is #07290E.


Border color

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

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

This div border color is #07290E.


Opacity

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

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

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

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

This text has shadow with #07290E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07290E on black background.


Color preview on white background

This text has color #07290E on white background.



Black color preview on #07290E background

This text has black color on #07290E background.


White color preview on #07290E background

This text has white color on #07290E background.