COLOR #091F46

HEX: #091F46
RGB: (9,31,70)

Color info

#091F46 contains mainly green and blue colors. Web safe color of #091F46 is #003333 (or #033).

RGB color model

#091F46 color RGB value is (9,31,70).

  • red value is 9;
  • green value is 31;
  • blue value is 70.
RGB:
(9,31,70)
(4%,12%,27%)

RGB channels and saturation

R 9 of 255 = 4%
G 31 of 255 = 12%
B 70 of 255 = 27%

9
31
70

R + G + B ~ 14%. #091F46 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 31 + 70 = 110 (100%)
R 9 of 110 ~ 8.18%
G 31 of 110 ~ 28.18%
B 70 of 110 ~ 63.64%

%28.18
%63.64

CMYK color model

#091F46 color CMYK value is (87,56,0,73).

  • cyan value is 87.14%
  • magenta value is 55.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(87,56,0,73)
C87M56Y0K73 
(87%,56%,0%,73%)
(0.87/0.56/0.00/0.73)	

CMYK percentages

%87.14
%55.71
%0
%72.55

Codes

Color #091F46 in popluar color models

091F46
RGB93170
HSL218°77.22%15.49%
HSB/HSV218°87.14%27.45%
CMYK87.14%55.71%0.00%
72.55%

Color #091F46 in popluar number systems.

HEX091F46
Decimal93170
Binary1001111111000110
Octal1137106

Shades and tints

Shades of #091F46

#091F46
(9,31,70)
#091D40
(9,29,64)
#091B3A
(9,27,58)
#091934
(9,25,52)
#09172E
(9,23,46)
#091528
(9,21,40)
#091322
(9,19,34)
#09111C
(9,17,28)
#090F16
(9,15,22)
#090D10
(9,13,16)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #091F46

#091F46
(9,31,70)
#1F3356
(31,51,86)
#354766
(53,71,102)
#4B5B76
(75,91,118)
#616F86
(97,111,134)
#778396
(119,131,150)
#8D97A6
(141,151,166)
#A3ABB6
(163,171,182)
#B9BFC6
(185,191,198)
#CFD3D6
(207,211,214)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091F46 color. Also use rgb(9,31,70) instead hex code.

Text Font Color

.myTextColor { color: #091F46; }

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

This text font color is #091F46.


Background Color

.myBgColor { background-color: #091F46; }

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

This div background color is #091F46.


Border color

.myBorderColor { border: 1px solid #091F46; }

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

This div border color is #091F46.


Opacity

.myOpacity80 { color: #091F46; opacity: 0.8; }

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

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

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

This text has shadow with #091F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091F46 on black background.


Color preview on white background

This text has color #091F46 on white background.



Black color preview on #091F46 background

This text has black color on #091F46 background.


White color preview on #091F46 background

This text has white color on #091F46 background.