COLOR #073207

HEX: #073207
RGB: (7,50,7)

Color info

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

RGB color model

#073207 color RGB value is (7,50,7).

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

RGB channels and saturation

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

7
50
7

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

Portions of RGB colors in percentages

R + G + B =
7 + 50 + 7 = 64 (100%)
R 7 of 64 ~ 10.94%
G 50 of 64 ~ 78.13%
B 7 of 64 ~ 10.94%

%10.94
%78.13
%10.94

CMYK color model

#073207 color CMYK value is (86,0,86,80).

  • cyan value is 86.00%
  • magenta value is 0.00%
  • yellow value is 86.00%
  • key color value is 80.39%
CMYK:
(86,0,86,80)
C86M0Y86K80 
(86%,0%,86%,80%)
(0.86/0.00/0.86/0.80)	

CMYK percentages

%86
%0
%86
%80.39

Codes

Color #073207 in popluar color models

073207
RGB7507
HSL120°75.44%11.18%
HSB/HSV120°86.00%19.61%
CMYK86.00%0.00%86.00%
80.39%

Color #073207 in popluar number systems.

HEX073207
Decimal7507
Binary111110010111
Octal7627

Shades and tints

Shades of #073207

#073207
(7,50,7)
#072E07
(7,46,7)
#072A07
(7,42,7)
#072607
(7,38,7)
#072207
(7,34,7)
#071E07
(7,30,7)
#071A07
(7,26,7)
#071607
(7,22,7)
#071207
(7,18,7)
#070E07
(7,14,7)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #073207

#073207
(7,50,7)
#1D441D
(29,68,29)
#335633
(51,86,51)
#496849
(73,104,73)
#5F7A5F
(95,122,95)
#758C75
(117,140,117)
#8B9E8B
(139,158,139)
#A1B0A1
(161,176,161)
#B7C2B7
(183,194,183)
#CDD4CD
(205,212,205)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073207; }

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

This text font color is #073207.


Background Color

.myBgColor { background-color: #073207; }

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

This div background color is #073207.


Border color

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

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

This div border color is #073207.


Opacity

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

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

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

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

This text has shadow with #073207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073207 on black background.


Color preview on white background

This text has color #073207 on white background.



Black color preview on #073207 background

This text has black color on #073207 background.


White color preview on #073207 background

This text has white color on #073207 background.