COLOR #091631

HEX: #091631
RGB: (9,22,49)

Color info

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

RGB color model

#091631 color RGB value is (9,22,49).

  • red value is 9;
  • green value is 22;
  • blue value is 49.
RGB:
(9,22,49)
(4%,9%,19%)

RGB channels and saturation

R 9 of 255 = 4%
G 22 of 255 = 9%
B 49 of 255 = 19%

9
22
49

R + G + B ~ 11%. #091631 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 22 + 49 = 80 (100%)
R 9 of 80 ~ 11.25%
G 22 of 80 ~ 27.5%
B 49 of 80 ~ 61.25%

%11.25
%27.5
%61.25

CMYK color model

#091631 color CMYK value is (82,55,0,81).

  • cyan value is 81.63%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(82,55,0,81)
C82M55Y0K81 
(82%,55%,0%,81%)
(0.82/0.55/0.00/0.81)	

CMYK percentages

%81.63
%55.1
%0
%80.78

Codes

Color #091631 in popluar color models

091631
RGB92249
HSL221°68.97%11.37%
HSB/HSV221°81.63%19.22%
CMYK81.63%55.10%0.00%
80.78%

Color #091631 in popluar number systems.

HEX091631
Decimal92249
Binary100110110110001
Octal112661

Shades and tints

Shades of #091631

#091631
(9,22,49)
#09142D
(9,20,45)
#091229
(9,18,41)
#091025
(9,16,37)
#090E21
(9,14,33)
#090C1D
(9,12,29)
#090A19
(9,10,25)
#090815
(9,8,21)
#090611
(9,6,17)
#09040D
(9,4,13)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #091631

#091631
(9,22,49)
#1F2B43
(31,43,67)
#354055
(53,64,85)
#4B5567
(75,85,103)
#616A79
(97,106,121)
#777F8B
(119,127,139)
#8D949D
(141,148,157)
#A3A9AF
(163,169,175)
#B9BEC1
(185,190,193)
#CFD3D3
(207,211,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091631 color. Also use rgb(9,22,49) instead hex code.

Text Font Color

.myTextColor { color: #091631; }

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

This text font color is #091631.


Background Color

.myBgColor { background-color: #091631; }

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

This div background color is #091631.


Border color

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

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

This div border color is #091631.


Opacity

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

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

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

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

This text has shadow with #091631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091631 on black background.


Color preview on white background

This text has color #091631 on white background.



Black color preview on #091631 background

This text has black color on #091631 background.


White color preview on #091631 background

This text has white color on #091631 background.