COLOR #070E0D

HEX: #070E0D RGB: (7,14,13)

Color info

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

RGB color model

#070E0D color RGB value is (7,14,13).

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

RGB channels and saturation

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

7
14
13

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

Portions of RGB colors in percentages

R + G + B = 7 + 14 + 13 = 34 (100%)
R 7 of 34 ~ 20.59%
G 14 of 34 ~ 41.18%
B 13 of 34 ~ 38.24'%

%20.59
%41.18
%38.24

CMYK color model

#070E0D color CMYK value is (50,0,7,95).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 94.51%
CMYK: (50,0,7,95) C50M0Y7K95 (50%,0%,7%,95%) (0.50/0.00/0.07/0.95) 

CMYK percentages

%50
%0
%7.14
%94.51

Codes

Color #070E0D in popluar color models

07 0E 0D
RGB 7 14 13
HSL 171° 33.33% 4.12%
HSB/HSV 171° 50.00% 5.49%
CMYK 50.00% 0.00% 7.14%
94.51%

Color #070E0D in popluar number systems.

HEX 07 0E 0D
Decimal 7 14 13
Binary 111 1110 1101
Octal 7 16 15

Shades and tints

Shades of #070E0D

#070E0D
(7,14,13)
#070D0C
(7,13,12)
#070C0B
(7,12,11)
#070B0A
(7,11,10)
#070A09
(7,10,9)
#070908
(7,9,8)
#070807
(7,8,7)
#070706
(7,7,6)
#070605
(7,6,5)
#070504
(7,5,4)
#070403
(7,4,3)
#000000
(0,0,0)

Tints of #070E0D

#070E0D
(7,14,13)
#1D2323
(29,35,35)
#333839
(51,56,57)
#494D4F
(73,77,79)
#5F6265
(95,98,101)
#75777B
(117,119,123)
#8B8C91
(139,140,145)
#A1A1A7
(161,161,167)
#B7B6BD
(183,182,189)
#CDCBD3
(205,203,211)
#E3E0E9
(227,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E0D; }

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

This text font color is #070E0D.

Background Color

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

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

This div background color is #070E0D.

Border color

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

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

This div border color is #070E0D.

Opacity

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

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

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

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

This text has shadow with #070E0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070E0D.

Preview

Color preview on black background

This text has color #070E0D on black background.


Color preview on white background

This text has color #070E0D on white background.


Black color preview on #070E0D background

This text has black color on #070E0D background.


White color preview on #070E0D background

This text has white color on #070E0D background.


Related colors

Complementary color

Complementary color for #hex is #F8F1F2.


I love getcolorcode.com

Triadic colors

1 #0D070E and #0E0D07 with #070E0D are triadic colors.

2 #0D0E07 and #0E070D with #070E0D are triadic colors.