COLOR #090C0C

HEX: #090C0C RGB: (9,12,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
12
12

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

Portions of RGB colors in percentages

R + G + B = 9 + 12 + 12 = 33 (100%)
R 9 of 33 ~ 27.27%
G 12 of 33 ~ 36.36%
B 12 of 33 ~ 36.36'%

%27.27
%36.36
%36.36

CMYK color model

#090C0C color CMYK value is (25,0,0,95).

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

CMYK: (25,0,0,95)
C25M0Y0K95 (25%, 0%, 0%, 95%)
(0.25 / 0.00 / 0.00 / 0.95)

CMYK percentages

%25
%0
%0
%95.29

Codes

Color #090C0C in popluar color models

09 0C 0C
RGB 9 12 12
HSL 180° 14.29% 4.12%
HSB/HSV 180° 25.00% 4.71%
CMYK 25.00% 0.00% 0.00%
95.29%

Color #090C0C in popluar number systems.

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

Shades and tints

Shades of #090C0C

#090C0C
(9,12,12)
#090B0B
(9,11,11)
#090A0A
(9,10,10)
#090909
(9,9,9)
#090808
(9,8,8)
#090707
(9,7,7)
#090606
(9,6,6)
#090505
(9,5,5)
#090404
(9,4,4)
#090303
(9,3,3)
#090202
(9,2,2)
#000000
(0,0,0)

Tints of #090C0C

#090C0C
(9,12,12)
#1F2222
(31,34,34)
#353838
(53,56,56)
#4B4E4E
(75,78,78)
#616464
(97,100,100)
#777A7A
(119,122,122)
#8D9090
(141,144,144)
#A3A6A6
(163,166,166)
#B9BCBC
(185,188,188)
#CFD2D2
(207,210,210)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090C0C; }

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

This text font color is #090C0C.

Background Color

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

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

This div background color is #090C0C.

Border color

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

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

This div border color is #090C0C.

Opacity

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

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

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

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

This text has shadow with #090C0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090C0C.

Preview

Color preview on black background

This text has color #090C0C on black background.


Color preview on white background

This text has color #090C0C on white background.


Black color preview on #090C0C background

This text has black color on #090C0C background.


White color preview on #090C0C background

This text has white color on #090C0C background.


Related colors

Complementary color

Complementary color for #hex is #F6F3F3.


I love getcolorcode.com