COLOR #072119

HEX: #072119 RGB: (7,33,25)

Color info

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

RGB color model

#072119 color RGB value is (7,33,25).

RGB: (7,33,25) (3%, 13%, 10%)

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 25 of 255 = 10%

7
33
25

R + G + B ~ 9%. #072119 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 33 + 25 = 65 (100%)
R 7 of 65 ~ 10.77%
G 33 of 65 ~ 50.77%
B 25 of 65 ~ 38.46'%

%10.77
%50.77
%38.46

CMYK color model

#072119 color CMYK value is (79,0,24,87).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 87.06%

CMYK: (79,0,24,87)
C79M0Y24K87 (79%, 0%, 24%, 87%)
(0.79 / 0.00 / 0.24 / 0.87)

CMYK percentages

%78.79
%0
%24.24
%87.06

Codes

Color #072119 in popluar color models

07 21 19
RGB 7 33 25
HSL 162° 65.00% 7.84%
HSB/HSV 162° 78.79% 12.94%
CMYK 78.79% 0.00% 24.24%
87.06%

Color #072119 in popluar number systems.

HEX 07 21 19
Decimal 7 33 25
Binary 111 100001 11001
Octal 7 41 31

Shades and tints

Shades of #072119

#072119
(7,33,25)
#071E17
(7,30,23)
#071B15
(7,27,21)
#071813
(7,24,19)
#071511
(7,21,17)
#07120F
(7,18,15)
#070F0D
(7,15,13)
#070C0B
(7,12,11)
#070909
(7,9,9)
#070607
(7,6,7)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #072119

#072119
(7,33,25)
#1D352D
(29,53,45)
#334941
(51,73,65)
#495D55
(73,93,85)
#5F7169
(95,113,105)
#75857D
(117,133,125)
#8B9991
(139,153,145)
#A1ADA5
(161,173,165)
#B7C1B9
(183,193,185)
#CDD5CD
(205,213,205)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072119; }

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

This text font color is #072119.

Background Color

.myBgColor { background-color: #072119; }

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

This div background color is #072119.

Border color

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

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

This div border color is #072119.

Opacity

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

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

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

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

This text has shadow with #072119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072119.

Preview

Color preview on black background

This text has color #072119 on black background.


Color preview on white background

This text has color #072119 on white background.


Black color preview on #072119 background

This text has black color on #072119 background.


White color preview on #072119 background

This text has white color on #072119 background.


Related colors

Complementary color

Complementary color for #hex is #F8DEE6.


I love getcolorcode.com

Triadic colors

1 #190721 and #211907 with #072119 are triadic colors.

2 #192107 and #210719 with #072119 are triadic colors.