COLOR #091F26

HEX: #091F26
RGB: (9,31,38)

Color info

#091F26 contains red, green and blue colors in about the same proportion. Web safe color of #091F26 is #003333 (or #033).

RGB color model

#091F26 color RGB value is (9,31,38).

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

RGB channels and saturation

R 9 of 255 = 4%
G 31 of 255 = 12%
B 38 of 255 = 15%

9
31
38

R + G + B ~ 10%. #091F26 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 31 + 38 = 78 (100%)
R 9 of 78 ~ 11.54%
G 31 of 78 ~ 39.74%
B 38 of 78 ~ 48.72%

%11.54
%39.74
%48.72

CMYK color model

#091F26 color CMYK value is (76,18,0,85).

  • cyan value is 76.32%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(76,18,0,85)
C76M18Y0K85 
(76%,18%,0%,85%)
(0.76/0.18/0.00/0.85)	

CMYK percentages

%76.32
%18.42
%0
%85.1

Codes

Color #091F26 in popluar color models

091F26
RGB93138
HSL194°61.70%9.22%
HSB/HSV194°76.32%14.90%
CMYK76.32%18.42%0.00%
85.10%

Color #091F26 in popluar number systems.

HEX091F26
Decimal93138
Binary100111111100110
Octal113746

Shades and tints

Shades of #091F26

#091F26
(9,31,38)
#091D23
(9,29,35)
#091B20
(9,27,32)
#09191D
(9,25,29)
#09171A
(9,23,26)
#091517
(9,21,23)
#091314
(9,19,20)
#091111
(9,17,17)
#090F0E
(9,15,14)
#090D0B
(9,13,11)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #091F26

#091F26
(9,31,38)
#1F3339
(31,51,57)
#35474C
(53,71,76)
#4B5B5F
(75,91,95)
#616F72
(97,111,114)
#778385
(119,131,133)
#8D9798
(141,151,152)
#A3ABAB
(163,171,171)
#B9BFBE
(185,191,190)
#CFD3D1
(207,211,209)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091F26; }

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

This text font color is #091F26.


Background Color

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

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

This div background color is #091F26.


Border color

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

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

This div border color is #091F26.


Opacity

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

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

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

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

This text has shadow with #091F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091F26 on black background.


Color preview on white background

This text has color #091F26 on white background.



Black color preview on #091F26 background

This text has black color on #091F26 background.


White color preview on #091F26 background

This text has white color on #091F26 background.