COLOR #073406

HEX: #073406
RGB: (7,52,6)

Color info

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

RGB color model

#073406 color RGB value is (7,52,6).

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

RGB channels and saturation

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

7
52
6

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

Portions of RGB colors in percentages

R + G + B =
7 + 52 + 6 = 65 (100%)
R 7 of 65 ~ 10.77%
G 52 of 65 ~ 80%
B 6 of 65 ~ 9.23%

%10.77
%80

CMYK color model

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

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

CMYK percentages

%86.54
%0
%88.46
%79.61

Codes

Color #073406 in popluar color models

073406
RGB7526
HSL119°79.31%11.37%
HSB/HSV119°88.46%20.39%
CMYK86.54%0.00%88.46%
79.61%

Color #073406 in popluar number systems.

HEX073406
Decimal7526
Binary111110100110
Octal7646

Shades and tints

Shades of #073406

#073406
(7,52,6)
#073006
(7,48,6)
#072C06
(7,44,6)
#072806
(7,40,6)
#072406
(7,36,6)
#072006
(7,32,6)
#071C06
(7,28,6)
#071806
(7,24,6)
#071406
(7,20,6)
#071006
(7,16,6)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #073406

#073406
(7,52,6)
#1D461C
(29,70,28)
#335832
(51,88,50)
#496A48
(73,106,72)
#5F7C5E
(95,124,94)
#758E74
(117,142,116)
#8BA08A
(139,160,138)
#A1B2A0
(161,178,160)
#B7C4B6
(183,196,182)
#CDD6CC
(205,214,204)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073406; }

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

This text font color is #073406.


Background Color

.myBgColor { background-color: #073406; }

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

This div background color is #073406.


Border color

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

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

This div border color is #073406.


Opacity

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

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

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

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

This text has shadow with #073406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073406 on black background.


Color preview on white background

This text has color #073406 on white background.



Black color preview on #073406 background

This text has black color on #073406 background.


White color preview on #073406 background

This text has white color on #073406 background.