COLOR #071618

HEX: #071618
RGB: (7,22,24)

Color info

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

RGB color model

#071618 color RGB value is (7,22,24).

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

RGB channels and saturation

R 7 of 255 = 3%
G 22 of 255 = 9%
B 24 of 255 = 9%

7
22
24

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

Portions of RGB colors in percentages

R + G + B =
7 + 22 + 24 = 53 (100%)
R 7 of 53 ~ 13.21%
G 22 of 53 ~ 41.51%
B 24 of 53 ~ 45.28%

%13.21
%41.51
%45.28

CMYK color model

#071618 color CMYK value is (71,8,0,91).

  • cyan value is 70.83%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(71,8,0,91)
C71M8Y0K91 
(71%,8%,0%,91%)
(0.71/0.08/0.00/0.91)	

CMYK percentages

%70.83
%8.33
%0
%90.59

Codes

Color #071618 in popluar color models

071618
RGB72224
HSL187°54.84%6.08%
HSB/HSV187°70.83%9.41%
CMYK70.83%8.33%0.00%
90.59%

Color #071618 in popluar number systems.

HEX071618
Decimal72224
Binary1111011011000
Octal72630

Shades and tints

Shades of #071618

#071618
(7,22,24)
#071416
(7,20,22)
#071214
(7,18,20)
#071012
(7,16,18)
#070E10
(7,14,16)
#070C0E
(7,12,14)
#070A0C
(7,10,12)
#07080A
(7,8,10)
#070608
(7,6,8)
#070406
(7,4,6)
#070204
(7,2,4)
#000000
(0,0,0)

Tints of #071618

#071618
(7,22,24)
#1D2B2D
(29,43,45)
#334042
(51,64,66)
#495557
(73,85,87)
#5F6A6C
(95,106,108)
#757F81
(117,127,129)
#8B9496
(139,148,150)
#A1A9AB
(161,169,171)
#B7BEC0
(183,190,192)
#CDD3D5
(205,211,213)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071618; }

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

This text font color is #071618.


Background Color

.myBgColor { background-color: #071618; }

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

This div background color is #071618.


Border color

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

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

This div border color is #071618.


Opacity

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

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

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

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

This text has shadow with #071618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071618 on black background.


Color preview on white background

This text has color #071618 on white background.



Black color preview on #071618 background

This text has black color on #071618 background.


White color preview on #071618 background

This text has white color on #071618 background.