COLOR #090F0F

HEX: #090F0F
RGB: (9,15,15)

Color info

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

RGB color model

#090F0F color RGB value is (9,15,15).

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

RGB channels and saturation

R 9 of 255 = 4%
G 15 of 255 = 6%
B 15 of 255 = 6%

9
15
15

R + G + B ~ 5%. #090F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 15 + 15 = 39 (100%)
R 9 of 39 ~ 23.08%
G 15 of 39 ~ 38.46%
B 15 of 39 ~ 38.46%

%23.08
%38.46
%38.46

CMYK color model

#090F0F color CMYK value is (40,0,0,94).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(40,0,0,94)
C40M0Y0K94 
(40%,0%,0%,94%)
(0.40/0.00/0.00/0.94)	

CMYK percentages

%40
%0
%0
%94.12

Codes

Color #090F0F in popluar color models

090F0F
RGB91515
HSL180°25.00%4.71%
HSB/HSV180°40.00%5.88%
CMYK40.00%0.00%0.00%
94.12%

Color #090F0F in popluar number systems.

HEX090F0F
Decimal91515
Binary100111111111
Octal111717

Shades and tints

Shades of #090F0F

#090F0F
(9,15,15)
#090E0E
(9,14,14)
#090D0D
(9,13,13)
#090C0C
(9,12,12)
#090B0B
(9,11,11)
#090A0A
(9,10,10)
#090909
(9,9,9)
#090808
(9,8,8)
#090707
(9,7,7)
#090606
(9,6,6)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #090F0F

#090F0F
(9,15,15)
#1F2424
(31,36,36)
#353939
(53,57,57)
#4B4E4E
(75,78,78)
#616363
(97,99,99)
#777878
(119,120,120)
#8D8D8D
(141,141,141)
#A3A2A2
(163,162,162)
#B9B7B7
(185,183,183)
#CFCCCC
(207,204,204)
#E5E1E1
(229,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090F0F; }

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

This text font color is #090F0F.


Background Color

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

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

This div background color is #090F0F.


Border color

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

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

This div border color is #090F0F.


Opacity

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

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

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

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

This text has shadow with #090F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090F0F on black background.


Color preview on white background

This text has color #090F0F on white background.



Black color preview on #090F0F background

This text has black color on #090F0F background.


White color preview on #090F0F background

This text has white color on #090F0F background.