COLOR #091E25

HEX: #091E25
RGB: (9,30,37)

Color info

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

RGB color model

#091E25 color RGB value is (9,30,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 30 of 255 = 12%
B 37 of 255 = 15%

9
30
37

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

Portions of RGB colors in percentages

R + G + B =
9 + 30 + 37 = 76 (100%)
R 9 of 76 ~ 11.84%
G 30 of 76 ~ 39.47%
B 37 of 76 ~ 48.68%

%11.84
%39.47
%48.68

CMYK color model

#091E25 color CMYK value is (76,19,0,85).

  • cyan value is 75.68%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(76,19,0,85)
C76M19Y0K85 
(76%,19%,0%,85%)
(0.76/0.19/0.00/0.85)	

CMYK percentages

%75.68
%18.92
%0
%85.49

Codes

Color #091E25 in popluar color models

091E25
RGB93037
HSL195°60.87%9.02%
HSB/HSV195°75.68%14.51%
CMYK75.68%18.92%0.00%
85.49%

Color #091E25 in popluar number systems.

HEX091E25
Decimal93037
Binary100111110100101
Octal113645

Shades and tints

Shades of #091E25

#091E25
(9,30,37)
#091C22
(9,28,34)
#091A1F
(9,26,31)
#09181C
(9,24,28)
#091619
(9,22,25)
#091416
(9,20,22)
#091213
(9,18,19)
#091010
(9,16,16)
#090E0D
(9,14,13)
#090C0A
(9,12,10)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #091E25

#091E25
(9,30,37)
#1F3238
(31,50,56)
#35464B
(53,70,75)
#4B5A5E
(75,90,94)
#616E71
(97,110,113)
#778284
(119,130,132)
#8D9697
(141,150,151)
#A3AAAA
(163,170,170)
#B9BEBD
(185,190,189)
#CFD2D0
(207,210,208)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091E25; }

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

This text font color is #091E25.


Background Color

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

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

This div background color is #091E25.


Border color

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

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

This div border color is #091E25.


Opacity

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

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

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

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

This text has shadow with #091E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091E25 on black background.


Color preview on white background

This text has color #091E25 on white background.



Black color preview on #091E25 background

This text has black color on #091E25 background.


White color preview on #091E25 background

This text has white color on #091E25 background.