COLOR #070F0A

HEX: #070F0A
RGB: (7,15,10)

Color info

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

RGB color model

#070F0A color RGB value is (7,15,10).

  • red value is 7;
  • green value is 15;
  • blue value is 10.
RGB:
(7,15,10)
(3%,6%,4%)

RGB channels and saturation

R 7 of 255 = 3%
G 15 of 255 = 6%
B 10 of 255 = 4%

7
15
10

R + G + B ~ 4%. #070F0A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 15 + 10 = 32 (100%)
R 7 of 32 ~ 21.88%
G 15 of 32 ~ 46.88%
B 10 of 32 ~ 31.25%

%21.88
%46.88
%31.25

CMYK color model

#070F0A color CMYK value is (53,0,33,94).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 94.12%
CMYK:
(53,0,33,94)
C53M0Y33K94 
(53%,0%,33%,94%)
(0.53/0.00/0.33/0.94)	

CMYK percentages

%53.33
%0
%33.33
%94.12

Codes

Color #070F0A in popluar color models

070F0A
RGB71510
HSL143°36.36%4.31%
HSB/HSV143°53.33%5.88%
CMYK53.33%0.00%33.33%
94.12%

Color #070F0A in popluar number systems.

HEX070F0A
Decimal71510
Binary11111111010
Octal71712

Shades and tints

Shades of #070F0A

#070F0A
(7,15,10)
#070E0A
(7,14,10)
#070D0A
(7,13,10)
#070C0A
(7,12,10)
#070B0A
(7,11,10)
#070A0A
(7,10,10)
#07090A
(7,9,10)
#07080A
(7,8,10)
#07070A
(7,7,10)
#07060A
(7,6,10)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #070F0A

#070F0A
(7,15,10)
#1D2420
(29,36,32)
#333936
(51,57,54)
#494E4C
(73,78,76)
#5F6362
(95,99,98)
#757878
(117,120,120)
#8B8D8E
(139,141,142)
#A1A2A4
(161,162,164)
#B7B7BA
(183,183,186)
#CDCCD0
(205,204,208)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070F0A; }

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

This text font color is #070F0A.


Background Color

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

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

This div background color is #070F0A.


Border color

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

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

This div border color is #070F0A.


Opacity

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

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

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

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

This text has shadow with #070F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070F0A on black background.


Color preview on white background

This text has color #070F0A on white background.



Black color preview on #070F0A background

This text has black color on #070F0A background.


White color preview on #070F0A background

This text has white color on #070F0A background.