COLOR #090709

HEX: #090709
RGB: (9,7,9)

Renk bilgisi

#090709 contains red, green and blue colors in about the same proportion. #090709 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#090709 color RGB value is (9,7,9).

  • kırmız ton 9;
  • yeşil ton 7;
  • mavi ton 9.
RGB:
(9,7,9)
(4%,3%,4%)

RGB bağlantıları ve doygunluk

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

9
7
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 7 + 9 = 25 (100%)
R 9 of 25 ~ 36%
G 7 of 25 ~ 28%
B 9 of 25 ~ 36%

%36
%28
%36

CMYK RENK MODELİ

#090709 rengi CMYK tonu (0,22,0,96).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 96.47%
CMYK:
(0,22,0,96)
C0M22Y0K96 
(0%,22%,0%,96%)
(0.00/0.22/0.00/0.96)	

CMYK yüzdeleri

%0
%22.22
%0
%96.47

Codes

Color #090709 in popluar color models

090709
RGB979
HSL300°12.50%3.14%
HSB/HSV300°22.22%3.53%
CMYK0.00%22.22%0.00%
96.47%

Color #090709 in popluar number systems.

HEX090709
Decimal979
Binary10011111001
Octal11711

Shades and tints

Tints of #090709

#090709
(9,7,9)
#1F1D1F
(31,29,31)
#353335
(53,51,53)
#4B494B
(75,73,75)
#615F61
(97,95,97)
#777577
(119,117,119)
#8D8B8D
(141,139,141)
#A3A1A3
(163,161,163)
#B9B7B9
(185,183,185)
#CFCDCF
(207,205,207)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090709; }

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

This text font color is #090709.


Background Color

.myBgColor { background-color: #090709; }

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

This div background color is #090709.


Border color

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

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

This div border color is #090709.


Opacity

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

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

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

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

This text has shadow with #090709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090709 on black background.


Color preview on white background

This text has color #090709 on white background.



Black color preview on #090709 background

This text has black color on #090709 background.


White color preview on #090709 background

This text has white color on #090709 background.