COLOR #072304

HEX: #072304
RGB: (7,35,4)

Color info

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

RGB color model

#072304 color RGB value is (7,35,4).

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

RGB channels and saturation

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

7
35
4

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

Portions of RGB colors in percentages

R + G + B =
7 + 35 + 4 = 46 (100%)
R 7 of 46 ~ 15.22%
G 35 of 46 ~ 76.09%
B 4 of 46 ~ 8.7%

%15.22
%76.09

CMYK color model

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

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 88.57%
  • key color value is 86.27%
CMYK:
(80,0,89,86)
C80M0Y89K86 
(80%,0%,89%,86%)
(0.80/0.00/0.89/0.86)	

CMYK percentages

%80
%0
%88.57
%86.27

Codes

Color #072304 in popluar color models

072304
RGB7354
HSL114°79.49%7.65%
HSB/HSV114°88.57%13.73%
CMYK80.00%0.00%88.57%
86.27%

Color #072304 in popluar number systems.

HEX072304
Decimal7354
Binary111100011100
Octal7434

Shades and tints

Shades of #072304

#072304
(7,35,4)
#072004
(7,32,4)
#071D04
(7,29,4)
#071A04
(7,26,4)
#071704
(7,23,4)
#071404
(7,20,4)
#071104
(7,17,4)
#070E04
(7,14,4)
#070B04
(7,11,4)
#070804
(7,8,4)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #072304

#072304
(7,35,4)
#1D371A
(29,55,26)
#334B30
(51,75,48)
#495F46
(73,95,70)
#5F735C
(95,115,92)
#758772
(117,135,114)
#8B9B88
(139,155,136)
#A1AF9E
(161,175,158)
#B7C3B4
(183,195,180)
#CDD7CA
(205,215,202)
#E3EBE0
(227,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072304; }

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

This text font color is #072304.


Background Color

.myBgColor { background-color: #072304; }

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

This div background color is #072304.


Border color

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

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

This div border color is #072304.


Opacity

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

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

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

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

This text has shadow with #072304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072304 on black background.


Color preview on white background

This text has color #072304 on white background.



Black color preview on #072304 background

This text has black color on #072304 background.


White color preview on #072304 background

This text has white color on #072304 background.