COLOR #091625

HEX: #091625
RGB: (9,22,37)

Color info

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

RGB color model

#091625 color RGB value is (9,22,37).

  • red value is 9;
  • green value is 22;
  • blue value is 37.
RGB:
(9,22,37)
(4%,9%,15%)

RGB channels and saturation

R 9 of 255 = 4%
G 22 of 255 = 9%
B 37 of 255 = 15%

9
22
37

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

Portions of RGB colors in percentages

R + G + B =
9 + 22 + 37 = 68 (100%)
R 9 of 68 ~ 13.24%
G 22 of 68 ~ 32.35%
B 37 of 68 ~ 54.41%

%13.24
%32.35
%54.41

CMYK color model

#091625 color CMYK value is (76,41,0,85).

  • cyan value is 75.68%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(76,41,0,85)
C76M41Y0K85 
(76%,41%,0%,85%)
(0.76/0.41/0.00/0.85)	

CMYK percentages

%75.68
%40.54
%0
%85.49

Codes

Color #091625 in popluar color models

091625
RGB92237
HSL212°60.87%9.02%
HSB/HSV212°75.68%14.51%
CMYK75.68%40.54%0.00%
85.49%

Color #091625 in popluar number systems.

HEX091625
Decimal92237
Binary100110110100101
Octal112645

Shades and tints

Shades of #091625

#091625
(9,22,37)
#091422
(9,20,34)
#09121F
(9,18,31)
#09101C
(9,16,28)
#090E19
(9,14,25)
#090C16
(9,12,22)
#090A13
(9,10,19)
#090810
(9,8,16)
#09060D
(9,6,13)
#09040A
(9,4,10)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #091625

#091625
(9,22,37)
#1F2B38
(31,43,56)
#35404B
(53,64,75)
#4B555E
(75,85,94)
#616A71
(97,106,113)
#777F84
(119,127,132)
#8D9497
(141,148,151)
#A3A9AA
(163,169,170)
#B9BEBD
(185,190,189)
#CFD3D0
(207,211,208)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091625; }

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

This text font color is #091625.


Background Color

.myBgColor { background-color: #091625; }

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

This div background color is #091625.


Border color

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

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

This div border color is #091625.


Opacity

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

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

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

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

This text has shadow with #091625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091625 on black background.


Color preview on white background

This text has color #091625 on white background.



Black color preview on #091625 background

This text has black color on #091625 background.


White color preview on #091625 background

This text has white color on #091625 background.