COLOR #070F15

HEX: #070F15 RGB: (7,15,21)

Color info

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

RGB color model

#070F15 color RGB value is (7,15,21).

RGB: (7,15,21) (3%, 6%, 8%)

RGB channels and saturation

R 7 of 255 = 3%
G 15 of 255 = 6%
B 21 of 255 = 8%

7
15
21

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

Portions of RGB colors in percentages

R + G + B = 7 + 15 + 21 = 43 (100%)
R 7 of 43 ~ 16.28%
G 15 of 43 ~ 34.88%
B 21 of 43 ~ 48.84'%

%16.28
%34.88
%48.84

CMYK color model

#070F15 color CMYK value is (67,29,0,92).

  • cyan value is 66.67%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (67,29,0,92)
C67M29Y0K92 (67%, 29%, 0%, 92%)
(0.67 / 0.29 / 0.00 / 0.92)

CMYK percentages

%66.67
%28.57
%0
%91.76

Codes

Color #070F15 in popluar color models

07 0F 15
RGB 7 15 21
HSL 206° 50.00% 5.49%
HSB/HSV 206° 66.67% 8.24%
CMYK 66.67% 28.57% 0.00%
91.76%

Color #070F15 in popluar number systems.

HEX 07 0F 15
Decimal 7 15 21
Binary 111 1111 10101
Octal 7 17 25

Shades and tints

Shades of #070F15

#070F15
(7,15,21)
#070E14
(7,14,20)
#070D13
(7,13,19)
#070C12
(7,12,18)
#070B11
(7,11,17)
#070A10
(7,10,16)
#07090F
(7,9,15)
#07080E
(7,8,14)
#07070D
(7,7,13)
#07060C
(7,6,12)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #070F15

#070F15
(7,15,21)
#1D242A
(29,36,42)
#33393F
(51,57,63)
#494E54
(73,78,84)
#5F6369
(95,99,105)
#75787E
(117,120,126)
#8B8D93
(139,141,147)
#A1A2A8
(161,162,168)
#B7B7BD
(183,183,189)
#CDCCD2
(205,204,210)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070F15; }

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

This text font color is #070F15.

Background Color

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

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

This div background color is #070F15.

Border color

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

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

This div border color is #070F15.

Opacity

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

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

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

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

This text has shadow with #070F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070F15.

Preview

Color preview on black background

This text has color #070F15 on black background.


Color preview on white background

This text has color #070F15 on white background.


Black color preview on #070F15 background

This text has black color on #070F15 background.


White color preview on #070F15 background

This text has white color on #070F15 background.


Related colors

Complementary color

Complementary color for #hex is #F8F0EA.


I love getcolorcode.com

Triadic colors

1 #15070F and #0F1507 with #070F15 are triadic colors.

2 #150F07 and #0F0715 with #070F15 are triadic colors.