COLOR #07290D

HEX: #07290D
RGB: (7,41,13)

Color info

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

RGB color model

#07290D color RGB value is (7,41,13).

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

RGB channels and saturation

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

7
41
13

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

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 13 = 61 (100%)
R 7 of 61 ~ 11.48%
G 41 of 61 ~ 67.21%
B 13 of 61 ~ 21.31%

%11.48
%67.21
%21.31

CMYK color model

#07290D color CMYK value is (83,0,68,84).

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 68.29%
  • key color value is 83.92%
CMYK:
(83,0,68,84)
C83M0Y68K84 
(83%,0%,68%,84%)
(0.83/0.00/0.68/0.84)	

CMYK percentages

%82.93
%0
%68.29
%83.92

Codes

Color #07290D in popluar color models

07290D
RGB74113
HSL131°70.83%9.41%
HSB/HSV131°82.93%16.08%
CMYK82.93%0.00%68.29%
83.92%

Color #07290D in popluar number systems.

HEX07290D
Decimal74113
Binary1111010011101
Octal75115

Shades and tints

Shades of #07290D

#07290D
(7,41,13)
#07260C
(7,38,12)
#07230B
(7,35,11)
#07200A
(7,32,10)
#071D09
(7,29,9)
#071A08
(7,26,8)
#071707
(7,23,7)
#071406
(7,20,6)
#071105
(7,17,5)
#070E04
(7,14,4)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #07290D

#07290D
(7,41,13)
#1D3C23
(29,60,35)
#334F39
(51,79,57)
#49624F
(73,98,79)
#5F7565
(95,117,101)
#75887B
(117,136,123)
#8B9B91
(139,155,145)
#A1AEA7
(161,174,167)
#B7C1BD
(183,193,189)
#CDD4D3
(205,212,211)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07290D; }

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

This text font color is #07290D.


Background Color

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

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

This div background color is #07290D.


Border color

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

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

This div border color is #07290D.


Opacity

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

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

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

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

This text has shadow with #07290D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07290D on black background.


Color preview on white background

This text has color #07290D on white background.



Black color preview on #07290D background

This text has black color on #07290D background.


White color preview on #07290D background

This text has white color on #07290D background.