COLOR #06070D

HEX: #06070D
RGB: (6,7,13)

Color info

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

RGB color model

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

  • red value is 6;
  • green value is 7;
  • blue value is 13.
RGB:
(6,7,13)
(2%,3%,5%)

RGB channels and saturation

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

6
7
13

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

Portions of RGB colors in percentages

R + G + B =
6 + 7 + 13 = 26 (100%)
R 6 of 26 ~ 23.08%
G 7 of 26 ~ 26.92%
B 13 of 26 ~ 50%

%23.08
%26.92
%50

CMYK color model

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

  • cyan value is 53.85%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(54,46,0,95)
C54M46Y0K95 
(54%,46%,0%,95%)
(0.54/0.46/0.00/0.95)	

CMYK percentages

%53.85
%46.15
%0
%94.9

Codes

Color #06070D in popluar color models

06070D
RGB6713
HSL231°36.84%3.73%
HSB/HSV231°53.85%5.10%
CMYK53.85%46.15%0.00%
94.90%

Color #06070D in popluar number systems.

HEX06070D
Decimal6713
Binary1101111101
Octal6715

Shades and tints

Shades of #06070D

#06070D
(6,7,13)
#06070C
(6,7,12)
#06070B
(6,7,11)
#06070A
(6,7,10)
#060709
(6,7,9)
#060708
(6,7,8)
#060707
(6,7,7)
#060706
(6,7,6)
#060705
(6,7,5)
#060704
(6,7,4)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #06070D

#06070D
(6,7,13)
#1C1D23
(28,29,35)
#323339
(50,51,57)
#48494F
(72,73,79)
#5E5F65
(94,95,101)
#74757B
(116,117,123)
#8A8B91
(138,139,145)
#A0A1A7
(160,161,167)
#B6B7BD
(182,183,189)
#CCCDD3
(204,205,211)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06070D; }

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

This text font color is #06070D.


Background Color

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

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

This div background color is #06070D.


Border color

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

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

This div border color is #06070D.


Opacity

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

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

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

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

This text has shadow with #06070D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06070D on black background.


Color preview on white background

This text has color #06070D on white background.



Black color preview on #06070D background

This text has black color on #06070D background.


White color preview on #06070D background

This text has white color on #06070D background.