COLOR #071918

HEX: #071918
RGB: (7,25,24)

Color info

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

RGB color model

#071918 color RGB value is (7,25,24).

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

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 24 of 255 = 9%

7
25
24

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

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 24 = 56 (100%)
R 7 of 56 ~ 12.5%
G 25 of 56 ~ 44.64%
B 24 of 56 ~ 42.86%

%12.5
%44.64
%42.86

CMYK color model

#071918 color CMYK value is (72,0,4,90).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 90.20%
CMYK:
(72,0,4,90)
C72M0Y4K90 
(72%,0%,4%,90%)
(0.72/0.00/0.04/0.90)	

CMYK percentages

%72
%0
%4
%90.2

Codes

Color #071918 in popluar color models

071918
RGB72524
HSL177°56.25%6.27%
HSB/HSV177°72.00%9.80%
CMYK72.00%0.00%4.00%
90.20%

Color #071918 in popluar number systems.

HEX071918
Decimal72524
Binary1111100111000
Octal73130

Shades and tints

Shades of #071918

#071918
(7,25,24)
#071716
(7,23,22)
#071514
(7,21,20)
#071312
(7,19,18)
#071110
(7,17,16)
#070F0E
(7,15,14)
#070D0C
(7,13,12)
#070B0A
(7,11,10)
#070908
(7,9,8)
#070706
(7,7,6)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #071918

#071918
(7,25,24)
#1D2D2D
(29,45,45)
#334142
(51,65,66)
#495557
(73,85,87)
#5F696C
(95,105,108)
#757D81
(117,125,129)
#8B9196
(139,145,150)
#A1A5AB
(161,165,171)
#B7B9C0
(183,185,192)
#CDCDD5
(205,205,213)
#E3E1EA
(227,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071918; }

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

This text font color is #071918.


Background Color

.myBgColor { background-color: #071918; }

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

This div background color is #071918.


Border color

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

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

This div border color is #071918.


Opacity

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

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

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

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

This text has shadow with #071918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071918 on black background.


Color preview on white background

This text has color #071918 on white background.



Black color preview on #071918 background

This text has black color on #071918 background.


White color preview on #071918 background

This text has white color on #071918 background.