COLOR #090D0E

HEX: #090D0E RGB: (9,13,14)

Color info

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

RGB color model

#090D0E color RGB value is (9,13,14).

RGB: (9,13,14) (4%, 5%, 5%)

RGB channels and saturation

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

9
13
14

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

Portions of RGB colors in percentages

R + G + B = 9 + 13 + 14 = 36 (100%)
R 9 of 36 ~ 25%
G 13 of 36 ~ 36.11%
B 14 of 36 ~ 38.89'%

%25
%36.11
%38.89

CMYK color model

#090D0E color CMYK value is (36,7,0,95).

  • cyan value is 35.71%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (36,7,0,95)
C36M7Y0K95 (36%, 7%, 0%, 95%)
(0.36 / 0.07 / 0.00 / 0.95)

CMYK percentages

%35.71
%7.14
%0
%94.51

Codes

Color #090D0E in popluar color models

09 0D 0E
RGB 9 13 14
HSL 192° 21.74% 4.51%
HSB/HSV 192° 35.71% 5.49%
CMYK 35.71% 7.14% 0.00%
94.51%

Color #090D0E in popluar number systems.

HEX 09 0D 0E
Decimal 9 13 14
Binary 1001 1101 1110
Octal 11 15 16

Shades and tints

Shades of #090D0E

#090D0E
(9,13,14)
#090C0D
(9,12,13)
#090B0C
(9,11,12)
#090A0B
(9,10,11)
#09090A
(9,9,10)
#090809
(9,8,9)
#090708
(9,7,8)
#090607
(9,6,7)
#090506
(9,5,6)
#090405
(9,4,5)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #090D0E

#090D0E
(9,13,14)
#1F2323
(31,35,35)
#353938
(53,57,56)
#4B4F4D
(75,79,77)
#616562
(97,101,98)
#777B77
(119,123,119)
#8D918C
(141,145,140)
#A3A7A1
(163,167,161)
#B9BDB6
(185,189,182)
#CFD3CB
(207,211,203)
#E5E9E0
(229,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D0E; }

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

This text font color is #090D0E.

Background Color

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

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

This div background color is #090D0E.

Border color

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

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

This div border color is #090D0E.

Opacity

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

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

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

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

This text has shadow with #090D0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090D0E.

Preview

Color preview on black background

This text has color #090D0E on black background.


Color preview on white background

This text has color #090D0E on white background.


Black color preview on #090D0E background

This text has black color on #090D0E background.


White color preview on #090D0E background

This text has white color on #090D0E background.


Related colors

Complementary color

Complementary color for #hex is #F6F2F1.


I love getcolorcode.com

Triadic colors

1 #0E090D and #0D0E09 with #090D0E are triadic colors.

2 #0E0D09 and #0D090E with #090D0E are triadic colors.