COLOR #091931

HEX: #091931
RGB: (9,25,49)

Color info

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

RGB color model

#091931 color RGB value is (9,25,49).

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

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 49 of 255 = 19%

9
25
49

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

Portions of RGB colors in percentages

R + G + B =
9 + 25 + 49 = 83 (100%)
R 9 of 83 ~ 10.84%
G 25 of 83 ~ 30.12%
B 49 of 83 ~ 59.04%

%10.84
%30.12
%59.04

CMYK color model

#091931 color CMYK value is (82,49,0,81).

  • cyan value is 81.63%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(82,49,0,81)
C82M49Y0K81 
(82%,49%,0%,81%)
(0.82/0.49/0.00/0.81)	

CMYK percentages

%81.63
%48.98
%0
%80.78

Codes

Color #091931 in popluar color models

091931
RGB92549
HSL216°68.97%11.37%
HSB/HSV216°81.63%19.22%
CMYK81.63%48.98%0.00%
80.78%

Color #091931 in popluar number systems.

HEX091931
Decimal92549
Binary100111001110001
Octal113161

Shades and tints

Shades of #091931

#091931
(9,25,49)
#09172D
(9,23,45)
#091529
(9,21,41)
#091325
(9,19,37)
#091121
(9,17,33)
#090F1D
(9,15,29)
#090D19
(9,13,25)
#090B15
(9,11,21)
#090911
(9,9,17)
#09070D
(9,7,13)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #091931

#091931
(9,25,49)
#1F2D43
(31,45,67)
#354155
(53,65,85)
#4B5567
(75,85,103)
#616979
(97,105,121)
#777D8B
(119,125,139)
#8D919D
(141,145,157)
#A3A5AF
(163,165,175)
#B9B9C1
(185,185,193)
#CFCDD3
(207,205,211)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091931; }

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

This text font color is #091931.


Background Color

.myBgColor { background-color: #091931; }

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

This div background color is #091931.


Border color

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

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

This div border color is #091931.


Opacity

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

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

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

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

This text has shadow with #091931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091931 on black background.


Color preview on white background

This text has color #091931 on white background.



Black color preview on #091931 background

This text has black color on #091931 background.


White color preview on #091931 background

This text has white color on #091931 background.