COLOR #071418

HEX: #071418
RGB: (7,20,24)

Color info

#071418 contains red, green and blue colors in about the same proportion. Web safe color of #071418 is #000000 (or #000).

RGB color model

#071418 color RGB value is (7,20,24).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 24 of 255 = 9%

7
20
24

R + G + B ~ 7%. #071418 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 24 = 51 (100%)
R 7 of 51 ~ 13.73%
G 20 of 51 ~ 39.22%
B 24 of 51 ~ 47.06%

%13.73
%39.22
%47.06

CMYK color model

#071418 color CMYK value is (71,17,0,91).

  • cyan value is 70.83%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(71,17,0,91)
C71M17Y0K91 
(71%,17%,0%,91%)
(0.71/0.17/0.00/0.91)	

CMYK percentages

%70.83
%16.67
%0
%90.59

Codes

Color #071418 in popluar color models

071418
RGB72024
HSL194°54.84%6.08%
HSB/HSV194°70.83%9.41%
CMYK70.83%16.67%0.00%
90.59%

Color #071418 in popluar number systems.

HEX071418
Decimal72024
Binary1111010011000
Octal72430

Shades and tints

Shades of #071418

#071418
(7,20,24)
#071316
(7,19,22)
#071214
(7,18,20)
#071112
(7,17,18)
#071010
(7,16,16)
#070F0E
(7,15,14)
#070E0C
(7,14,12)
#070D0A
(7,13,10)
#070C08
(7,12,8)
#070B06
(7,11,6)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #071418

#071418
(7,20,24)
#1D292D
(29,41,45)
#333E42
(51,62,66)
#495357
(73,83,87)
#5F686C
(95,104,108)
#757D81
(117,125,129)
#8B9296
(139,146,150)
#A1A7AB
(161,167,171)
#B7BCC0
(183,188,192)
#CDD1D5
(205,209,213)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071418; }

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

This text font color is #071418.


Background Color

.myBgColor { background-color: #071418; }

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

This div background color is #071418.


Border color

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

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

This div border color is #071418.


Opacity

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

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

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

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

This text has shadow with #071418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071418 on black background.


Color preview on white background

This text has color #071418 on white background.



Black color preview on #071418 background

This text has black color on #071418 background.


White color preview on #071418 background

This text has white color on #071418 background.