COLOR #090207

HEX: #090207
RGB: (9,2,7)

Color info

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

RGB color model

#090207 color RGB value is (9,2,7).

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

RGB channels and saturation

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

9
2
7

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

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 7 = 18 (100%)
R 9 of 18 ~ 50%
G 2 of 18 ~ 11.11%
B 7 of 18 ~ 38.89%

%50
%11.11
%38.89

CMYK color model

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

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

CMYK percentages

%0
%77.78
%22.22
%96.47

Codes

Color #090207 in popluar color models

090207
RGB927
HSL317°63.64%2.16%
HSB/HSV317°77.78%3.53%
CMYK0.00%77.78%22.22%
96.47%

Color #090207 in popluar number systems.

HEX090207
Decimal927
Binary100110111
Octal1127

Shades and tints

Tints of #090207

#090207
(9,2,7)
#1F191D
(31,25,29)
#353033
(53,48,51)
#4B4749
(75,71,73)
#615E5F
(97,94,95)
#777575
(119,117,117)
#8D8C8B
(141,140,139)
#A3A3A1
(163,163,161)
#B9BAB7
(185,186,183)
#CFD1CD
(207,209,205)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090207; }

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

This text font color is #090207.


Background Color

.myBgColor { background-color: #090207; }

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

This div background color is #090207.


Border color

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

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

This div border color is #090207.


Opacity

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

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

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

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

This text has shadow with #090207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090207 on black background.


Color preview on white background

This text has color #090207 on white background.



Black color preview on #090207 background

This text has black color on #090207 background.


White color preview on #090207 background

This text has white color on #090207 background.