COLOR #071E16

HEX: #071E16
RGB: (7,30,22)

Color info

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

RGB color model

#071E16 color RGB value is (7,30,22).

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

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 22 of 255 = 9%

7
30
22

R + G + B ~ 8%. #071E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 22 = 59 (100%)
R 7 of 59 ~ 11.86%
G 30 of 59 ~ 50.85%
B 22 of 59 ~ 37.29%

%11.86
%50.85
%37.29

CMYK color model

#071E16 color CMYK value is (77,0,27,88).

  • cyan value is 76.67%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 88.24%
CMYK:
(77,0,27,88)
C77M0Y27K88 
(77%,0%,27%,88%)
(0.77/0.00/0.27/0.88)	

CMYK percentages

%76.67
%0
%26.67
%88.24

Codes

Color #071E16 in popluar color models

071E16
RGB73022
HSL159°62.16%7.25%
HSB/HSV159°76.67%11.76%
CMYK76.67%0.00%26.67%
88.24%

Color #071E16 in popluar number systems.

HEX071E16
Decimal73022
Binary1111111010110
Octal73626

Shades and tints

Shades of #071E16

#071E16
(7,30,22)
#071C14
(7,28,20)
#071A12
(7,26,18)
#071810
(7,24,16)
#07160E
(7,22,14)
#07140C
(7,20,12)
#07120A
(7,18,10)
#071008
(7,16,8)
#070E06
(7,14,6)
#070C04
(7,12,4)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #071E16

#071E16
(7,30,22)
#1D322B
(29,50,43)
#334640
(51,70,64)
#495A55
(73,90,85)
#5F6E6A
(95,110,106)
#75827F
(117,130,127)
#8B9694
(139,150,148)
#A1AAA9
(161,170,169)
#B7BEBE
(183,190,190)
#CDD2D3
(205,210,211)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071E16; }

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

This text font color is #071E16.


Background Color

.myBgColor { background-color: #071E16; }

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

This div background color is #071E16.


Border color

.myBorderColor { border: 1px solid #071E16; }

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

This div border color is #071E16.


Opacity

.myOpacity80 { color: #071E16; opacity: 0.8; }

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

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

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

This text has shadow with #071E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E16 on black background.


Color preview on white background

This text has color #071E16 on white background.



Black color preview on #071E16 background

This text has black color on #071E16 background.


White color preview on #071E16 background

This text has white color on #071E16 background.