COLOR #070D15

HEX: #070D15
RGB: (7,13,21)

Color info

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

RGB color model

#070D15 color RGB value is (7,13,21).

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

RGB channels and saturation

R 7 of 255 = 3%
G 13 of 255 = 5%
B 21 of 255 = 8%

7
13
21

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

Portions of RGB colors in percentages

R + G + B =
7 + 13 + 21 = 41 (100%)
R 7 of 41 ~ 17.07%
G 13 of 41 ~ 31.71%
B 21 of 41 ~ 51.22%

%17.07
%31.71
%51.22

CMYK color model

#070D15 color CMYK value is (67,38,0,92).

  • cyan value is 66.67%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(67,38,0,92)
C67M38Y0K92 
(67%,38%,0%,92%)
(0.67/0.38/0.00/0.92)	

CMYK percentages

%66.67
%38.1
%0
%91.76

Codes

Color #070D15 in popluar color models

070D15
RGB71321
HSL214°50.00%5.49%
HSB/HSV214°66.67%8.24%
CMYK66.67%38.10%0.00%
91.76%

Color #070D15 in popluar number systems.

HEX070D15
Decimal71321
Binary111110110101
Octal71525

Shades and tints

Shades of #070D15

#070D15
(7,13,21)
#070C14
(7,12,20)
#070B13
(7,11,19)
#070A12
(7,10,18)
#070911
(7,9,17)
#070810
(7,8,16)
#07070F
(7,7,15)
#07060E
(7,6,14)
#07050D
(7,5,13)
#07040C
(7,4,12)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #070D15

#070D15
(7,13,21)
#1D232A
(29,35,42)
#33393F
(51,57,63)
#494F54
(73,79,84)
#5F6569
(95,101,105)
#757B7E
(117,123,126)
#8B9193
(139,145,147)
#A1A7A8
(161,167,168)
#B7BDBD
(183,189,189)
#CDD3D2
(205,211,210)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070D15; }

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

This text font color is #070D15.


Background Color

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

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

This div background color is #070D15.


Border color

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

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

This div border color is #070D15.


Opacity

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

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

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

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

This text has shadow with #070D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070D15 on black background.


Color preview on white background

This text has color #070D15 on white background.



Black color preview on #070D15 background

This text has black color on #070D15 background.


White color preview on #070D15 background

This text has white color on #070D15 background.