COLOR #072404

HEX: #072404
RGB: (7,36,4)

Color info

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

RGB color model

#072404 color RGB value is (7,36,4).

  • red value is 7;
  • green value is 36;
  • blue value is 4.
RGB:
(7,36,4)
(3%,14%,2%)

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 4 of 255 = 2%

7
36
4

R + G + B ~ 6%. #072404 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 36 + 4 = 47 (100%)
R 7 of 47 ~ 14.89%
G 36 of 47 ~ 76.6%
B 4 of 47 ~ 8.51%

%14.89
%76.6

CMYK color model

#072404 color CMYK value is (81,0,89,86).

  • cyan value is 80.56%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 85.88%
CMYK:
(81,0,89,86)
C81M0Y89K86 
(81%,0%,89%,86%)
(0.81/0.00/0.89/0.86)	

CMYK percentages

%80.56
%0
%88.89
%85.88

Codes

Color #072404 in popluar color models

072404
RGB7364
HSL114°80.00%7.84%
HSB/HSV114°88.89%14.12%
CMYK80.56%0.00%88.89%
85.88%

Color #072404 in popluar number systems.

HEX072404
Decimal7364
Binary111100100100
Octal7444

Shades and tints

Shades of #072404

#072404
(7,36,4)
#072104
(7,33,4)
#071E04
(7,30,4)
#071B04
(7,27,4)
#071804
(7,24,4)
#071504
(7,21,4)
#071204
(7,18,4)
#070F04
(7,15,4)
#070C04
(7,12,4)
#070904
(7,9,4)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #072404

#072404
(7,36,4)
#1D371A
(29,55,26)
#334A30
(51,74,48)
#495D46
(73,93,70)
#5F705C
(95,112,92)
#758372
(117,131,114)
#8B9688
(139,150,136)
#A1A99E
(161,169,158)
#B7BCB4
(183,188,180)
#CDCFCA
(205,207,202)
#E3E2E0
(227,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072404; }

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

This text font color is #072404.


Background Color

.myBgColor { background-color: #072404; }

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

This div background color is #072404.


Border color

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

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

This div border color is #072404.


Opacity

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

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

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

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

This text has shadow with #072404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072404 on black background.


Color preview on white background

This text has color #072404 on white background.



Black color preview on #072404 background

This text has black color on #072404 background.


White color preview on #072404 background

This text has white color on #072404 background.