COLOR #091731

HEX: #091731
RGB: (9,23,49)

Color info

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

RGB color model

#091731 color RGB value is (9,23,49).

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

RGB channels and saturation

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

9
23
49

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

Portions of RGB colors in percentages

R + G + B =
9 + 23 + 49 = 81 (100%)
R 9 of 81 ~ 11.11%
G 23 of 81 ~ 28.4%
B 49 of 81 ~ 60.49%

%11.11
%28.4
%60.49

CMYK color model

#091731 color CMYK value is (82,53,0,81).

  • cyan value is 81.63%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(82,53,0,81)
C82M53Y0K81 
(82%,53%,0%,81%)
(0.82/0.53/0.00/0.81)	

CMYK percentages

%81.63
%53.06
%0
%80.78

Codes

Color #091731 in popluar color models

091731
RGB92349
HSL219°68.97%11.37%
HSB/HSV219°81.63%19.22%
CMYK81.63%53.06%0.00%
80.78%

Color #091731 in popluar number systems.

HEX091731
Decimal92349
Binary100110111110001
Octal112761

Shades and tints

Shades of #091731

#091731
(9,23,49)
#09152D
(9,21,45)
#091329
(9,19,41)
#091125
(9,17,37)
#090F21
(9,15,33)
#090D1D
(9,13,29)
#090B19
(9,11,25)
#090915
(9,9,21)
#090711
(9,7,17)
#09050D
(9,5,13)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #091731

#091731
(9,23,49)
#1F2C43
(31,44,67)
#354155
(53,65,85)
#4B5667
(75,86,103)
#616B79
(97,107,121)
#77808B
(119,128,139)
#8D959D
(141,149,157)
#A3AAAF
(163,170,175)
#B9BFC1
(185,191,193)
#CFD4D3
(207,212,211)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091731; }

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

This text font color is #091731.


Background Color

.myBgColor { background-color: #091731; }

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

This div background color is #091731.


Border color

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

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

This div border color is #091731.


Opacity

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

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

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

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

This text has shadow with #091731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091731 on black background.


Color preview on white background

This text has color #091731 on white background.



Black color preview on #091731 background

This text has black color on #091731 background.


White color preview on #091731 background

This text has white color on #091731 background.