COLOR #091343

HEX: #091343
RGB: (9,19,67)

Color info

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

RGB color model

#091343 color RGB value is (9,19,67).

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

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 67 of 255 = 26%

9
19
67

R + G + B ~ 12%. #091343 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 19 + 67 = 95 (100%)
R 9 of 95 ~ 9.47%
G 19 of 95 ~ 20%
B 67 of 95 ~ 70.53%

%20
%70.53

CMYK color model

#091343 color CMYK value is (87,72,0,74).

  • cyan value is 86.57%
  • magenta value is 71.64%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(87,72,0,74)
C87M72Y0K74 
(87%,72%,0%,74%)
(0.87/0.72/0.00/0.74)	

CMYK percentages

%86.57
%71.64
%0
%73.73

Codes

Color #091343 in popluar color models

091343
RGB91967
HSL230°76.32%14.90%
HSB/HSV230°86.57%26.27%
CMYK86.57%71.64%0.00%
73.73%

Color #091343 in popluar number systems.

HEX091343
Decimal91967
Binary1001100111000011
Octal1123103

Shades and tints

Shades of #091343

#091343
(9,19,67)
#09123D
(9,18,61)
#091137
(9,17,55)
#091031
(9,16,49)
#090F2B
(9,15,43)
#090E25
(9,14,37)
#090D1F
(9,13,31)
#090C19
(9,12,25)
#090B13
(9,11,19)
#090A0D
(9,10,13)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #091343

#091343
(9,19,67)
#1F2854
(31,40,84)
#353D65
(53,61,101)
#4B5276
(75,82,118)
#616787
(97,103,135)
#777C98
(119,124,152)
#8D91A9
(141,145,169)
#A3A6BA
(163,166,186)
#B9BBCB
(185,187,203)
#CFD0DC
(207,208,220)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091343; }

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

This text font color is #091343.


Background Color

.myBgColor { background-color: #091343; }

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

This div background color is #091343.


Border color

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

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

This div border color is #091343.


Opacity

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

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

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

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

This text has shadow with #091343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091343 on black background.


Color preview on white background

This text has color #091343 on white background.



Black color preview on #091343 background

This text has black color on #091343 background.


White color preview on #091343 background

This text has white color on #091343 background.