COLOR #091324

HEX: #091324
RGB: (9,19,36)

Color info

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

RGB color model

#091324 color RGB value is (9,19,36).

  • red value is 9;
  • green value is 19;
  • blue value is 36.
RGB:
(9,19,36)
(4%,7%,14%)

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 36 of 255 = 14%

9
19
36

R + G + B ~ 8%. #091324 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 19 + 36 = 64 (100%)
R 9 of 64 ~ 14.06%
G 19 of 64 ~ 29.69%
B 36 of 64 ~ 56.25%

%14.06
%29.69
%56.25

CMYK color model

#091324 color CMYK value is (75,47,0,86).

  • cyan value is 75.00%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(75,47,0,86)
C75M47Y0K86 
(75%,47%,0%,86%)
(0.75/0.47/0.00/0.86)	

CMYK percentages

%75
%47.22
%0
%85.88

Codes

Color #091324 in popluar color models

091324
RGB91936
HSL218°60.00%8.82%
HSB/HSV218°75.00%14.12%
CMYK75.00%47.22%0.00%
85.88%

Color #091324 in popluar number systems.

HEX091324
Decimal91936
Binary100110011100100
Octal112344

Shades and tints

Shades of #091324

#091324
(9,19,36)
#091221
(9,18,33)
#09111E
(9,17,30)
#09101B
(9,16,27)
#090F18
(9,15,24)
#090E15
(9,14,21)
#090D12
(9,13,18)
#090C0F
(9,12,15)
#090B0C
(9,11,12)
#090A09
(9,10,9)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #091324

#091324
(9,19,36)
#1F2837
(31,40,55)
#353D4A
(53,61,74)
#4B525D
(75,82,93)
#616770
(97,103,112)
#777C83
(119,124,131)
#8D9196
(141,145,150)
#A3A6A9
(163,166,169)
#B9BBBC
(185,187,188)
#CFD0CF
(207,208,207)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091324; }

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

This text font color is #091324.


Background Color

.myBgColor { background-color: #091324; }

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

This div background color is #091324.


Border color

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

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

This div border color is #091324.


Opacity

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

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

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

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

This text has shadow with #091324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091324 on black background.


Color preview on white background

This text has color #091324 on white background.



Black color preview on #091324 background

This text has black color on #091324 background.


White color preview on #091324 background

This text has white color on #091324 background.