COLOR #07010D

HEX: #07010D RGB: (7,1,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
1
13

R + G + B ~ 3%. #07010D is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 1 + 13 = 21 (100%)
R 7 of 21 ~ 33.33%
G 1 of 21 ~ 4.76%
B 13 of 21 ~ 61.9'%

%33.33
%61.9

CMYK color model

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

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

CMYK: (46,92,0,95)
C46M92Y0K95 (46%, 92%, 0%, 95%)
(0.46 / 0.92 / 0.00 / 0.95)

CMYK percentages

%46.15
%92.31
%0
%94.9

Codes

Color #07010D in popluar color models

07 01 0D
RGB 7 1 13
HSL 270° 85.71% 2.75%
HSB/HSV 270° 92.31% 5.10%
CMYK 46.15% 92.31% 0.00%
94.90%

Color #07010D in popluar number systems.

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

Shades and tints

Shades of #07010D

#07010D
(7,1,13)
#07010C
(7,1,12)
#07010B
(7,1,11)
#07010A
(7,1,10)
#070109
(7,1,9)
#070108
(7,1,8)
#070107
(7,1,7)
#070106
(7,1,6)
#070105
(7,1,5)
#070104
(7,1,4)
#070103
(7,1,3)
#000000
(0,0,0)

Tints of #07010D

#07010D
(7,1,13)
#1D1823
(29,24,35)
#332F39
(51,47,57)
#49464F
(73,70,79)
#5F5D65
(95,93,101)
#75747B
(117,116,123)
#8B8B91
(139,139,145)
#A1A2A7
(161,162,167)
#B7B9BD
(183,185,189)
#CDD0D3
(205,208,211)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07010D; }

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

This text font color is #07010D.

Background Color

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

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

This div background color is #07010D.

Border color

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

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

This div border color is #07010D.

Opacity

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

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

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

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

This text has shadow with #07010D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07010D.

Preview

Color preview on black background

This text has color #07010D on black background.


Color preview on white background

This text has color #07010D on white background.


Black color preview on #07010D background

This text has black color on #07010D background.


White color preview on #07010D background

This text has white color on #07010D background.


Related colors

Complementary color

Complementary color for #hex is #F8FEF2.


I love getcolorcode.com

Triadic colors

1 #0D0701 and #010D07 with #07010D are triadic colors.

2 #0D0107 and #01070D with #07010D are triadic colors.