COLOR #071415

HEX: #071415
RGB: (7,20,21)

Color info

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

RGB color model

#071415 color RGB value is (7,20,21).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 21 of 255 = 8%

7
20
21

R + G + B ~ 6%. #071415 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 21 = 48 (100%)
R 7 of 48 ~ 14.58%
G 20 of 48 ~ 41.67%
B 21 of 48 ~ 43.75%

%14.58
%41.67
%43.75

CMYK color model

#071415 color CMYK value is (67,5,0,92).

  • cyan value is 66.67%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(67,5,0,92)
C67M5Y0K92 
(67%,5%,0%,92%)
(0.67/0.05/0.00/0.92)	

CMYK percentages

%66.67
%4.76
%0
%91.76

Codes

Color #071415 in popluar color models

071415
RGB72021
HSL184°50.00%5.49%
HSB/HSV184°66.67%8.24%
CMYK66.67%4.76%0.00%
91.76%

Color #071415 in popluar number systems.

HEX071415
Decimal72021
Binary1111010010101
Octal72425

Shades and tints

Shades of #071415

#071415
(7,20,21)
#071314
(7,19,20)
#071213
(7,18,19)
#071112
(7,17,18)
#071011
(7,16,17)
#070F10
(7,15,16)
#070E0F
(7,14,15)
#070D0E
(7,13,14)
#070C0D
(7,12,13)
#070B0C
(7,11,12)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #071415

#071415
(7,20,21)
#1D292A
(29,41,42)
#333E3F
(51,62,63)
#495354
(73,83,84)
#5F6869
(95,104,105)
#757D7E
(117,125,126)
#8B9293
(139,146,147)
#A1A7A8
(161,167,168)
#B7BCBD
(183,188,189)
#CDD1D2
(205,209,210)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071415; }

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

This text font color is #071415.


Background Color

.myBgColor { background-color: #071415; }

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

This div background color is #071415.


Border color

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

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

This div border color is #071415.


Opacity

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

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

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

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

This text has shadow with #071415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071415 on black background.


Color preview on white background

This text has color #071415 on white background.



Black color preview on #071415 background

This text has black color on #071415 background.


White color preview on #071415 background

This text has white color on #071415 background.