COLOR #090707

HEX: #090707
RGB: (9,7,7)

Color info

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

RGB color model

#090707 color RGB value is (9,7,7).

  • red value is 9;
  • green value is 7;
  • blue value is 7.
RGB:
(9,7,7)
(4%,3%,3%)

RGB channels and saturation

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

9
7
7

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

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 7 = 23 (100%)
R 9 of 23 ~ 39.13%
G 7 of 23 ~ 30.43%
B 7 of 23 ~ 30.43%

%39.13
%30.43
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 22.22%
  • key color value is 96.47%
CMYK:
(0,22,22,96)
C0M22Y22K96 
(0%,22%,22%,96%)
(0.00/0.22/0.22/0.96)	

CMYK percentages

%0
%22.22
%22.22
%96.47

Codes

Color #090707 in popluar color models

090707
RGB977
HSL12.50%3.14%
HSB/HSV22.22%3.53%
CMYK0.00%22.22%22.22%
96.47%

Color #090707 in popluar number systems.

HEX090707
Decimal977
Binary1001111111
Octal1177

Shades and tints

Tints of #090707

#090707
(9,7,7)
#1F1D1D
(31,29,29)
#353333
(53,51,51)
#4B4949
(75,73,73)
#615F5F
(97,95,95)
#777575
(119,117,117)
#8D8B8B
(141,139,139)
#A3A1A1
(163,161,161)
#B9B7B7
(185,183,183)
#CFCDCD
(207,205,205)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090707; }

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

This text font color is #090707.


Background Color

.myBgColor { background-color: #090707; }

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

This div background color is #090707.


Border color

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

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

This div border color is #090707.


Opacity

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

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

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

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

This text has shadow with #090707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090707 on black background.


Color preview on white background

This text has color #090707 on white background.



Black color preview on #090707 background

This text has black color on #090707 background.


White color preview on #090707 background

This text has white color on #090707 background.