COLOR #07060A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
6
10

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

Portions of RGB colors in percentages

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

%30.43
%26.09
%43.48

CMYK color model

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

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

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

CMYK percentages

%30
%40
%0
%96.08

Codes

Color #07060A in popluar color models

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

Color #07060A in popluar number systems.

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

Shades and tints

Tints of #07060A

#07060A
(7,6,10)
#1D1C20
(29,28,32)
#333236
(51,50,54)
#49484C
(73,72,76)
#5F5E62
(95,94,98)
#757478
(117,116,120)
#8B8A8E
(139,138,142)
#A1A0A4
(161,160,164)
#B7B6BA
(183,182,186)
#CDCCD0
(205,204,208)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07060A; }

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

This text font color is #07060A.

Background Color

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

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

This div background color is #07060A.

Border color

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

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

This div border color is #07060A.

Opacity

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

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

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

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

This text has shadow with #07060A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07060A.

Preview

Color preview on black background

This text has color #07060A on black background.


Color preview on white background

This text has color #07060A on white background.


Black color preview on #07060A background

This text has black color on #07060A background.


White color preview on #07060A background

This text has white color on #07060A background.


Related colors

Complementary color

Complementary color for #hex is #F8F9F5.


I love getcolorcode.com

Triadic colors

1 #0A0706 and #060A07 with #07060A are triadic colors.

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