COLOR #090405

HEX: #090405
RGB: (9,4,5)

Color info

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

RGB color model

#090405 color RGB value is (9,4,5).

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

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 5 of 255 = 2%

9
4
5

R + G + B ~ 3%. #090405 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 4 + 5 = 18 (100%)
R 9 of 18 ~ 50%
G 4 of 18 ~ 22.22%
B 5 of 18 ~ 27.78%

%50
%22.22
%27.78

CMYK color model

#090405 color CMYK value is (0,56,44,96).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 44.44%
  • key color value is 96.47%
CMYK:
(0,56,44,96)
C0M56Y44K96 
(0%,56%,44%,96%)
(0.00/0.56/0.44/0.96)	

CMYK percentages

%0
%55.56
%44.44
%96.47

Codes

Color #090405 in popluar color models

090405
RGB945
HSL348°38.46%2.55%
HSB/HSV348°55.56%3.53%
CMYK0.00%55.56%44.44%
96.47%

Color #090405 in popluar number systems.

HEX090405
Decimal945
Binary1001100101
Octal1145

Shades and tints

Tints of #090405

#090405
(9,4,5)
#1F1A1B
(31,26,27)
#353031
(53,48,49)
#4B4647
(75,70,71)
#615C5D
(97,92,93)
#777273
(119,114,115)
#8D8889
(141,136,137)
#A39E9F
(163,158,159)
#B9B4B5
(185,180,181)
#CFCACB
(207,202,203)
#E5E0E1
(229,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090405 color. Also use rgb(9,4,5) instead hex code.

Text Font Color

.myTextColor { color: #090405; }

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

This text font color is #090405.


Background Color

.myBgColor { background-color: #090405; }

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

This div background color is #090405.


Border color

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

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

This div border color is #090405.


Opacity

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

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

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

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

This text has shadow with #090405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090405 on black background.


Color preview on white background

This text has color #090405 on white background.



Black color preview on #090405 background

This text has black color on #090405 background.


White color preview on #090405 background

This text has white color on #090405 background.