COLOR #07080D

HEX: #07080D RGB: (7,8,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
8
13

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

Portions of RGB colors in percentages

R + G + B = 7 + 8 + 13 = 28 (100%)
R 7 of 28 ~ 25%
G 8 of 28 ~ 28.57%
B 13 of 28 ~ 46.43'%

%25
%28.57
%46.43

CMYK color model

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

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

CMYK: (46,38,0,95)
C46M38Y0K95 (46%, 38%, 0%, 95%)
(0.46 / 0.38 / 0.00 / 0.95)

CMYK percentages

%46.15
%38.46
%0
%94.9

Codes

Color #07080D in popluar color models

07 08 0D
RGB 7 8 13
HSL 230° 30.00% 3.92%
HSB/HSV 230° 46.15% 5.10%
CMYK 46.15% 38.46% 0.00%
94.90%

Color #07080D in popluar number systems.

HEX 07 08 0D
Decimal 7 8 13
Binary 111 1000 1101
Octal 7 10 15

Shades and tints

Shades of #07080D

#07080D
(7,8,13)
#07080C
(7,8,12)
#07080B
(7,8,11)
#07080A
(7,8,10)
#070809
(7,8,9)
#070808
(7,8,8)
#070807
(7,8,7)
#070806
(7,8,6)
#070805
(7,8,5)
#070804
(7,8,4)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #07080D

#07080D
(7,8,13)
#1D1E23
(29,30,35)
#333439
(51,52,57)
#494A4F
(73,74,79)
#5F6065
(95,96,101)
#75767B
(117,118,123)
#8B8C91
(139,140,145)
#A1A2A7
(161,162,167)
#B7B8BD
(183,184,189)
#CDCED3
(205,206,211)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07080D; }

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

This text font color is #07080D.

Background Color

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

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

This div background color is #07080D.

Border color

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

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

This div border color is #07080D.

Opacity

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

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

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

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

This text has shadow with #07080D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07080D.

Preview

Color preview on black background

This text has color #07080D on black background.


Color preview on white background

This text has color #07080D on white background.


Black color preview on #07080D background

This text has black color on #07080D background.


White color preview on #07080D background

This text has white color on #07080D background.


Related colors

Complementary color

Complementary color for #hex is #F8F7F2.


I love getcolorcode.com

Triadic colors

1 #0D0708 and #080D07 with #07080D are triadic colors.

2 #0D0807 and #08070D with #07080D are triadic colors.