COLOR #090E07

HEX: #090E07
RGB: (9,14,7)

Color info

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

RGB color model

#090E07 color RGB value is (9,14,7).

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

RGB channels and saturation

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

9
14
7

R + G + B ~ 4%. #090E07 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 7 = 30 (100%)
R 9 of 30 ~ 30%
G 14 of 30 ~ 46.67%
B 7 of 30 ~ 23.33%

%30
%46.67
%23.33

CMYK color model

#090E07 color CMYK value is (36,0,50,95).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 94.51%
CMYK:
(36,0,50,95)
C36M0Y50K95 
(36%,0%,50%,95%)
(0.36/0.00/0.50/0.95)	

CMYK percentages

%35.71
%0
%50
%94.51

Codes

Color #090E07 in popluar color models

090E07
RGB9147
HSL103°33.33%4.12%
HSB/HSV103°50.00%5.49%
CMYK35.71%0.00%50.00%
94.51%

Color #090E07 in popluar number systems.

HEX090E07
Decimal9147
Binary10011110111
Octal11167

Shades and tints

Shades of #090E07

#090E07
(9,14,7)
#090D07
(9,13,7)
#090C07
(9,12,7)
#090B07
(9,11,7)
#090A07
(9,10,7)
#090907
(9,9,7)
#090807
(9,8,7)
#090707
(9,7,7)
#090607
(9,6,7)
#090507
(9,5,7)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #090E07

#090E07
(9,14,7)
#1F231D
(31,35,29)
#353833
(53,56,51)
#4B4D49
(75,77,73)
#61625F
(97,98,95)
#777775
(119,119,117)
#8D8C8B
(141,140,139)
#A3A1A1
(163,161,161)
#B9B6B7
(185,182,183)
#CFCBCD
(207,203,205)
#E5E0E3
(229,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E07; }

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

This text font color is #090E07.


Background Color

.myBgColor { background-color: #090E07; }

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

This div background color is #090E07.


Border color

.myBorderColor { border: 1px solid #090E07; }

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

This div border color is #090E07.


Opacity

.myOpacity80 { color: #090E07; opacity: 0.8; }

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

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

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

This text has shadow with #090E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E07 on black background.


Color preview on white background

This text has color #090E07 on white background.



Black color preview on #090E07 background

This text has black color on #090E07 background.


White color preview on #090E07 background

This text has white color on #090E07 background.