COLOR #072516

HEX: #072516
RGB: (7,37,22)

Color info

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

RGB color model

#072516 color RGB value is (7,37,22).

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

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 22 of 255 = 9%

7
37
22

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

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 22 = 66 (100%)
R 7 of 66 ~ 10.61%
G 37 of 66 ~ 56.06%
B 22 of 66 ~ 33.33%

%10.61
%56.06
%33.33

CMYK color model

#072516 color CMYK value is (81,0,41,85).

  • cyan value is 81.08%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 85.49%
CMYK:
(81,0,41,85)
C81M0Y41K85 
(81%,0%,41%,85%)
(0.81/0.00/0.41/0.85)	

CMYK percentages

%81.08
%0
%40.54
%85.49

Codes

Color #072516 in popluar color models

072516
RGB73722
HSL150°68.18%8.63%
HSB/HSV150°81.08%14.51%
CMYK81.08%0.00%40.54%
85.49%

Color #072516 in popluar number systems.

HEX072516
Decimal73722
Binary11110010110110
Octal74526

Shades and tints

Shades of #072516

#072516
(7,37,22)
#072214
(7,34,20)
#071F12
(7,31,18)
#071C10
(7,28,16)
#07190E
(7,25,14)
#07160C
(7,22,12)
#07130A
(7,19,10)
#071008
(7,16,8)
#070D06
(7,13,6)
#070A04
(7,10,4)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #072516

#072516
(7,37,22)
#1D382B
(29,56,43)
#334B40
(51,75,64)
#495E55
(73,94,85)
#5F716A
(95,113,106)
#75847F
(117,132,127)
#8B9794
(139,151,148)
#A1AAA9
(161,170,169)
#B7BDBE
(183,189,190)
#CDD0D3
(205,208,211)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072516; }

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

This text font color is #072516.


Background Color

.myBgColor { background-color: #072516; }

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

This div background color is #072516.


Border color

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

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

This div border color is #072516.


Opacity

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

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

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

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

This text has shadow with #072516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072516 on black background.


Color preview on white background

This text has color #072516 on white background.



Black color preview on #072516 background

This text has black color on #072516 background.


White color preview on #072516 background

This text has white color on #072516 background.