COLOR #02070D

HEX: #02070D RGB: (2,7,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

2
7
13

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

Portions of RGB colors in percentages

R + G + B = 2 + 7 + 13 = 22 (100%)
R 2 of 22 ~ 9.09%
G 7 of 22 ~ 31.82%
B 13 of 22 ~ 59.09'%

%31.82
%59.09

CMYK color model

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

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

CMYK: (85,46,0,95)
C85M46Y0K95 (85%, 46%, 0%, 95%)
(0.85 / 0.46 / 0.00 / 0.95)

CMYK percentages

%84.62
%46.15
%0
%94.9

Codes

Color #02070D in popluar color models

02 07 0D
RGB 2 7 13
HSL 213° 73.33% 2.94%
HSB/HSV 213° 84.62% 5.10%
CMYK 84.62% 46.15% 0.00%
94.90%

Color #02070D in popluar number systems.

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

Shades and tints

Shades of #02070D

#02070D
(2,7,13)
#02070C
(2,7,12)
#02070B
(2,7,11)
#02070A
(2,7,10)
#020709
(2,7,9)
#020708
(2,7,8)
#020707
(2,7,7)
#020706
(2,7,6)
#020705
(2,7,5)
#020704
(2,7,4)
#020703
(2,7,3)
#000000
(0,0,0)

Tints of #02070D

#02070D
(2,7,13)
#191D23
(25,29,35)
#303339
(48,51,57)
#47494F
(71,73,79)
#5E5F65
(94,95,101)
#75757B
(117,117,123)
#8C8B91
(140,139,145)
#A3A1A7
(163,161,167)
#BAB7BD
(186,183,189)
#D1CDD3
(209,205,211)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02070D; }

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

This text font color is #02070D.

Background Color

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

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

This div background color is #02070D.

Border color

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

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

This div border color is #02070D.

Opacity

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

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

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

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

This text has shadow with #02070D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02070D.

Preview

Color preview on black background

This text has color #02070D on black background.


Color preview on white background

This text has color #02070D on white background.


Black color preview on #02070D background

This text has black color on #02070D background.


White color preview on #02070D background

This text has white color on #02070D background.


Related colors

Complementary color

Complementary color for #hex is #FDF8F2.


I love getcolorcode.com

Triadic colors

1 #0D0207 and #070D02 with #02070D are triadic colors.

2 #0D0702 and #07020D with #02070D are triadic colors.