COLOR #090A2E

HEX: #090A2E
RGB: (9,10,46)

Color info

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

RGB color model

#090A2E color RGB value is (9,10,46).

  • red value is 9;
  • green value is 10;
  • blue value is 46.
RGB:
(9,10,46)
(4%,4%,18%)

RGB channels and saturation

R 9 of 255 = 4%
G 10 of 255 = 4%
B 46 of 255 = 18%

9
10
46

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

Portions of RGB colors in percentages

R + G + B =
9 + 10 + 46 = 65 (100%)
R 9 of 65 ~ 13.85%
G 10 of 65 ~ 15.38%
B 46 of 65 ~ 70.77%

%13.85
%15.38
%70.77

CMYK color model

#090A2E color CMYK value is (80,78,0,82).

  • cyan value is 80.43%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(80,78,0,82)
C80M78Y0K82 
(80%,78%,0%,82%)
(0.80/0.78/0.00/0.82)	

CMYK percentages

%80.43
%78.26
%0
%81.96

Codes

Color #090A2E in popluar color models

090A2E
RGB91046
HSL238°67.27%10.78%
HSB/HSV238°80.43%18.04%
CMYK80.43%78.26%0.00%
81.96%

Color #090A2E in popluar number systems.

HEX090A2E
Decimal91046
Binary10011010101110
Octal111256

Shades and tints

Shades of #090A2E

#090A2E
(9,10,46)
#090A2A
(9,10,42)
#090A26
(9,10,38)
#090A22
(9,10,34)
#090A1E
(9,10,30)
#090A1A
(9,10,26)
#090A16
(9,10,22)
#090A12
(9,10,18)
#090A0E
(9,10,14)
#090A0A
(9,10,10)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #090A2E

#090A2E
(9,10,46)
#1F2041
(31,32,65)
#353654
(53,54,84)
#4B4C67
(75,76,103)
#61627A
(97,98,122)
#77788D
(119,120,141)
#8D8EA0
(141,142,160)
#A3A4B3
(163,164,179)
#B9BAC6
(185,186,198)
#CFD0D9
(207,208,217)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090A2E; }

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

This text font color is #090A2E.


Background Color

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

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

This div background color is #090A2E.


Border color

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

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

This div border color is #090A2E.


Opacity

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

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

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

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

This text has shadow with #090A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090A2E on black background.


Color preview on white background

This text has color #090A2E on white background.



Black color preview on #090A2E background

This text has black color on #090A2E background.


White color preview on #090A2E background

This text has white color on #090A2E background.