COLOR #09071C

HEX: #09071C
RGB: (9,7,28)

Color info

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

RGB color model

#09071C color RGB value is (9,7,28).

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

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 28 of 255 = 11%

9
7
28

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

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 28 = 44 (100%)
R 9 of 44 ~ 20.45%
G 7 of 44 ~ 15.91%
B 28 of 44 ~ 63.64%

%20.45
%15.91
%63.64

CMYK color model

#09071C color CMYK value is (68,75,0,89).

  • cyan value is 67.86%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(68,75,0,89)
C68M75Y0K89 
(68%,75%,0%,89%)
(0.68/0.75/0.00/0.89)	

CMYK percentages

%67.86
%75
%0
%89.02

Codes

Color #09071C in popluar color models

09071C
RGB9728
HSL246°60.00%6.86%
HSB/HSV246°75.00%10.98%
CMYK67.86%75.00%0.00%
89.02%

Color #09071C in popluar number systems.

HEX09071C
Decimal9728
Binary100111111100
Octal11734

Shades and tints

Shades of #09071C

#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)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #09071C

#09071C
(9,7,28)
#1F1D30
(31,29,48)
#353344
(53,51,68)
#4B4958
(75,73,88)
#615F6C
(97,95,108)
#777580
(119,117,128)
#8D8B94
(141,139,148)
#A3A1A8
(163,161,168)
#B9B7BC
(185,183,188)
#CFCDD0
(207,205,208)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09071C; }

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

This text font color is #09071C.


Background Color

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

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

This div background color is #09071C.


Border color

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

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

This div border color is #09071C.


Opacity

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

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

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

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

This text has shadow with #09071C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09071C on black background.


Color preview on white background

This text has color #09071C on white background.



Black color preview on #09071C background

This text has black color on #09071C background.


White color preview on #09071C background

This text has white color on #09071C background.