COLOR #090828

HEX: #090828
RGB: (9,8,40)

Color info

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

RGB color model

#090828 color RGB value is (9,8,40).

  • red value is 9;
  • green value is 8;
  • blue value is 40.
RGB:
(9,8,40)
(4%,3%,16%)

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 40 of 255 = 16%

9
8
40

R + G + B ~ 8%. #090828 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 8 + 40 = 57 (100%)
R 9 of 57 ~ 15.79%
G 8 of 57 ~ 14.04%
B 40 of 57 ~ 70.18%

%15.79
%14.04
%70.18

CMYK color model

#090828 color CMYK value is (78,80,0,84).

  • cyan value is 77.50%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(78,80,0,84)
C78M80Y0K84 
(78%,80%,0%,84%)
(0.78/0.80/0.00/0.84)	

CMYK percentages

%77.5
%80
%0
%84.31

Codes

Color #090828 in popluar color models

090828
RGB9840
HSL242°66.67%9.41%
HSB/HSV242°80.00%15.69%
CMYK77.50%80.00%0.00%
84.31%

Color #090828 in popluar number systems.

HEX090828
Decimal9840
Binary10011000101000
Octal111050

Shades and tints

Shades of #090828

#090828
(9,8,40)
#090825
(9,8,37)
#090822
(9,8,34)
#09081F
(9,8,31)
#09081C
(9,8,28)
#090819
(9,8,25)
#090816
(9,8,22)
#090813
(9,8,19)
#090810
(9,8,16)
#09080D
(9,8,13)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #090828

#090828
(9,8,40)
#1F1E3B
(31,30,59)
#35344E
(53,52,78)
#4B4A61
(75,74,97)
#616074
(97,96,116)
#777687
(119,118,135)
#8D8C9A
(141,140,154)
#A3A2AD
(163,162,173)
#B9B8C0
(185,184,192)
#CFCED3
(207,206,211)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090828 color. Also use rgb(9,8,40) instead hex code.

Text Font Color

.myTextColor { color: #090828; }

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

This text font color is #090828.


Background Color

.myBgColor { background-color: #090828; }

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

This div background color is #090828.


Border color

.myBorderColor { border: 1px solid #090828; }

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

This div border color is #090828.


Opacity

.myOpacity80 { color: #090828; opacity: 0.8; }

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

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

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

This text has shadow with #090828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090828 on black background.


Color preview on white background

This text has color #090828 on white background.



Black color preview on #090828 background

This text has black color on #090828 background.


White color preview on #090828 background

This text has white color on #090828 background.