COLOR #090D0C

HEX: #090D0C
RGB: (9,13,12)

Color info

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

RGB color model

#090D0C color RGB value is (9,13,12).

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

RGB channels and saturation

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

9
13
12

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

Portions of RGB colors in percentages

R + G + B =
9 + 13 + 12 = 34 (100%)
R 9 of 34 ~ 26.47%
G 13 of 34 ~ 38.24%
B 12 of 34 ~ 35.29%

%26.47
%38.24
%35.29

CMYK color model

#090D0C color CMYK value is (31,0,8,95).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 94.90%
CMYK:
(31,0,8,95)
C31M0Y8K95 
(31%,0%,8%,95%)
(0.31/0.00/0.08/0.95)	

CMYK percentages

%30.77
%0
%7.69
%94.9

Codes

Color #090D0C in popluar color models

090D0C
RGB91312
HSL165°18.18%4.31%
HSB/HSV165°30.77%5.10%
CMYK30.77%0.00%7.69%
94.90%

Color #090D0C in popluar number systems.

HEX090D0C
Decimal91312
Binary100111011100
Octal111514

Shades and tints

Shades of #090D0C

#090D0C
(9,13,12)
#090C0B
(9,12,11)
#090B0A
(9,11,10)
#090A09
(9,10,9)
#090908
(9,9,8)
#090807
(9,8,7)
#090706
(9,7,6)
#090605
(9,6,5)
#090504
(9,5,4)
#090403
(9,4,3)
#090302
(9,3,2)
#000000
(0,0,0)

Tints of #090D0C

#090D0C
(9,13,12)
#1F2322
(31,35,34)
#353938
(53,57,56)
#4B4F4E
(75,79,78)
#616564
(97,101,100)
#777B7A
(119,123,122)
#8D9190
(141,145,144)
#A3A7A6
(163,167,166)
#B9BDBC
(185,189,188)
#CFD3D2
(207,211,210)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D0C; }

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

This text font color is #090D0C.


Background Color

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

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

This div background color is #090D0C.


Border color

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

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

This div border color is #090D0C.


Opacity

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

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

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

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

This text has shadow with #090D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090D0C on black background.


Color preview on white background

This text has color #090D0C on white background.



Black color preview on #090D0C background

This text has black color on #090D0C background.


White color preview on #090D0C background

This text has white color on #090D0C background.