COLOR #070A17

HEX: #070A17 RGB: (7,10,23)

Color info

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

RGB color model

#070A17 color RGB value is (7,10,23).

RGB: (7,10,23) (3%, 4%, 9%)

RGB channels and saturation

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

7
10
23

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

Portions of RGB colors in percentages

R + G + B = 7 + 10 + 23 = 40 (100%)
R 7 of 40 ~ 17.5%
G 10 of 40 ~ 25%
B 23 of 40 ~ 57.5'%

%17.5
%25
%57.5

CMYK color model

#070A17 color CMYK value is (70,57,0,91).

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

CMYK percentages

%69.57
%56.52
%0
%90.98

Codes

Color #070A17 in popluar color models

07 0A 17
RGB 7 10 23
HSL 229° 53.33% 5.88%
HSB/HSV 229° 69.57% 9.02%
CMYK 69.57% 56.52% 0.00%
90.98%

Color #070A17 in popluar number systems.

HEX 07 0A 17
Decimal 7 10 23
Binary 111 1010 10111
Octal 7 12 27

Shades and tints

Shades of #070A17

#070A17
(7,10,23)
#070A15
(7,10,21)
#070A13
(7,10,19)
#070A11
(7,10,17)
#070A0F
(7,10,15)
#070A0D
(7,10,13)
#070A0B
(7,10,11)
#070A09
(7,10,9)
#070A07
(7,10,7)
#070A05
(7,10,5)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #070A17

#070A17
(7,10,23)
#1D202C
(29,32,44)
#333641
(51,54,65)
#494C56
(73,76,86)
#5F626B
(95,98,107)
#757880
(117,120,128)
#8B8E95
(139,142,149)
#A1A4AA
(161,164,170)
#B7BABF
(183,186,191)
#CDD0D4
(205,208,212)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070A17; }

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

This text font color is #070A17.

Background Color

.myBgColor { background-color: #070A17; }

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

This div background color is #070A17.

Border color

.myBorderColor { border: 1px solid #070A17; }

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

This div border color is #070A17.

Opacity

.myOpacity80 { color: #070A17; opacity: 0.8; }

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

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

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

This text has shadow with #070A17 color.


.textShadow {text-shadow: 3px 3px 1px #070A17', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #070A17; -webkit-box-shadow: 1px 1px 3px 2px #070A17; box-shadow:1px 1px 3px 2px #070A17;">
Div content here
</div>

This div box has shadow with color #070A17.

Preview

Color preview on black background

This text has color #070A17 on black background.


Color preview on white background

This text has color #070A17 on white background.


Black color preview on #070A17 background

This text has black color on #070A17 background.


White color preview on #070A17 background

This text has white color on #070A17 background.


Related colors

Complementary color

Complementary color for #hex is #F8F5E8.


I love getcolorcode.com

Triadic colors

1 #17070A and #0A1707 with #070A17 are triadic colors.

2 #170A07 and #0A0717 with #070A17 are triadic colors.