COLOR #072518

HEX: #072518
RGB: (7,37,24)

Color info

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

RGB color model

#072518 color RGB value is (7,37,24).

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

RGB channels and saturation

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

7
37
24

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

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 24 = 68 (100%)
R 7 of 68 ~ 10.29%
G 37 of 68 ~ 54.41%
B 24 of 68 ~ 35.29%

%10.29
%54.41
%35.29

CMYK color model

#072518 color CMYK value is (81,0,35,85).

  • cyan value is 81.08%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 85.49%
CMYK:
(81,0,35,85)
C81M0Y35K85 
(81%,0%,35%,85%)
(0.81/0.00/0.35/0.85)	

CMYK percentages

%81.08
%0
%35.14
%85.49

Codes

Color #072518 in popluar color models

072518
RGB73724
HSL154°68.18%8.63%
HSB/HSV154°81.08%14.51%
CMYK81.08%0.00%35.14%
85.49%

Color #072518 in popluar number systems.

HEX072518
Decimal73724
Binary11110010111000
Octal74530

Shades and tints

Shades of #072518

#072518
(7,37,24)
#072216
(7,34,22)
#071F14
(7,31,20)
#071C12
(7,28,18)
#071910
(7,25,16)
#07160E
(7,22,14)
#07130C
(7,19,12)
#07100A
(7,16,10)
#070D08
(7,13,8)
#070A06
(7,10,6)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #072518

#072518
(7,37,24)
#1D382D
(29,56,45)
#334B42
(51,75,66)
#495E57
(73,94,87)
#5F716C
(95,113,108)
#758481
(117,132,129)
#8B9796
(139,151,150)
#A1AAAB
(161,170,171)
#B7BDC0
(183,189,192)
#CDD0D5
(205,208,213)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072518; }

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

This text font color is #072518.


Background Color

.myBgColor { background-color: #072518; }

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

This div background color is #072518.


Border color

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

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

This div border color is #072518.


Opacity

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

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

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

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

This text has shadow with #072518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072518 on black background.


Color preview on white background

This text has color #072518 on white background.



Black color preview on #072518 background

This text has black color on #072518 background.


White color preview on #072518 background

This text has white color on #072518 background.