COLOR #073900

HEX: #073900
RGB: (7,57,0)

Color info

#073900 contains only red and green colors. Web safe color of #073900 is #003300 (or #030).

RGB color model

#073900 color RGB value is (7,57,0).

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

RGB channels and saturation

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

7
57
0

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

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 0 = 64 (100%)
R 7 of 64 ~ 10.94%
G 57 of 64 ~ 89.06%
B 0 of 64 ~ 0%

%10.94
%89.06

CMYK color model

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

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

CMYK percentages

%87.72
%0
%100
%77.65

Codes

Color #073900 in popluar color models

073900
RGB7570
HSL113°100.00%11.18%
HSB/HSV113°100.00%22.35%
CMYK87.72%0.00%100.00%
77.65%

Color #073900 in popluar number systems.

HEX073900
Decimal7570
Binary1111110010
Octal7710

Shades and tints

Shades of #073900

#073900
(7,57,0)
#073400
(7,52,0)
#072F00
(7,47,0)
#072A00
(7,42,0)
#072500
(7,37,0)
#072000
(7,32,0)
#071B00
(7,27,0)
#071600
(7,22,0)
#071100
(7,17,0)
#070C00
(7,12,0)
#070700
(7,7,0)
#000000
(0,0,0)

Tints of #073900

#073900
(7,57,0)
#1D4B17
(29,75,23)
#335D2E
(51,93,46)
#496F45
(73,111,69)
#5F815C
(95,129,92)
#759373
(117,147,115)
#8BA58A
(139,165,138)
#A1B7A1
(161,183,161)
#B7C9B8
(183,201,184)
#CDDBCF
(205,219,207)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073900; }

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

This text font color is #073900.


Background Color

.myBgColor { background-color: #073900; }

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

This div background color is #073900.


Border color

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

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

This div border color is #073900.


Opacity

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

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

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

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

This text has shadow with #073900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073900 on black background.


Color preview on white background

This text has color #073900 on white background.



Black color preview on #073900 background

This text has black color on #073900 background.


White color preview on #073900 background

This text has white color on #073900 background.