COLOR #072412

HEX: #072412 RGB: (7,36,18)

Color info

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

RGB color model

#072412 color RGB value is (7,36,18).

RGB: (7,36,18) (3%, 14%, 7%)

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 18 of 255 = 7%

7
36
18

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

Portions of RGB colors in percentages

R + G + B = 7 + 36 + 18 = 61 (100%)
R 7 of 61 ~ 11.48%
G 36 of 61 ~ 59.02%
B 18 of 61 ~ 29.51'%

%11.48
%59.02
%29.51

CMYK color model

#072412 color CMYK value is (81,0,50,86).

  • cyan value is 80.56%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 85.88%
CMYK: (81,0,50,86) C81M0Y50K86 (81%,0%,50%,86%) (0.81/0.00/0.50/0.86) 

CMYK percentages

%80.56
%0
%50
%85.88

Codes

Color #072412 in popluar color models

07 24 12
RGB 7 36 18
HSL 143° 67.44% 8.43%
HSB/HSV 143° 80.56% 14.12%
CMYK 80.56% 0.00% 50.00%
85.88%

Color #072412 in popluar number systems.

HEX 07 24 12
Decimal 7 36 18
Binary 111 100100 10010
Octal 7 44 22

Shades and tints

Shades of #072412

#072412
(7,36,18)
#072111
(7,33,17)
#071E10
(7,30,16)
#071B0F
(7,27,15)
#07180E
(7,24,14)
#07150D
(7,21,13)
#07120C
(7,18,12)
#070F0B
(7,15,11)
#070C0A
(7,12,10)
#070909
(7,9,9)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #072412

#072412
(7,36,18)
#1D3727
(29,55,39)
#334A3C
(51,74,60)
#495D51
(73,93,81)
#5F7066
(95,112,102)
#75837B
(117,131,123)
#8B9690
(139,150,144)
#A1A9A5
(161,169,165)
#B7BCBA
(183,188,186)
#CDCFCF
(205,207,207)
#E3E2E4
(227,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072412; }

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

This text font color is #072412.

Background Color

.myBgColor { background-color: #072412; }

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

This div background color is #072412.

Border color

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

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

This div border color is #072412.

Opacity

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

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

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

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

This text has shadow with #072412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072412.

Preview

Color preview on black background

This text has color #072412 on black background.


Color preview on white background

This text has color #072412 on white background.


Black color preview on #072412 background

This text has black color on #072412 background.


White color preview on #072412 background

This text has white color on #072412 background.


Related colors

Complementary color

Complementary color for #hex is #F8DBED.


I love getcolorcode.com

Triadic colors

1 #120724 and #241207 with #072412 are triadic colors.

2 #122407 and #240712 with #072412 are triadic colors.