COLOR #090504

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

Color info

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

RGB color model

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

RGB: (9,5,4) (4%, 2%, 2%)

RGB channels and saturation

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

9
5
4

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

Portions of RGB colors in percentages

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

%50
%27.78
%22.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 55.56%
  • key color value is 96.47%

CMYK: (0,44,56,96)
C0M44Y56K96 (0%, 44%, 56%, 96%)
(0.00 / 0.44 / 0.56 / 0.96)

CMYK percentages

%0
%44.44
%55.56
%96.47

Codes

Color #090504 in popluar color models

09 05 04
RGB 9 5 4
HSL 12° 38.46% 2.55%
HSB/HSV 12° 55.56% 3.53%
CMYK 0.00% 44.44% 55.56%
96.47%

Color #090504 in popluar number systems.

HEX 09 05 04
Decimal 9 5 4
Binary 1001 101 100
Octal 11 5 4

Shades and tints

Tints of #090504

#090504
(9,5,4)
#1F1B1A
(31,27,26)
#353130
(53,49,48)
#4B4746
(75,71,70)
#615D5C
(97,93,92)
#777372
(119,115,114)
#8D8988
(141,137,136)
#A39F9E
(163,159,158)
#B9B5B4
(185,181,180)
#CFCBCA
(207,203,202)
#E5E1E0
(229,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090504; }

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

This text font color is #090504.

Background Color

.myBgColor { background-color: #090504; }

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

This div background color is #090504.

Border color

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

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

This div border color is #090504.

Opacity

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

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

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

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

This text has shadow with #090504 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090504.

Preview

Color preview on black background

This text has color #090504 on black background.


Color preview on white background

This text has color #090504 on white background.


Black color preview on #090504 background

This text has black color on #090504 background.


White color preview on #090504 background

This text has white color on #090504 background.


Related colors

Complementary color

Complementary color for #hex is #F6FAFB.


I love getcolorcode.com

Triadic colors

1 #040905 and #050409 with #090504 are triadic colors.

2 #040509 and #050904 with #090504 are triadic colors.