COLOR #090931

HEX: #090931 RGB: (9,9,49)

Color info

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

RGB color model

#090931 color RGB value is (9,9,49).

RGB: (9,9,49) (4%, 4%, 19%)

RGB channels and saturation

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

9
9
49

R + G + B ~ 9%. #090931 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 9 + 49 = 67 (100%)
R 9 of 67 ~ 13.43%
G 9 of 67 ~ 13.43%
B 49 of 67 ~ 73.13'%

%13.43
%13.43
%73.13

CMYK color model

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

  • cyan value is 81.63%
  • magenta value is 81.63%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (82,82,0,81)
C82M82Y0K81 (82%, 82%, 0%, 81%)
(0.82 / 0.82 / 0.00 / 0.81)

CMYK percentages

%81.63
%81.63
%0
%80.78

Codes

Color #090931 in popluar color models

09 09 31
RGB 9 9 49
HSL 240° 68.97% 11.37%
HSB/HSV 240° 81.63% 19.22%
CMYK 81.63% 81.63% 0.00%
80.78%

Color #090931 in popluar number systems.

HEX 09 09 31
Decimal 9 9 49
Binary 1001 1001 110001
Octal 11 11 61

Shades and tints

Shades of #090931

#090931
(9,9,49)
#09092D
(9,9,45)
#090929
(9,9,41)
#090925
(9,9,37)
#090921
(9,9,33)
#09091D
(9,9,29)
#090919
(9,9,25)
#090915
(9,9,21)
#090911
(9,9,17)
#09090D
(9,9,13)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #090931

#090931
(9,9,49)
#1F1F43
(31,31,67)
#353555
(53,53,85)
#4B4B67
(75,75,103)
#616179
(97,97,121)
#77778B
(119,119,139)
#8D8D9D
(141,141,157)
#A3A3AF
(163,163,175)
#B9B9C1
(185,185,193)
#CFCFD3
(207,207,211)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090931; }

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

This text font color is #090931.

Background Color

.myBgColor { background-color: #090931; }

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

This div background color is #090931.

Border color

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

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

This div border color is #090931.

Opacity

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

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

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

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

This text has shadow with #090931 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090931.

Preview

Color preview on black background

This text has color #090931 on black background.


Color preview on white background

This text has color #090931 on white background.


Black color preview on #090931 background

This text has black color on #090931 background.


White color preview on #090931 background

This text has white color on #090931 background.


Related colors

Complementary color

Complementary color for #hex is #F6F6CE.


I love getcolorcode.com