COLOR #090700

HEX: #090700
RGB: (9,7,0)

Color info

#090700 contains only red and green colors. Web safe color of #090700 is #000000 (or #000).

RGB color model

#090700 color RGB value is (9,7,0).

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

RGB channels and saturation

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

9
7
0

R + G + B ~ 2%. #090700 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 0 = 16 (100%)
R 9 of 16 ~ 56.25%
G 7 of 16 ~ 43.75%
B 0 of 16 ~ 0%

%56.25
%43.75

CMYK color model

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

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

CMYK percentages

%0
%22.22
%100
%96.47

Codes

Color #090700 in popluar color models

090700
RGB970
HSL47°100.00%1.76%
HSB/HSV47°100.00%3.53%
CMYK0.00%22.22%100.00%
96.47%

Color #090700 in popluar number systems.

HEX090700
Decimal970
Binary10011110
Octal1170

Shades and tints

Tints of #090700

#090700
(9,7,0)
#1F1D17
(31,29,23)
#35332E
(53,51,46)
#4B4945
(75,73,69)
#615F5C
(97,95,92)
#777573
(119,117,115)
#8D8B8A
(141,139,138)
#A3A1A1
(163,161,161)
#B9B7B8
(185,183,184)
#CFCDCF
(207,205,207)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090700; }

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

This text font color is #090700.


Background Color

.myBgColor { background-color: #090700; }

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

This div background color is #090700.


Border color

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

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

This div border color is #090700.


Opacity

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

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

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

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

This text has shadow with #090700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090700 on black background.


Color preview on white background

This text has color #090700 on white background.



Black color preview on #090700 background

This text has black color on #090700 background.


White color preview on #090700 background

This text has white color on #090700 background.