COLOR #09071E

HEX: #09071E
RGB: (9,7,30)

Color info

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

RGB color model

#09071E color RGB value is (9,7,30).

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

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 30 of 255 = 12%

9
7
30

R + G + B ~ 6%. #09071E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 30 = 46 (100%)
R 9 of 46 ~ 19.57%
G 7 of 46 ~ 15.22%
B 30 of 46 ~ 65.22%

%19.57
%15.22
%65.22

CMYK color model

#09071E color CMYK value is (70,77,0,88).

  • cyan value is 70.00%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(70,77,0,88)
C70M77Y0K88 
(70%,77%,0%,88%)
(0.70/0.77/0.00/0.88)	

CMYK percentages

%70
%76.67
%0
%88.24

Codes

Color #09071E in popluar color models

09071E
RGB9730
HSL245°62.16%7.25%
HSB/HSV245°76.67%11.76%
CMYK70.00%76.67%0.00%
88.24%

Color #09071E in popluar number systems.

HEX09071E
Decimal9730
Binary100111111110
Octal11736

Shades and tints

Shades of #09071E

#09071E
(9,7,30)
#09071C
(9,7,28)
#09071A
(9,7,26)
#090718
(9,7,24)
#090716
(9,7,22)
#090714
(9,7,20)
#090712
(9,7,18)
#090710
(9,7,16)
#09070E
(9,7,14)
#09070C
(9,7,12)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #09071E

#09071E
(9,7,30)
#1F1D32
(31,29,50)
#353346
(53,51,70)
#4B495A
(75,73,90)
#615F6E
(97,95,110)
#777582
(119,117,130)
#8D8B96
(141,139,150)
#A3A1AA
(163,161,170)
#B9B7BE
(185,183,190)
#CFCDD2
(207,205,210)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09071E color. Also use rgb(9,7,30) instead hex code.

Text Font Color

.myTextColor { color: #09071E; }

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

This text font color is #09071E.


Background Color

.myBgColor { background-color: #09071E; }

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

This div background color is #09071E.


Border color

.myBorderColor { border: 1px solid #09071E; }

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

This div border color is #09071E.


Opacity

.myOpacity80 { color: #09071E; opacity: 0.8; }

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

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

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

This text has shadow with #09071E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09071E on black background.


Color preview on white background

This text has color #09071E on white background.



Black color preview on #09071E background

This text has black color on #09071E background.


White color preview on #09071E background

This text has white color on #09071E background.