COLOR #07391F

HEX: #07391F
RGB: (7,57,31)

Color info

#07391F contains red, green and blue colors in about the same proportion. Web safe color of #07391F is #003333 (or #033).

RGB color model

#07391F color RGB value is (7,57,31).

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

RGB channels and saturation

R 7 of 255 = 3%
G 57 of 255 = 22%
B 31 of 255 = 12%

7
57
31

R + G + B ~ 12%. #07391F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 31 = 95 (100%)
R 7 of 95 ~ 7.37%
G 57 of 95 ~ 60%
B 31 of 95 ~ 32.63%

%60
%32.63

CMYK color model

#07391F color CMYK value is (88,0,46,78).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 77.65%
CMYK:
(88,0,46,78)
C88M0Y46K78 
(88%,0%,46%,78%)
(0.88/0.00/0.46/0.78)	

CMYK percentages

%87.72
%0
%45.61
%77.65

Codes

Color #07391F in popluar color models

07391F
RGB75731
HSL149°78.13%12.55%
HSB/HSV149°87.72%22.35%
CMYK87.72%0.00%45.61%
77.65%

Color #07391F in popluar number systems.

HEX07391F
Decimal75731
Binary11111100111111
Octal77137

Shades and tints

Shades of #07391F

#07391F
(7,57,31)
#07341D
(7,52,29)
#072F1B
(7,47,27)
#072A19
(7,42,25)
#072517
(7,37,23)
#072015
(7,32,21)
#071B13
(7,27,19)
#071611
(7,22,17)
#07110F
(7,17,15)
#070C0D
(7,12,13)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #07391F

#07391F
(7,57,31)
#1D4B33
(29,75,51)
#335D47
(51,93,71)
#496F5B
(73,111,91)
#5F816F
(95,129,111)
#759383
(117,147,131)
#8BA597
(139,165,151)
#A1B7AB
(161,183,171)
#B7C9BF
(183,201,191)
#CDDBD3
(205,219,211)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07391F color. Also use rgb(7,57,31) instead hex code.

Text Font Color

.myTextColor { color: #07391F; }

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

This text font color is #07391F.


Background Color

.myBgColor { background-color: #07391F; }

<div style="background-color:#07391F">Inner text</div>

This div background color is #07391F.


Border color

.myBorderColor { border: 1px solid #07391F; }

<div style="border:3px solid #07391F">Div</div>

This div border color is #07391F.


Opacity

.myOpacity80 { color: #07391F; opacity: 0.8; }

<p style="color:#07391F;opacity:0.8;">80%</p>

Text with #07391F 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 #07391F;}

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

This text has shadow with #07391F color.

.textShadow {text-shadow: 3px 3px 1px #07391F, 3px 3px 1px red;}

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

This text has shadow with #07391F primary color and red secondary color.


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

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

This text has shadow with #07391F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07391F on black background.


Color preview on white background

This text has color #07391F on white background.



Black color preview on #07391F background

This text has black color on #07391F background.


White color preview on #07391F background

This text has white color on #07391F background.