COLOR #072718

HEX: #072718
RGB: (7,39,24)

Color info

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

RGB color model

#072718 color RGB value is (7,39,24).

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

RGB channels and saturation

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

7
39
24

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

Portions of RGB colors in percentages

R + G + B =
7 + 39 + 24 = 70 (100%)
R 7 of 70 ~ 10%
G 39 of 70 ~ 55.71%
B 24 of 70 ~ 34.29%

%10
%55.71
%34.29

CMYK color model

#072718 color CMYK value is (82,0,38,85).

  • cyan value is 82.05%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 84.71%
CMYK:
(82,0,38,85)
C82M0Y38K85 
(82%,0%,38%,85%)
(0.82/0.00/0.38/0.85)	

CMYK percentages

%82.05
%0
%38.46
%84.71

Codes

Color #072718 in popluar color models

072718
RGB73924
HSL152°69.57%9.02%
HSB/HSV152°82.05%15.29%
CMYK82.05%0.00%38.46%
84.71%

Color #072718 in popluar number systems.

HEX072718
Decimal73924
Binary11110011111000
Octal74730

Shades and tints

Shades of #072718

#072718
(7,39,24)
#072416
(7,36,22)
#072114
(7,33,20)
#071E12
(7,30,18)
#071B10
(7,27,16)
#07180E
(7,24,14)
#07150C
(7,21,12)
#07120A
(7,18,10)
#070F08
(7,15,8)
#070C06
(7,12,6)
#070904
(7,9,4)
#000000
(0,0,0)

Tints of #072718

#072718
(7,39,24)
#1D3A2D
(29,58,45)
#334D42
(51,77,66)
#496057
(73,96,87)
#5F736C
(95,115,108)
#758681
(117,134,129)
#8B9996
(139,153,150)
#A1ACAB
(161,172,171)
#B7BFC0
(183,191,192)
#CDD2D5
(205,210,213)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072718; }

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

This text font color is #072718.


Background Color

.myBgColor { background-color: #072718; }

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

This div background color is #072718.


Border color

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

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

This div border color is #072718.


Opacity

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

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

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

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

This text has shadow with #072718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072718 on black background.


Color preview on white background

This text has color #072718 on white background.



Black color preview on #072718 background

This text has black color on #072718 background.


White color preview on #072718 background

This text has white color on #072718 background.