COLOR #073407

HEX: #073407
RGB: (7,52,7)

Color info

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

RGB color model

#073407 color RGB value is (7,52,7).

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

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 7 of 255 = 3%

7
52
7

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

Portions of RGB colors in percentages

R + G + B =
7 + 52 + 7 = 66 (100%)
R 7 of 66 ~ 10.61%
G 52 of 66 ~ 78.79%
B 7 of 66 ~ 10.61%

%10.61
%78.79
%10.61

CMYK color model

#073407 color CMYK value is (87,0,87,80).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 86.54%
  • key color value is 79.61%
CMYK:
(87,0,87,80)
C87M0Y87K80 
(87%,0%,87%,80%)
(0.87/0.00/0.87/0.80)	

CMYK percentages

%86.54
%0
%86.54
%79.61

Codes

Color #073407 in popluar color models

073407
RGB7527
HSL120°76.27%11.57%
HSB/HSV120°86.54%20.39%
CMYK86.54%0.00%86.54%
79.61%

Color #073407 in popluar number systems.

HEX073407
Decimal7527
Binary111110100111
Octal7647

Shades and tints

Shades of #073407

#073407
(7,52,7)
#073007
(7,48,7)
#072C07
(7,44,7)
#072807
(7,40,7)
#072407
(7,36,7)
#072007
(7,32,7)
#071C07
(7,28,7)
#071807
(7,24,7)
#071407
(7,20,7)
#071007
(7,16,7)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #073407

#073407
(7,52,7)
#1D461D
(29,70,29)
#335833
(51,88,51)
#496A49
(73,106,73)
#5F7C5F
(95,124,95)
#758E75
(117,142,117)
#8BA08B
(139,160,139)
#A1B2A1
(161,178,161)
#B7C4B7
(183,196,183)
#CDD6CD
(205,214,205)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073407; }

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

This text font color is #073407.


Background Color

.myBgColor { background-color: #073407; }

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

This div background color is #073407.


Border color

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

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

This div border color is #073407.


Opacity

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

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

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

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

This text has shadow with #073407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073407 on black background.


Color preview on white background

This text has color #073407 on white background.



Black color preview on #073407 background

This text has black color on #073407 background.


White color preview on #073407 background

This text has white color on #073407 background.