COLOR #070906

HEX: #070906 RGB: (7,9,6)

Color info

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

RGB color model

#070906 color RGB value is (7,9,6).

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

RGB channels and saturation

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

7
9
6

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

Portions of RGB colors in percentages

R + G + B = 7 + 9 + 6 = 22 (100%)
R 7 of 22 ~ 31.82%
G 9 of 22 ~ 40.91%
B 6 of 22 ~ 27.27'%

%31.82
%40.91
%27.27

CMYK color model

#070906 color CMYK value is (22,0,33,96).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 96.47%

CMYK: (22,0,33,96)
C22M0Y33K96 (22%, 0%, 33%, 96%)
(0.22 / 0.00 / 0.33 / 0.96)

CMYK percentages

%22.22
%0
%33.33
%96.47

Codes

Color #070906 in popluar color models

07 09 06
RGB 7 9 6
HSL 100° 20.00% 2.94%
HSB/HSV 100° 33.33% 3.53%
CMYK 22.22% 0.00% 33.33%
96.47%

Color #070906 in popluar number systems.

HEX 07 09 06
Decimal 7 9 6
Binary 111 1001 110
Octal 7 11 6

Shades and tints

Tints of #070906

#070906
(7,9,6)
#1D1F1C
(29,31,28)
#333532
(51,53,50)
#494B48
(73,75,72)
#5F615E
(95,97,94)
#757774
(117,119,116)
#8B8D8A
(139,141,138)
#A1A3A0
(161,163,160)
#B7B9B6
(183,185,182)
#CDCFCC
(205,207,204)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070906; }

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

This text font color is #070906.

Background Color

.myBgColor { background-color: #070906; }

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

This div background color is #070906.

Border color

.myBorderColor { border: 1px solid #070906; }

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

This div border color is #070906.

Opacity

.myOpacity80 { color: #070906; opacity: 0.8; }

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

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

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

This text has shadow with #070906 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070906.

Preview

Color preview on black background

This text has color #070906 on black background.


Color preview on white background

This text has color #070906 on white background.


Black color preview on #070906 background

This text has black color on #070906 background.


White color preview on #070906 background

This text has white color on #070906 background.


Related colors

Complementary color

Complementary color for #hex is #F8F6F9.


I love getcolorcode.com

Triadic colors

1 #060709 and #090607 with #070906 are triadic colors.

2 #060907 and #090706 with #070906 are triadic colors.