COLOR #090611

HEX: #090611
RGB: (9,6,17)

Color info

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

RGB color model

#090611 color RGB value is (9,6,17).

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

RGB channels and saturation

R 9 of 255 = 4%
G 6 of 255 = 2%
B 17 of 255 = 7%

9
6
17

R + G + B ~ 4%. #090611 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 6 + 17 = 32 (100%)
R 9 of 32 ~ 28.13%
G 6 of 32 ~ 18.75%
B 17 of 32 ~ 53.13%

%28.13
%18.75
%53.13

CMYK color model

#090611 color CMYK value is (47,65,0,93).

  • cyan value is 47.06%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(47,65,0,93)
C47M65Y0K93 
(47%,65%,0%,93%)
(0.47/0.65/0.00/0.93)	

CMYK percentages

%47.06
%64.71
%0
%93.33

Codes

Color #090611 in popluar color models

090611
RGB9617
HSL256°47.83%4.51%
HSB/HSV256°64.71%6.67%
CMYK47.06%64.71%0.00%
93.33%

Color #090611 in popluar number systems.

HEX090611
Decimal9617
Binary100111010001
Octal11621

Shades and tints

Shades of #090611

#090611
(9,6,17)
#090610
(9,6,16)
#09060F
(9,6,15)
#09060E
(9,6,14)
#09060D
(9,6,13)
#09060C
(9,6,12)
#09060B
(9,6,11)
#09060A
(9,6,10)
#090609
(9,6,9)
#090608
(9,6,8)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #090611

#090611
(9,6,17)
#1F1C26
(31,28,38)
#35323B
(53,50,59)
#4B4850
(75,72,80)
#615E65
(97,94,101)
#77747A
(119,116,122)
#8D8A8F
(141,138,143)
#A3A0A4
(163,160,164)
#B9B6B9
(185,182,185)
#CFCCCE
(207,204,206)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090611 color. Also use rgb(9,6,17) instead hex code.

Text Font Color

.myTextColor { color: #090611; }

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

This text font color is #090611.


Background Color

.myBgColor { background-color: #090611; }

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

This div background color is #090611.


Border color

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

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

This div border color is #090611.


Opacity

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

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

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

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

This text has shadow with #090611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090611 on black background.


Color preview on white background

This text has color #090611 on white background.



Black color preview on #090611 background

This text has black color on #090611 background.


White color preview on #090611 background

This text has white color on #090611 background.