COLOR #090F0C

HEX: #090F0C RGB: (9,15,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
15
12

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

Portions of RGB colors in percentages

R + G + B = 9 + 15 + 12 = 36 (100%)
R 9 of 36 ~ 25%
G 15 of 36 ~ 41.67%
B 12 of 36 ~ 33.33'%

%25
%41.67
%33.33

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 94.12%

CMYK: (40,0,20,94)
C40M0Y20K94 (40%, 0%, 20%, 94%)
(0.40 / 0.00 / 0.20 / 0.94)

CMYK percentages

%40
%0
%20
%94.12

Codes

Color #090F0C in popluar color models

09 0F 0C
RGB 9 15 12
HSL 150° 25.00% 4.71%
HSB/HSV 150° 40.00% 5.88%
CMYK 40.00% 0.00% 20.00%
94.12%

Color #090F0C in popluar number systems.

HEX 09 0F 0C
Decimal 9 15 12
Binary 1001 1111 1100
Octal 11 17 14

Shades and tints

Shades of #090F0C

#090F0C
(9,15,12)
#090E0B
(9,14,11)
#090D0A
(9,13,10)
#090C09
(9,12,9)
#090B08
(9,11,8)
#090A07
(9,10,7)
#090906
(9,9,6)
#090805
(9,8,5)
#090704
(9,7,4)
#090603
(9,6,3)
#090502
(9,5,2)
#000000
(0,0,0)

Tints of #090F0C

#090F0C
(9,15,12)
#1F2422
(31,36,34)
#353938
(53,57,56)
#4B4E4E
(75,78,78)
#616364
(97,99,100)
#77787A
(119,120,122)
#8D8D90
(141,141,144)
#A3A2A6
(163,162,166)
#B9B7BC
(185,183,188)
#CFCCD2
(207,204,210)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090F0C; }

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

This text font color is #090F0C.

Background Color

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

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

This div background color is #090F0C.

Border color

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

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

This div border color is #090F0C.

Opacity

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

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

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

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

This text has shadow with #090F0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090F0C.

Preview

Color preview on black background

This text has color #090F0C on black background.


Color preview on white background

This text has color #090F0C on white background.


Black color preview on #090F0C background

This text has black color on #090F0C background.


White color preview on #090F0C background

This text has white color on #090F0C background.


Related colors

Complementary color

Complementary color for #hex is #F6F0F3.


I love getcolorcode.com

Triadic colors

1 #0C090F and #0F0C09 with #090F0C are triadic colors.

2 #0C0F09 and #0F090C with #090F0C are triadic colors.