COLOR #072104

HEX: #072104
RGB: (7,33,4)

Color info

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

RGB color model

#072104 color RGB value is (7,33,4).

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

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 4 of 255 = 2%

7
33
4

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

Portions of RGB colors in percentages

R + G + B =
7 + 33 + 4 = 44 (100%)
R 7 of 44 ~ 15.91%
G 33 of 44 ~ 75%
B 4 of 44 ~ 9.09%

%15.91
%75

CMYK color model

#072104 color CMYK value is (79,0,88,87).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 87.88%
  • key color value is 87.06%
CMYK:
(79,0,88,87)
C79M0Y88K87 
(79%,0%,88%,87%)
(0.79/0.00/0.88/0.87)	

CMYK percentages

%78.79
%0
%87.88
%87.06

Codes

Color #072104 in popluar color models

072104
RGB7334
HSL114°78.38%7.25%
HSB/HSV114°87.88%12.94%
CMYK78.79%0.00%87.88%
87.06%

Color #072104 in popluar number systems.

HEX072104
Decimal7334
Binary111100001100
Octal7414

Shades and tints

Shades of #072104

#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)
#070304
(7,3,4)
#000000
(0,0,0)

Tints of #072104

#072104
(7,33,4)
#1D351A
(29,53,26)
#334930
(51,73,48)
#495D46
(73,93,70)
#5F715C
(95,113,92)
#758572
(117,133,114)
#8B9988
(139,153,136)
#A1AD9E
(161,173,158)
#B7C1B4
(183,193,180)
#CDD5CA
(205,213,202)
#E3E9E0
(227,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072104; }

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

This text font color is #072104.


Background Color

.myBgColor { background-color: #072104; }

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

This div background color is #072104.


Border color

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

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

This div border color is #072104.


Opacity

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

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

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

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

This text has shadow with #072104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072104 on black background.


Color preview on white background

This text has color #072104 on white background.



Black color preview on #072104 background

This text has black color on #072104 background.


White color preview on #072104 background

This text has white color on #072104 background.