COLOR #090E2F

HEX: #090E2F
RGB: (9,14,47)

Color info

#090E2F contains red, green and blue colors in about the same proportion. Web safe color of #090E2F is #000033 (or #003).

RGB color model

#090E2F color RGB value is (9,14,47).

  • red value is 9;
  • green value is 14;
  • blue value is 47.
RGB:
(9,14,47)
(4%,5%,18%)

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 47 of 255 = 18%

9
14
47

R + G + B ~ 9%. #090E2F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 47 = 70 (100%)
R 9 of 70 ~ 12.86%
G 14 of 70 ~ 20%
B 47 of 70 ~ 67.14%

%12.86
%20
%67.14

CMYK color model

#090E2F color CMYK value is (81,70,0,82).

  • cyan value is 80.85%
  • magenta value is 70.21%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(81,70,0,82)
C81M70Y0K82 
(81%,70%,0%,82%)
(0.81/0.70/0.00/0.82)	

CMYK percentages

%80.85
%70.21
%0
%81.57

Codes

Color #090E2F in popluar color models

090E2F
RGB91447
HSL232°67.86%10.98%
HSB/HSV232°80.85%18.43%
CMYK80.85%70.21%0.00%
81.57%

Color #090E2F in popluar number systems.

HEX090E2F
Decimal91447
Binary10011110101111
Octal111657

Shades and tints

Shades of #090E2F

#090E2F
(9,14,47)
#090D2B
(9,13,43)
#090C27
(9,12,39)
#090B23
(9,11,35)
#090A1F
(9,10,31)
#09091B
(9,9,27)
#090817
(9,8,23)
#090713
(9,7,19)
#09060F
(9,6,15)
#09050B
(9,5,11)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #090E2F

#090E2F
(9,14,47)
#1F2341
(31,35,65)
#353853
(53,56,83)
#4B4D65
(75,77,101)
#616277
(97,98,119)
#777789
(119,119,137)
#8D8C9B
(141,140,155)
#A3A1AD
(163,161,173)
#B9B6BF
(185,182,191)
#CFCBD1
(207,203,209)
#E5E0E3
(229,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E2F; }

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

This text font color is #090E2F.


Background Color

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

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

This div background color is #090E2F.


Border color

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

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

This div border color is #090E2F.


Opacity

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

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

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

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

This text has shadow with #090E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E2F on black background.


Color preview on white background

This text has color #090E2F on white background.



Black color preview on #090E2F background

This text has black color on #090E2F background.


White color preview on #090E2F background

This text has white color on #090E2F background.