COLOR #071715

HEX: #071715
RGB: (7,23,21)

Color info

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

RGB color model

#071715 color RGB value is (7,23,21).

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

RGB channels and saturation

R 7 of 255 = 3%
G 23 of 255 = 9%
B 21 of 255 = 8%

7
23
21

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

Portions of RGB colors in percentages

R + G + B =
7 + 23 + 21 = 51 (100%)
R 7 of 51 ~ 13.73%
G 23 of 51 ~ 45.1%
B 21 of 51 ~ 41.18%

%13.73
%45.1
%41.18

CMYK color model

#071715 color CMYK value is (70,0,9,91).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 90.98%
CMYK:
(70,0,9,91)
C70M0Y9K91 
(70%,0%,9%,91%)
(0.70/0.00/0.09/0.91)	

CMYK percentages

%69.57
%0
%8.7
%90.98

Codes

Color #071715 in popluar color models

071715
RGB72321
HSL173°53.33%5.88%
HSB/HSV173°69.57%9.02%
CMYK69.57%0.00%8.70%
90.98%

Color #071715 in popluar number systems.

HEX071715
Decimal72321
Binary1111011110101
Octal72725

Shades and tints

Shades of #071715

#071715
(7,23,21)
#071514
(7,21,20)
#071313
(7,19,19)
#071112
(7,17,18)
#070F11
(7,15,17)
#070D10
(7,13,16)
#070B0F
(7,11,15)
#07090E
(7,9,14)
#07070D
(7,7,13)
#07050C
(7,5,12)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #071715

#071715
(7,23,21)
#1D2C2A
(29,44,42)
#33413F
(51,65,63)
#495654
(73,86,84)
#5F6B69
(95,107,105)
#75807E
(117,128,126)
#8B9593
(139,149,147)
#A1AAA8
(161,170,168)
#B7BFBD
(183,191,189)
#CDD4D2
(205,212,210)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071715; }

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

This text font color is #071715.


Background Color

.myBgColor { background-color: #071715; }

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

This div background color is #071715.


Border color

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

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

This div border color is #071715.


Opacity

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

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

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

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

This text has shadow with #071715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071715 on black background.


Color preview on white background

This text has color #071715 on white background.



Black color preview on #071715 background

This text has black color on #071715 background.


White color preview on #071715 background

This text has white color on #071715 background.