COLOR #07390E

HEX: #07390E
RGB: (7,57,14)

Color info

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

RGB color model

#07390E color RGB value is (7,57,14).

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

RGB channels and saturation

R 7 of 255 = 3%
G 57 of 255 = 22%
B 14 of 255 = 5%

7
57
14

R + G + B ~ 10%. #07390E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 14 = 78 (100%)
R 7 of 78 ~ 8.97%
G 57 of 78 ~ 73.08%
B 14 of 78 ~ 17.95%

%73.08
%17.95

CMYK color model

#07390E color CMYK value is (88,0,75,78).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 77.65%
CMYK:
(88,0,75,78)
C88M0Y75K78 
(88%,0%,75%,78%)
(0.88/0.00/0.75/0.78)	

CMYK percentages

%87.72
%0
%75.44
%77.65

Codes

Color #07390E in popluar color models

07390E
RGB75714
HSL128°78.13%12.55%
HSB/HSV128°87.72%22.35%
CMYK87.72%0.00%75.44%
77.65%

Color #07390E in popluar number systems.

HEX07390E
Decimal75714
Binary1111110011110
Octal77116

Shades and tints

Shades of #07390E

#07390E
(7,57,14)
#07340D
(7,52,13)
#072F0C
(7,47,12)
#072A0B
(7,42,11)
#07250A
(7,37,10)
#072009
(7,32,9)
#071B08
(7,27,8)
#071607
(7,22,7)
#071106
(7,17,6)
#070C05
(7,12,5)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #07390E

#07390E
(7,57,14)
#1D4B23
(29,75,35)
#335D38
(51,93,56)
#496F4D
(73,111,77)
#5F8162
(95,129,98)
#759377
(117,147,119)
#8BA58C
(139,165,140)
#A1B7A1
(161,183,161)
#B7C9B6
(183,201,182)
#CDDBCB
(205,219,203)
#E3EDE0
(227,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07390E; }

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

This text font color is #07390E.


Background Color

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

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

This div background color is #07390E.


Border color

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

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

This div border color is #07390E.


Opacity

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

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

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

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

This text has shadow with #07390E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07390E on black background.


Color preview on white background

This text has color #07390E on white background.



Black color preview on #07390E background

This text has black color on #07390E background.


White color preview on #07390E background

This text has white color on #07390E background.