COLOR #090529

HEX: #090529 RGB: (9,5,41)

Color info

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

RGB color model

#090529 color RGB value is (9,5,41).

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

RGB channels and saturation

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

9
5
41

R + G + B ~ 7%. #090529 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 41 = 55 (100%)
R 9 of 55 ~ 16.36%
G 5 of 55 ~ 9.09%
B 41 of 55 ~ 74.55'%

%16.36
%74.55

CMYK color model

#090529 color CMYK value is (78,88,0,84).

  • cyan value is 78.05%
  • magenta value is 87.80%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (78,88,0,84)
C78M88Y0K84 (78%, 88%, 0%, 84%)
(0.78 / 0.88 / 0.00 / 0.84)

CMYK percentages

%78.05
%87.8
%0
%83.92

Codes

Color #090529 in popluar color models

09 05 29
RGB 9 5 41
HSL 247° 78.26% 9.02%
HSB/HSV 247° 87.80% 16.08%
CMYK 78.05% 87.80% 0.00%
83.92%

Color #090529 in popluar number systems.

HEX 09 05 29
Decimal 9 5 41
Binary 1001 101 101001
Octal 11 5 51

Shades and tints

Shades of #090529

#090529
(9,5,41)
#090526
(9,5,38)
#090523
(9,5,35)
#090520
(9,5,32)
#09051D
(9,5,29)
#09051A
(9,5,26)
#090517
(9,5,23)
#090514
(9,5,20)
#090511
(9,5,17)
#09050E
(9,5,14)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #090529

#090529
(9,5,41)
#1F1B3C
(31,27,60)
#35314F
(53,49,79)
#4B4762
(75,71,98)
#615D75
(97,93,117)
#777388
(119,115,136)
#8D899B
(141,137,155)
#A39FAE
(163,159,174)
#B9B5C1
(185,181,193)
#CFCBD4
(207,203,212)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090529; }

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

This text font color is #090529.

Background Color

.myBgColor { background-color: #090529; }

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

This div background color is #090529.

Border color

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

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

This div border color is #090529.

Opacity

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

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

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

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

This text has shadow with #090529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090529.

Preview

Color preview on black background

This text has color #090529 on black background.


Color preview on white background

This text has color #090529 on white background.


Black color preview on #090529 background

This text has black color on #090529 background.


White color preview on #090529 background

This text has white color on #090529 background.


Related colors

Complementary color

Complementary color for #hex is #F6FAD6.


I love getcolorcode.com

Triadic colors

1 #290905 and #052909 with #090529 are triadic colors.

2 #290509 and #050929 with #090529 are triadic colors.