COLOR #09050C

HEX: #09050C
RGB: (9,5,12)

Color info

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

RGB color model

#09050C color RGB value is (9,5,12).

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

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 12 of 255 = 5%

9
5
12

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

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 12 = 26 (100%)
R 9 of 26 ~ 34.62%
G 5 of 26 ~ 19.23%
B 12 of 26 ~ 46.15%

%34.62
%19.23
%46.15

CMYK color model

#09050C color CMYK value is (25,58,0,95).

  • cyan value is 25.00%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(25,58,0,95)
C25M58Y0K95 
(25%,58%,0%,95%)
(0.25/0.58/0.00/0.95)	

CMYK percentages

%25
%58.33
%0
%95.29

Codes

Color #09050C in popluar color models

09050C
RGB9512
HSL274°41.18%3.33%
HSB/HSV274°58.33%4.71%
CMYK25.00%58.33%0.00%
95.29%

Color #09050C in popluar number systems.

HEX09050C
Decimal9512
Binary10011011100
Octal11514

Shades and tints

Shades of #09050C

#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)
#090504
(9,5,4)
#090503
(9,5,3)
#090502
(9,5,2)
#000000
(0,0,0)

Tints of #09050C

#09050C
(9,5,12)
#1F1B22
(31,27,34)
#353138
(53,49,56)
#4B474E
(75,71,78)
#615D64
(97,93,100)
#77737A
(119,115,122)
#8D8990
(141,137,144)
#A39FA6
(163,159,166)
#B9B5BC
(185,181,188)
#CFCBD2
(207,203,210)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09050C; }

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

This text font color is #09050C.


Background Color

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

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

This div background color is #09050C.


Border color

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

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

This div border color is #09050C.


Opacity

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

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

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

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

This text has shadow with #09050C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09050C on black background.


Color preview on white background

This text has color #09050C on white background.



Black color preview on #09050C background

This text has black color on #09050C background.


White color preview on #09050C background

This text has white color on #09050C background.