COLOR #090D10

HEX: #090D10 RGB: (9,13,16)

Color info

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

RGB color model

#090D10 color RGB value is (9,13,16).

RGB: (9,13,16) (4%, 5%, 6%)

RGB channels and saturation

R 9 of 255 = 4%
G 13 of 255 = 5%
B 16 of 255 = 6%

9
13
16

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

Portions of RGB colors in percentages

R + G + B = 9 + 13 + 16 = 38 (100%)
R 9 of 38 ~ 23.68%
G 13 of 38 ~ 34.21%
B 16 of 38 ~ 42.11'%

%23.68
%34.21
%42.11

CMYK color model

#090D10 color CMYK value is (44,19,0,94).

  • cyan value is 43.75%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (44,19,0,94)
C44M19Y0K94 (44%, 19%, 0%, 94%)
(0.44 / 0.19 / 0.00 / 0.94)

CMYK percentages

%43.75
%18.75
%0
%93.73

Codes

Color #090D10 in popluar color models

09 0D 10
RGB 9 13 16
HSL 206° 28.00% 4.90%
HSB/HSV 206° 43.75% 6.27%
CMYK 43.75% 18.75% 0.00%
93.73%

Color #090D10 in popluar number systems.

HEX 09 0D 10
Decimal 9 13 16
Binary 1001 1101 10000
Octal 11 15 20

Shades and tints

Shades of #090D10

#090D10
(9,13,16)
#090C0F
(9,12,15)
#090B0E
(9,11,14)
#090A0D
(9,10,13)
#09090C
(9,9,12)
#09080B
(9,8,11)
#09070A
(9,7,10)
#090609
(9,6,9)
#090508
(9,5,8)
#090407
(9,4,7)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #090D10

#090D10
(9,13,16)
#1F2325
(31,35,37)
#35393A
(53,57,58)
#4B4F4F
(75,79,79)
#616564
(97,101,100)
#777B79
(119,123,121)
#8D918E
(141,145,142)
#A3A7A3
(163,167,163)
#B9BDB8
(185,189,184)
#CFD3CD
(207,211,205)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D10; }

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

This text font color is #090D10.

Background Color

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

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

This div background color is #090D10.

Border color

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

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

This div border color is #090D10.

Opacity

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

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

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

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

This text has shadow with #090D10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090D10.

Preview

Color preview on black background

This text has color #090D10 on black background.


Color preview on white background

This text has color #090D10 on white background.


Black color preview on #090D10 background

This text has black color on #090D10 background.


White color preview on #090D10 background

This text has white color on #090D10 background.


Related colors

Complementary color

Complementary color for #hex is #F6F2EF.


I love getcolorcode.com

Triadic colors

1 #10090D and #0D1009 with #090D10 are triadic colors.

2 #100D09 and #0D0910 with #090D10 are triadic colors.