COLOR #090F0E

HEX: #090F0E RGB: (9,15,14)

Color info

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

RGB color model

#090F0E color RGB value is (9,15,14).

RGB: (9,15,14) (4%, 6%, 5%)

RGB channels and saturation

R 9 of 255 = 4%
G 15 of 255 = 6%
B 14 of 255 = 5%

9
15
14

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

Portions of RGB colors in percentages

R + G + B = 9 + 15 + 14 = 38 (100%)
R 9 of 38 ~ 23.68%
G 15 of 38 ~ 39.47%
B 14 of 38 ~ 36.84'%

%23.68
%39.47
%36.84

CMYK color model

#090F0E color CMYK value is (40,0,7,94).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 94.12%
CMYK: (40,0,7,94) C40M0Y7K94 (40%,0%,7%,94%) (0.40/0.00/0.07/0.94) 

CMYK percentages

%40
%0
%6.67
%94.12

Codes

Color #090F0E in popluar color models

09 0F 0E
RGB 9 15 14
HSL 170° 25.00% 4.71%
HSB/HSV 170° 40.00% 5.88%
CMYK 40.00% 0.00% 6.67%
94.12%

Color #090F0E in popluar number systems.

HEX 09 0F 0E
Decimal 9 15 14
Binary 1001 1111 1110
Octal 11 17 16

Shades and tints

Shades of #090F0E

#090F0E
(9,15,14)
#090E0D
(9,14,13)
#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)
#000000
(0,0,0)

Tints of #090F0E

#090F0E
(9,15,14)
#1F2423
(31,36,35)
#353938
(53,57,56)
#4B4E4D
(75,78,77)
#616362
(97,99,98)
#777877
(119,120,119)
#8D8D8C
(141,141,140)
#A3A2A1
(163,162,161)
#B9B7B6
(185,183,182)
#CFCCCB
(207,204,203)
#E5E1E0
(229,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090F0E; }

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

This text font color is #090F0E.

Background Color

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

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

This div background color is #090F0E.

Border color

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

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

This div border color is #090F0E.

Opacity

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

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

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

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

This text has shadow with #090F0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090F0E.

Preview

Color preview on black background

This text has color #090F0E on black background.


Color preview on white background

This text has color #090F0E on white background.


Black color preview on #090F0E background

This text has black color on #090F0E background.


White color preview on #090F0E background

This text has white color on #090F0E background.


Related colors

Complementary color

Complementary color for #hex is #F6F0F1.


I love getcolorcode.com

Triadic colors

1 #0E090F and #0F0E09 with #090F0E are triadic colors.

2 #0E0F09 and #0F090E with #090F0E are triadic colors.