COLOR #091125

HEX: #091125
RGB: (9,17,37)

Color info

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

RGB color model

#091125 color RGB value is (9,17,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 17 of 255 = 7%
B 37 of 255 = 15%

9
17
37

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

Portions of RGB colors in percentages

R + G + B =
9 + 17 + 37 = 63 (100%)
R 9 of 63 ~ 14.29%
G 17 of 63 ~ 26.98%
B 37 of 63 ~ 58.73%

%14.29
%26.98
%58.73

CMYK color model

#091125 color CMYK value is (76,54,0,85).

  • cyan value is 75.68%
  • magenta value is 54.05%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(76,54,0,85)
C76M54Y0K85 
(76%,54%,0%,85%)
(0.76/0.54/0.00/0.85)	

CMYK percentages

%75.68
%54.05
%0
%85.49

Codes

Color #091125 in popluar color models

091125
RGB91737
HSL223°60.87%9.02%
HSB/HSV223°75.68%14.51%
CMYK75.68%54.05%0.00%
85.49%

Color #091125 in popluar number systems.

HEX091125
Decimal91737
Binary100110001100101
Octal112145

Shades and tints

Shades of #091125

#091125
(9,17,37)
#091022
(9,16,34)
#090F1F
(9,15,31)
#090E1C
(9,14,28)
#090D19
(9,13,25)
#090C16
(9,12,22)
#090B13
(9,11,19)
#090A10
(9,10,16)
#09090D
(9,9,13)
#09080A
(9,8,10)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #091125

#091125
(9,17,37)
#1F2638
(31,38,56)
#353B4B
(53,59,75)
#4B505E
(75,80,94)
#616571
(97,101,113)
#777A84
(119,122,132)
#8D8F97
(141,143,151)
#A3A4AA
(163,164,170)
#B9B9BD
(185,185,189)
#CFCED0
(207,206,208)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091125; }

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

This text font color is #091125.


Background Color

.myBgColor { background-color: #091125; }

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

This div background color is #091125.


Border color

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

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

This div border color is #091125.


Opacity

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

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

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

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

This text has shadow with #091125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091125 on black background.


Color preview on white background

This text has color #091125 on white background.



Black color preview on #091125 background

This text has black color on #091125 background.


White color preview on #091125 background

This text has white color on #091125 background.