COLOR #071916

HEX: #071916
RGB: (7,25,22)

Color info

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

RGB color model

#071916 color RGB value is (7,25,22).

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

RGB channels and saturation

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

7
25
22

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

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 22 = 54 (100%)
R 7 of 54 ~ 12.96%
G 25 of 54 ~ 46.3%
B 22 of 54 ~ 40.74%

%12.96
%46.3
%40.74

CMYK color model

#071916 color CMYK value is (72,0,12,90).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 90.20%
CMYK:
(72,0,12,90)
C72M0Y12K90 
(72%,0%,12%,90%)
(0.72/0.00/0.12/0.90)	

CMYK percentages

%72
%0
%12
%90.2

Codes

Color #071916 in popluar color models

071916
RGB72522
HSL170°56.25%6.27%
HSB/HSV170°72.00%9.80%
CMYK72.00%0.00%12.00%
90.20%

Color #071916 in popluar number systems.

HEX071916
Decimal72522
Binary1111100110110
Octal73126

Shades and tints

Shades of #071916

#071916
(7,25,22)
#071714
(7,23,20)
#071512
(7,21,18)
#071310
(7,19,16)
#07110E
(7,17,14)
#070F0C
(7,15,12)
#070D0A
(7,13,10)
#070B08
(7,11,8)
#070906
(7,9,6)
#070704
(7,7,4)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #071916

#071916
(7,25,22)
#1D2D2B
(29,45,43)
#334140
(51,65,64)
#495555
(73,85,85)
#5F696A
(95,105,106)
#757D7F
(117,125,127)
#8B9194
(139,145,148)
#A1A5A9
(161,165,169)
#B7B9BE
(183,185,190)
#CDCDD3
(205,205,211)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071916; }

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

This text font color is #071916.


Background Color

.myBgColor { background-color: #071916; }

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

This div background color is #071916.


Border color

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

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

This div border color is #071916.


Opacity

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

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

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

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

This text has shadow with #071916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071916 on black background.


Color preview on white background

This text has color #071916 on white background.



Black color preview on #071916 background

This text has black color on #071916 background.


White color preview on #071916 background

This text has white color on #071916 background.