COLOR #073400

HEX: #073400 RGB: (7,52,0)

Color info

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

RGB color model

#073400 color RGB value is (7,52,0).

RGB: (7,52,0) (3%, 20%, 0%)

RGB channels and saturation

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

7
52
0

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

Portions of RGB colors in percentages

R + G + B = 7 + 52 + 0 = 59 (100%)
R 7 of 59 ~ 11.86%
G 52 of 59 ~ 88.14%
B 0 of 59 ~ 0'%

%11.86
%88.14

CMYK color model

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

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 79.61%

CMYK: (87,0,100,80)
C87M0Y100K80 (87%, 0%, 100%, 80%)
(0.87 / 0.00 / 1.00 / 0.80)

CMYK percentages

%86.54
%0
%100
%79.61

Codes

Color #073400 in popluar color models

07 34 00
RGB 7 52 0
HSL 112° 100.00% 10.20%
HSB/HSV 112° 100.00% 20.39%
CMYK 86.54% 0.00% 100.00%
79.61%

Color #073400 in popluar number systems.

HEX 07 34 00
Decimal 7 52 0
Binary 111 110100 0
Octal 7 64 0

Shades and tints

Shades of #073400

#073400
(7,52,0)
#073000
(7,48,0)
#072C00
(7,44,0)
#072800
(7,40,0)
#072400
(7,36,0)
#072000
(7,32,0)
#071C00
(7,28,0)
#071800
(7,24,0)
#071400
(7,20,0)
#071000
(7,16,0)
#070C00
(7,12,0)
#000000
(0,0,0)

Tints of #073400

#073400
(7,52,0)
#1D4617
(29,70,23)
#33582E
(51,88,46)
#496A45
(73,106,69)
#5F7C5C
(95,124,92)
#758E73
(117,142,115)
#8BA08A
(139,160,138)
#A1B2A1
(161,178,161)
#B7C4B8
(183,196,184)
#CDD6CF
(205,214,207)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073400; }

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

This text font color is #073400.

Background Color

.myBgColor { background-color: #073400; }

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

This div background color is #073400.

Border color

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

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

This div border color is #073400.

Opacity

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

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

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

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

This text has shadow with #073400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073400.

Preview

Color preview on black background

This text has color #073400 on black background.


Color preview on white background

This text has color #073400 on white background.


Black color preview on #073400 background

This text has black color on #073400 background.


White color preview on #073400 background

This text has white color on #073400 background.


Related colors

Complementary color

Complementary color for #hex is #F8CBFF.


I love getcolorcode.com

Triadic colors

1 #000734 and #340007 with #073400 are triadic colors.

2 #003407 and #340700 with #073400 are triadic colors.