COLOR #06070A

HEX: #06070A RGB: (6,7,10)

Color info

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

RGB color model

#06070A color RGB value is (6,7,10).

RGB: (6,7,10) (2%, 3%, 4%)

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 10 of 255 = 4%

6
7
10

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

Portions of RGB colors in percentages

R + G + B = 6 + 7 + 10 = 23 (100%)
R 6 of 23 ~ 26.09%
G 7 of 23 ~ 30.43%
B 10 of 23 ~ 43.48'%

%26.09
%30.43
%43.48

CMYK color model

#06070A color CMYK value is (40,30,0,96).

  • cyan value is 40.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 96.08%

CMYK: (40,30,0,96)
C40M30Y0K96 (40%, 30%, 0%, 96%)
(0.40 / 0.30 / 0.00 / 0.96)

CMYK percentages

%40
%30
%0
%96.08

Codes

Color #06070A in popluar color models

06 07 0A
RGB 6 7 10
HSL 225° 25.00% 3.14%
HSB/HSV 225° 40.00% 3.92%
CMYK 40.00% 30.00% 0.00%
96.08%

Color #06070A in popluar number systems.

HEX 06 07 0A
Decimal 6 7 10
Binary 110 111 1010
Octal 6 7 12

Shades and tints

Tints of #06070A

#06070A
(6,7,10)
#1C1D20
(28,29,32)
#323336
(50,51,54)
#48494C
(72,73,76)
#5E5F62
(94,95,98)
#747578
(116,117,120)
#8A8B8E
(138,139,142)
#A0A1A4
(160,161,164)
#B6B7BA
(182,183,186)
#CCCDD0
(204,205,208)
#E2E3E6
(226,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06070A; }

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

This text font color is #06070A.

Background Color

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

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

This div background color is #06070A.

Border color

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

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

This div border color is #06070A.

Opacity

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

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

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

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

This text has shadow with #06070A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06070A.

Preview

Color preview on black background

This text has color #06070A on black background.


Color preview on white background

This text has color #06070A on white background.


Black color preview on #06070A background

This text has black color on #06070A background.


White color preview on #06070A background

This text has white color on #06070A background.


Related colors

Complementary color

Complementary color for #hex is #F9F8F5.


I love getcolorcode.com

Triadic colors

1 #0A0607 and #070A06 with #06070A are triadic colors.

2 #0A0706 and #07060A with #06070A are triadic colors.