COLOR #09050F

HEX: #09050F
RGB: (9,5,15)

Color info

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

RGB color model

#09050F color RGB value is (9,5,15).

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

RGB channels and saturation

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

9
5
15

R + G + B ~ 4%. #09050F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 15 = 29 (100%)
R 9 of 29 ~ 31.03%
G 5 of 29 ~ 17.24%
B 15 of 29 ~ 51.72%

%31.03
%17.24
%51.72

CMYK color model

#09050F color CMYK value is (40,67,0,94).

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

CMYK percentages

%40
%66.67
%0
%94.12

Codes

Color #09050F in popluar color models

09050F
RGB9515
HSL264°50.00%3.92%
HSB/HSV264°66.67%5.88%
CMYK40.00%66.67%0.00%
94.12%

Color #09050F in popluar number systems.

HEX09050F
Decimal9515
Binary10011011111
Octal11517

Shades and tints

Shades of #09050F

#09050F
(9,5,15)
#09050E
(9,5,14)
#09050D
(9,5,13)
#09050C
(9,5,12)
#09050B
(9,5,11)
#09050A
(9,5,10)
#090509
(9,5,9)
#090508
(9,5,8)
#090507
(9,5,7)
#090506
(9,5,6)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #09050F

#09050F
(9,5,15)
#1F1B24
(31,27,36)
#353139
(53,49,57)
#4B474E
(75,71,78)
#615D63
(97,93,99)
#777378
(119,115,120)
#8D898D
(141,137,141)
#A39FA2
(163,159,162)
#B9B5B7
(185,181,183)
#CFCBCC
(207,203,204)
#E5E1E1
(229,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09050F; }

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

This text font color is #09050F.


Background Color

.myBgColor { background-color: #09050F; }

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

This div background color is #09050F.


Border color

.myBorderColor { border: 1px solid #09050F; }

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

This div border color is #09050F.


Opacity

.myOpacity80 { color: #09050F; opacity: 0.8; }

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

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

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

This text has shadow with #09050F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09050F on black background.


Color preview on white background

This text has color #09050F on white background.



Black color preview on #09050F background

This text has black color on #09050F background.


White color preview on #09050F background

This text has white color on #09050F background.