COLOR #073907

HEX: #073907
RGB: (7,57,7)

Color info

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

RGB color model

#073907 color RGB value is (7,57,7).

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

RGB channels and saturation

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

7
57
7

R + G + B ~ 9%. #073907 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 7 = 71 (100%)
R 7 of 71 ~ 9.86%
G 57 of 71 ~ 80.28%
B 7 of 71 ~ 9.86%

%9.86
%80.28
%9.86

CMYK color model

#073907 color CMYK value is (88,0,88,78).

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

CMYK percentages

%87.72
%0
%87.72
%77.65

Codes

Color #073907 in popluar color models

073907
RGB7577
HSL120°78.13%12.55%
HSB/HSV120°87.72%22.35%
CMYK87.72%0.00%87.72%
77.65%

Color #073907 in popluar number systems.

HEX073907
Decimal7577
Binary111111001111
Octal7717

Shades and tints

Shades of #073907

#073907
(7,57,7)
#073407
(7,52,7)
#072F07
(7,47,7)
#072A07
(7,42,7)
#072507
(7,37,7)
#072007
(7,32,7)
#071B07
(7,27,7)
#071607
(7,22,7)
#071107
(7,17,7)
#070C07
(7,12,7)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #073907

#073907
(7,57,7)
#1D4B1D
(29,75,29)
#335D33
(51,93,51)
#496F49
(73,111,73)
#5F815F
(95,129,95)
#759375
(117,147,117)
#8BA58B
(139,165,139)
#A1B7A1
(161,183,161)
#B7C9B7
(183,201,183)
#CDDBCD
(205,219,205)
#E3EDE3
(227,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073907; }

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

This text font color is #073907.


Background Color

.myBgColor { background-color: #073907; }

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

This div background color is #073907.


Border color

.myBorderColor { border: 1px solid #073907; }

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

This div border color is #073907.


Opacity

.myOpacity80 { color: #073907; opacity: 0.8; }

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

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

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

This text has shadow with #073907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073907 on black background.


Color preview on white background

This text has color #073907 on white background.



Black color preview on #073907 background

This text has black color on #073907 background.


White color preview on #073907 background

This text has white color on #073907 background.