COLOR #072112

HEX: #072112 RGB: (7,33,18)

Color info

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

RGB color model

#072112 color RGB value is (7,33,18).

RGB: (7,33,18) (3%, 13%, 7%)

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 18 of 255 = 7%

7
33
18

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

Portions of RGB colors in percentages

R + G + B = 7 + 33 + 18 = 58 (100%)
R 7 of 58 ~ 12.07%
G 33 of 58 ~ 56.9%
B 18 of 58 ~ 31.03'%

%12.07
%56.9
%31.03

CMYK color model

#072112 color CMYK value is (79,0,45,87).

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

CMYK: (79,0,45,87)
C79M0Y45K87 (79%, 0%, 45%, 87%)
(0.79 / 0.00 / 0.45 / 0.87)

CMYK percentages

%78.79
%0
%45.45
%87.06

Codes

Color #072112 in popluar color models

07 21 12
RGB 7 33 18
HSL 145° 65.00% 7.84%
HSB/HSV 145° 78.79% 12.94%
CMYK 78.79% 0.00% 45.45%
87.06%

Color #072112 in popluar number systems.

HEX 07 21 12
Decimal 7 33 18
Binary 111 100001 10010
Octal 7 41 22

Shades and tints

Shades of #072112

#072112
(7,33,18)
#071E11
(7,30,17)
#071B10
(7,27,16)
#07180F
(7,24,15)
#07150E
(7,21,14)
#07120D
(7,18,13)
#070F0C
(7,15,12)
#070C0B
(7,12,11)
#07090A
(7,9,10)
#070609
(7,6,9)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #072112

#072112
(7,33,18)
#1D3527
(29,53,39)
#33493C
(51,73,60)
#495D51
(73,93,81)
#5F7166
(95,113,102)
#75857B
(117,133,123)
#8B9990
(139,153,144)
#A1ADA5
(161,173,165)
#B7C1BA
(183,193,186)
#CDD5CF
(205,213,207)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072112; }

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

This text font color is #072112.

Background Color

.myBgColor { background-color: #072112; }

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

This div background color is #072112.

Border color

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

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

This div border color is #072112.

Opacity

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

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

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

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

This text has shadow with #072112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072112.

Preview

Color preview on black background

This text has color #072112 on black background.


Color preview on white background

This text has color #072112 on white background.


Black color preview on #072112 background

This text has black color on #072112 background.


White color preview on #072112 background

This text has white color on #072112 background.


Related colors

Complementary color

Complementary color for #hex is #F8DEED.


I love getcolorcode.com

Triadic colors

1 #120721 and #211207 with #072112 are triadic colors.

2 #122107 and #210712 with #072112 are triadic colors.