COLOR #09060C

HEX: #09060C RGB: (9,6,12)

Color info

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

RGB color model

#09060C color RGB value is (9,6,12).

RGB: (9,6,12) (4%, 2%, 5%)

RGB channels and saturation

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

9
6
12

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

Portions of RGB colors in percentages

R + G + B = 9 + 6 + 12 = 27 (100%)
R 9 of 27 ~ 33.33%
G 6 of 27 ~ 22.22%
B 12 of 27 ~ 44.44'%

%33.33
%22.22
%44.44

CMYK color model

#09060C color CMYK value is (25,50,0,95).

  • cyan value is 25.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (25,50,0,95)
C25M50Y0K95 (25%, 50%, 0%, 95%)
(0.25 / 0.50 / 0.00 / 0.95)

CMYK percentages

%25
%50
%0
%95.29

Codes

Color #09060C in popluar color models

09 06 0C
RGB 9 6 12
HSL 270° 33.33% 3.53%
HSB/HSV 270° 50.00% 4.71%
CMYK 25.00% 50.00% 0.00%
95.29%

Color #09060C in popluar number systems.

HEX 09 06 0C
Decimal 9 6 12
Binary 1001 110 1100
Octal 11 6 14

Shades and tints

Shades of #09060C

#09060C
(9,6,12)
#09060B
(9,6,11)
#09060A
(9,6,10)
#090609
(9,6,9)
#090608
(9,6,8)
#090607
(9,6,7)
#090606
(9,6,6)
#090605
(9,6,5)
#090604
(9,6,4)
#090603
(9,6,3)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #09060C

#09060C
(9,6,12)
#1F1C22
(31,28,34)
#353238
(53,50,56)
#4B484E
(75,72,78)
#615E64
(97,94,100)
#77747A
(119,116,122)
#8D8A90
(141,138,144)
#A3A0A6
(163,160,166)
#B9B6BC
(185,182,188)
#CFCCD2
(207,204,210)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09060C; }

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

This text font color is #09060C.

Background Color

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

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

This div background color is #09060C.

Border color

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

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

This div border color is #09060C.

Opacity

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

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

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

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

This text has shadow with #09060C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09060C.

Preview

Color preview on black background

This text has color #09060C on black background.


Color preview on white background

This text has color #09060C on white background.


Black color preview on #09060C background

This text has black color on #09060C background.


White color preview on #09060C background

This text has white color on #09060C background.


Related colors

Complementary color

Complementary color for #hex is #F6F9F3.


I love getcolorcode.com

Triadic colors

1 #0C0906 and #060C09 with #09060C are triadic colors.

2 #0C0609 and #06090C with #09060C are triadic colors.