COLOR #090520

HEX: #090520 RGB: (9,5,32)

Color info

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

RGB color model

#090520 color RGB value is (9,5,32).

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

RGB channels and saturation

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

9
5
32

R + G + B ~ 6%. #090520 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 32 = 46 (100%)
R 9 of 46 ~ 19.57%
G 5 of 46 ~ 10.87%
B 32 of 46 ~ 69.57'%

%19.57
%10.87
%69.57

CMYK color model

#090520 color CMYK value is (72,84,0,87).

  • cyan value is 71.88%
  • magenta value is 84.38%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (72,84,0,87)
C72M84Y0K87 (72%, 84%, 0%, 87%)
(0.72 / 0.84 / 0.00 / 0.87)

CMYK percentages

%71.88
%84.38
%0
%87.45

Codes

Color #090520 in popluar color models

09 05 20
RGB 9 5 32
HSL 249° 72.97% 7.25%
HSB/HSV 249° 84.38% 12.55%
CMYK 71.88% 84.38% 0.00%
87.45%

Color #090520 in popluar number systems.

HEX 09 05 20
Decimal 9 5 32
Binary 1001 101 100000
Octal 11 5 40

Shades and tints

Shades of #090520

#090520
(9,5,32)
#09051E
(9,5,30)
#09051C
(9,5,28)
#09051A
(9,5,26)
#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)
#000000
(0,0,0)

Tints of #090520

#090520
(9,5,32)
#1F1B34
(31,27,52)
#353148
(53,49,72)
#4B475C
(75,71,92)
#615D70
(97,93,112)
#777384
(119,115,132)
#8D8998
(141,137,152)
#A39FAC
(163,159,172)
#B9B5C0
(185,181,192)
#CFCBD4
(207,203,212)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090520; }

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

This text font color is #090520.

Background Color

.myBgColor { background-color: #090520; }

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

This div background color is #090520.

Border color

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

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

This div border color is #090520.

Opacity

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

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

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

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

This text has shadow with #090520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090520.

Preview

Color preview on black background

This text has color #090520 on black background.


Color preview on white background

This text has color #090520 on white background.


Black color preview on #090520 background

This text has black color on #090520 background.


White color preview on #090520 background

This text has white color on #090520 background.


Related colors

Complementary color

Complementary color for #hex is #F6FADF.


I love getcolorcode.com

Triadic colors

1 #200905 and #052009 with #090520 are triadic colors.

2 #200509 and #050920 with #090520 are triadic colors.