COLOR #072512

HEX: #072512
RGB: (7,37,18)

Color info

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

RGB color model

#072512 color RGB value is (7,37,18).

  • red value is 7;
  • green value is 37;
  • blue value is 18.
RGB:
(7,37,18)
(3%,15%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 18 of 255 = 7%

7
37
18

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

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 18 = 62 (100%)
R 7 of 62 ~ 11.29%
G 37 of 62 ~ 59.68%
B 18 of 62 ~ 29.03%

%11.29
%59.68
%29.03

CMYK color model

#072512 color CMYK value is (81,0,51,85).

  • cyan value is 81.08%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(81,0,51,85)
C81M0Y51K85 
(81%,0%,51%,85%)
(0.81/0.00/0.51/0.85)	

CMYK percentages

%81.08
%0
%51.35
%85.49

Codes

Color #072512 in popluar color models

072512
RGB73718
HSL142°68.18%8.63%
HSB/HSV142°81.08%14.51%
CMYK81.08%0.00%51.35%
85.49%

Color #072512 in popluar number systems.

HEX072512
Decimal73718
Binary11110010110010
Octal74522

Shades and tints

Shades of #072512

#072512
(7,37,18)
#072211
(7,34,17)
#071F10
(7,31,16)
#071C0F
(7,28,15)
#07190E
(7,25,14)
#07160D
(7,22,13)
#07130C
(7,19,12)
#07100B
(7,16,11)
#070D0A
(7,13,10)
#070A09
(7,10,9)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #072512

#072512
(7,37,18)
#1D3827
(29,56,39)
#334B3C
(51,75,60)
#495E51
(73,94,81)
#5F7166
(95,113,102)
#75847B
(117,132,123)
#8B9790
(139,151,144)
#A1AAA5
(161,170,165)
#B7BDBA
(183,189,186)
#CDD0CF
(205,208,207)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072512; }

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

This text font color is #072512.


Background Color

.myBgColor { background-color: #072512; }

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

This div background color is #072512.


Border color

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

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

This div border color is #072512.


Opacity

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

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

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

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

This text has shadow with #072512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072512 on black background.


Color preview on white background

This text has color #072512 on white background.



Black color preview on #072512 background

This text has black color on #072512 background.


White color preview on #072512 background

This text has white color on #072512 background.