COLOR #071614

HEX: #071614
RGB: (7,22,20)

Color info

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

RGB color model

#071614 color RGB value is (7,22,20).

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

RGB channels and saturation

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

7
22
20

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

Portions of RGB colors in percentages

R + G + B =
7 + 22 + 20 = 49 (100%)
R 7 of 49 ~ 14.29%
G 22 of 49 ~ 44.9%
B 20 of 49 ~ 40.82%

%14.29
%44.9
%40.82

CMYK color model

#071614 color CMYK value is (68,0,9,91).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 91.37%
CMYK:
(68,0,9,91)
C68M0Y9K91 
(68%,0%,9%,91%)
(0.68/0.00/0.09/0.91)	

CMYK percentages

%68.18
%0
%9.09
%91.37

Codes

Color #071614 in popluar color models

071614
RGB72220
HSL172°51.72%5.69%
HSB/HSV172°68.18%8.63%
CMYK68.18%0.00%9.09%
91.37%

Color #071614 in popluar number systems.

HEX071614
Decimal72220
Binary1111011010100
Octal72624

Shades and tints

Shades of #071614

#071614
(7,22,20)
#071413
(7,20,19)
#071212
(7,18,18)
#071011
(7,16,17)
#070E10
(7,14,16)
#070C0F
(7,12,15)
#070A0E
(7,10,14)
#07080D
(7,8,13)
#07060C
(7,6,12)
#07040B
(7,4,11)
#07020A
(7,2,10)
#000000
(0,0,0)

Tints of #071614

#071614
(7,22,20)
#1D2B29
(29,43,41)
#33403E
(51,64,62)
#495553
(73,85,83)
#5F6A68
(95,106,104)
#757F7D
(117,127,125)
#8B9492
(139,148,146)
#A1A9A7
(161,169,167)
#B7BEBC
(183,190,188)
#CDD3D1
(205,211,209)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071614; }

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

This text font color is #071614.


Background Color

.myBgColor { background-color: #071614; }

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

This div background color is #071614.


Border color

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

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

This div border color is #071614.


Opacity

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

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

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

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

This text has shadow with #071614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071614 on black background.


Color preview on white background

This text has color #071614 on white background.



Black color preview on #071614 background

This text has black color on #071614 background.


White color preview on #071614 background

This text has white color on #071614 background.