COLOR #070717

HEX: #070717
RGB: (7,7,23)

Color info

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

RGB color model

#070717 color RGB value is (7,7,23).

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

RGB channels and saturation

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

7
7
23

R + G + B ~ 5%. #070717 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 23 = 37 (100%)
R 7 of 37 ~ 18.92%
G 7 of 37 ~ 18.92%
B 23 of 37 ~ 62.16%

%18.92
%18.92
%62.16

CMYK color model

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

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

CMYK percentages

%69.57
%69.57
%0
%90.98

Codes

Color #070717 in popluar color models

070717
RGB7723
HSL240°53.33%5.88%
HSB/HSV240°69.57%9.02%
CMYK69.57%69.57%0.00%
90.98%

Color #070717 in popluar number systems.

HEX070717
Decimal7723
Binary11111110111
Octal7727

Shades and tints

Shades of #070717

#070717
(7,7,23)
#070715
(7,7,21)
#070713
(7,7,19)
#070711
(7,7,17)
#07070F
(7,7,15)
#07070D
(7,7,13)
#07070B
(7,7,11)
#070709
(7,7,9)
#070707
(7,7,7)
#070705
(7,7,5)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #070717

#070717
(7,7,23)
#1D1D2C
(29,29,44)
#333341
(51,51,65)
#494956
(73,73,86)
#5F5F6B
(95,95,107)
#757580
(117,117,128)
#8B8B95
(139,139,149)
#A1A1AA
(161,161,170)
#B7B7BF
(183,183,191)
#CDCDD4
(205,205,212)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070717; }

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

This text font color is #070717.


Background Color

.myBgColor { background-color: #070717; }

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

This div background color is #070717.


Border color

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

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

This div border color is #070717.


Opacity

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

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

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

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

This text has shadow with #070717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070717 on black background.


Color preview on white background

This text has color #070717 on white background.



Black color preview on #070717 background

This text has black color on #070717 background.


White color preview on #070717 background

This text has white color on #070717 background.