COLOR #090518

HEX: #090518 RGB: (9,5,24)

Color info

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

RGB color model

#090518 color RGB value is (9,5,24).

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

RGB channels and saturation

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

9
5
24

R + G + B ~ 5%. #090518 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 24 = 38 (100%)
R 9 of 38 ~ 23.68%
G 5 of 38 ~ 13.16%
B 24 of 38 ~ 63.16'%

%23.68
%13.16
%63.16

CMYK color model

#090518 color CMYK value is (63,79,0,91).

  • cyan value is 62.50%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (63,79,0,91)
C63M79Y0K91 (63%, 79%, 0%, 91%)
(0.63 / 0.79 / 0.00 / 0.91)

CMYK percentages

%62.5
%79.17
%0
%90.59

Codes

Color #090518 in popluar color models

09 05 18
RGB 9 5 24
HSL 253° 65.52% 5.69%
HSB/HSV 253° 79.17% 9.41%
CMYK 62.50% 79.17% 0.00%
90.59%

Color #090518 in popluar number systems.

HEX 09 05 18
Decimal 9 5 24
Binary 1001 101 11000
Octal 11 5 30

Shades and tints

Shades of #090518

#090518
(9,5,24)
#090516
(9,5,22)
#090514
(9,5,20)
#090512
(9,5,18)
#090510
(9,5,16)
#09050E
(9,5,14)
#09050C
(9,5,12)
#09050A
(9,5,10)
#090508
(9,5,8)
#090506
(9,5,6)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #090518

#090518
(9,5,24)
#1F1B2D
(31,27,45)
#353142
(53,49,66)
#4B4757
(75,71,87)
#615D6C
(97,93,108)
#777381
(119,115,129)
#8D8996
(141,137,150)
#A39FAB
(163,159,171)
#B9B5C0
(185,181,192)
#CFCBD5
(207,203,213)
#E5E1EA
(229,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090518; }

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

This text font color is #090518.

Background Color

.myBgColor { background-color: #090518; }

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

This div background color is #090518.

Border color

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

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

This div border color is #090518.

Opacity

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

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

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

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

This text has shadow with #090518 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090518.

Preview

Color preview on black background

This text has color #090518 on black background.


Color preview on white background

This text has color #090518 on white background.


Black color preview on #090518 background

This text has black color on #090518 background.


White color preview on #090518 background

This text has white color on #090518 background.


Related colors

Complementary color

Complementary color for #hex is #F6FAE7.


I love getcolorcode.com

Triadic colors

1 #180905 and #051809 with #090518 are triadic colors.

2 #180509 and #050918 with #090518 are triadic colors.