COLOR #07070D

HEX: #07070D RGB: (7,7,13)

Color info

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

RGB color model

#07070D color RGB value is (7,7,13).

RGB: (7,7,13) (3%, 3%, 5%)

RGB channels and saturation

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

7
7
13

R + G + B ~ 4%. #07070D is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 7 + 13 = 27 (100%)
R 7 of 27 ~ 25.93%
G 7 of 27 ~ 25.93%
B 13 of 27 ~ 48.15'%

%25.93
%25.93
%48.15

CMYK color model

#07070D color CMYK value is (46,46,0,95).

  • cyan value is 46.15%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (46,46,0,95)
C46M46Y0K95 (46%, 46%, 0%, 95%)
(0.46 / 0.46 / 0.00 / 0.95)

CMYK percentages

%46.15
%46.15
%0
%94.9

Codes

Color #07070D in popluar color models

07 07 0D
RGB 7 7 13
HSL 240° 30.00% 3.92%
HSB/HSV 240° 46.15% 5.10%
CMYK 46.15% 46.15% 0.00%
94.90%

Color #07070D in popluar number systems.

HEX 07 07 0D
Decimal 7 7 13
Binary 111 111 1101
Octal 7 7 15

Shades and tints

Shades of #07070D

#07070D
(7,7,13)
#07070C
(7,7,12)
#07070B
(7,7,11)
#07070A
(7,7,10)
#070709
(7,7,9)
#070708
(7,7,8)
#070707
(7,7,7)
#070706
(7,7,6)
#070705
(7,7,5)
#070704
(7,7,4)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #07070D

#07070D
(7,7,13)
#1D1D23
(29,29,35)
#333339
(51,51,57)
#49494F
(73,73,79)
#5F5F65
(95,95,101)
#75757B
(117,117,123)
#8B8B91
(139,139,145)
#A1A1A7
(161,161,167)
#B7B7BD
(183,183,189)
#CDCDD3
(205,205,211)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07070D; }

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

This text font color is #07070D.

Background Color

.myBgColor { background-color: #07070D; }

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

This div background color is #07070D.

Border color

.myBorderColor { border: 1px solid #07070D; }

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

This div border color is #07070D.

Opacity

.myOpacity80 { color: #07070D; opacity: 0.8; }

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

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

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

This text has shadow with #07070D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07070D.

Preview

Color preview on black background

This text has color #07070D on black background.


Color preview on white background

This text has color #07070D on white background.


Black color preview on #07070D background

This text has black color on #07070D background.


White color preview on #07070D background

This text has white color on #07070D background.


Related colors

Complementary color

Complementary color for #hex is #F8F8F2.


I love getcolorcode.com