COLOR #070517

HEX: #070517
RGB: (7,5,23)

Color info

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

RGB color model

#070517 color RGB value is (7,5,23).

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

RGB channels and saturation

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

7
5
23

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

Portions of RGB colors in percentages

R + G + B =
7 + 5 + 23 = 35 (100%)
R 7 of 35 ~ 20%
G 5 of 35 ~ 14.29%
B 23 of 35 ~ 65.71%

%20
%14.29
%65.71

CMYK color model

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

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

CMYK percentages

%69.57
%78.26
%0
%90.98

Codes

Color #070517 in popluar color models

070517
RGB7523
HSL247°64.29%5.49%
HSB/HSV247°78.26%9.02%
CMYK69.57%78.26%0.00%
90.98%

Color #070517 in popluar number systems.

HEX070517
Decimal7523
Binary11110110111
Octal7527

Shades and tints

Shades of #070517

#070517
(7,5,23)
#070515
(7,5,21)
#070513
(7,5,19)
#070511
(7,5,17)
#07050F
(7,5,15)
#07050D
(7,5,13)
#07050B
(7,5,11)
#070509
(7,5,9)
#070507
(7,5,7)
#070505
(7,5,5)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #070517

#070517
(7,5,23)
#1D1B2C
(29,27,44)
#333141
(51,49,65)
#494756
(73,71,86)
#5F5D6B
(95,93,107)
#757380
(117,115,128)
#8B8995
(139,137,149)
#A19FAA
(161,159,170)
#B7B5BF
(183,181,191)
#CDCBD4
(205,203,212)
#E3E1E9
(227,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070517; }

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

This text font color is #070517.


Background Color

.myBgColor { background-color: #070517; }

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

This div background color is #070517.


Border color

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

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

This div border color is #070517.


Opacity

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

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

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

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

This text has shadow with #070517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070517 on black background.


Color preview on white background

This text has color #070517 on white background.



Black color preview on #070517 background

This text has black color on #070517 background.


White color preview on #070517 background

This text has white color on #070517 background.