COLOR #090E0A

HEX: #090E0A RGB: (9,14,10)

Color info

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

RGB color model

#090E0A color RGB value is (9,14,10).

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

RGB channels and saturation

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

9
14
10

R + G + B ~ 4%. #090E0A is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 14 + 10 = 33 (100%)
R 9 of 33 ~ 27.27%
G 14 of 33 ~ 42.42%
B 10 of 33 ~ 30.3'%

%27.27
%42.42
%30.3

CMYK color model

#090E0A color CMYK value is (36,0,29,95).

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

CMYK: (36,0,29,95)
C36M0Y29K95 (36%, 0%, 29%, 95%)
(0.36 / 0.00 / 0.29 / 0.95)

CMYK percentages

%35.71
%0
%28.57
%94.51

Codes

Color #090E0A in popluar color models

09 0E 0A
RGB 9 14 10
HSL 132° 21.74% 4.51%
HSB/HSV 132° 35.71% 5.49%
CMYK 35.71% 0.00% 28.57%
94.51%

Color #090E0A in popluar number systems.

HEX 09 0E 0A
Decimal 9 14 10
Binary 1001 1110 1010
Octal 11 16 12

Shades and tints

Shades of #090E0A

#090E0A
(9,14,10)
#090D0A
(9,13,10)
#090C0A
(9,12,10)
#090B0A
(9,11,10)
#090A0A
(9,10,10)
#09090A
(9,9,10)
#09080A
(9,8,10)
#09070A
(9,7,10)
#09060A
(9,6,10)
#09050A
(9,5,10)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #090E0A

#090E0A
(9,14,10)
#1F2320
(31,35,32)
#353836
(53,56,54)
#4B4D4C
(75,77,76)
#616262
(97,98,98)
#777778
(119,119,120)
#8D8C8E
(141,140,142)
#A3A1A4
(163,161,164)
#B9B6BA
(185,182,186)
#CFCBD0
(207,203,208)
#E5E0E6
(229,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E0A; }

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

This text font color is #090E0A.

Background Color

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

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

This div background color is #090E0A.

Border color

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

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

This div border color is #090E0A.

Opacity

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

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

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

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

This text has shadow with #090E0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090E0A.

Preview

Color preview on black background

This text has color #090E0A on black background.


Color preview on white background

This text has color #090E0A on white background.


Black color preview on #090E0A background

This text has black color on #090E0A background.


White color preview on #090E0A background

This text has white color on #090E0A background.


Related colors

Complementary color

Complementary color for #hex is #F6F1F5.


I love getcolorcode.com

Triadic colors

1 #0A090E and #0E0A09 with #090E0A are triadic colors.

2 #0A0E09 and #0E090A with #090E0A are triadic colors.