COLOR #09070A

HEX: #09070A
RGB: (9,7,10)

Color info

#09070A contains red, green and blue colors in about the same proportion. Web safe color of #09070A is #000000 (or #000).

RGB color model

#09070A color RGB value is (9,7,10).

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

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 10 of 255 = 4%

9
7
10

R + G + B ~ 4%. #09070A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 10 = 26 (100%)
R 9 of 26 ~ 34.62%
G 7 of 26 ~ 26.92%
B 10 of 26 ~ 38.46%

%34.62
%26.92
%38.46

CMYK color model

#09070A color CMYK value is (10,30,0,96).

  • cyan value is 10.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(10,30,0,96)
C10M30Y0K96 
(10%,30%,0%,96%)
(0.10/0.30/0.00/0.96)	

CMYK percentages

%10
%30
%0
%96.08

Codes

Color #09070A in popluar color models

09070A
RGB9710
HSL280°17.65%3.33%
HSB/HSV280°30.00%3.92%
CMYK10.00%30.00%0.00%
96.08%

Color #09070A in popluar number systems.

HEX09070A
Decimal9710
Binary10011111010
Octal11712

Shades and tints

Tints of #09070A

#09070A
(9,7,10)
#1F1D20
(31,29,32)
#353336
(53,51,54)
#4B494C
(75,73,76)
#615F62
(97,95,98)
#777578
(119,117,120)
#8D8B8E
(141,139,142)
#A3A1A4
(163,161,164)
#B9B7BA
(185,183,186)
#CFCDD0
(207,205,208)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09070A color. Also use rgb(9,7,10) instead hex code.

Text Font Color

.myTextColor { color: #09070A; }

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

This text font color is #09070A.


Background Color

.myBgColor { background-color: #09070A; }

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

This div background color is #09070A.


Border color

.myBorderColor { border: 1px solid #09070A; }

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

This div border color is #09070A.


Opacity

.myOpacity80 { color: #09070A; opacity: 0.8; }

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

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

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

This text has shadow with #09070A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09070A on black background.


Color preview on white background

This text has color #09070A on white background.



Black color preview on #09070A background

This text has black color on #09070A background.


White color preview on #09070A background

This text has white color on #09070A background.