COLOR #080909

HEX: #080909
RGB: (8,9,9)

Renk bilgisi

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

RGB renk modeli

#080909 color RGB value is (8,9,9).

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

RGB bağlantıları ve doygunluk

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

8
9
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 9 + 9 = 26 (100%)
R 8 of 26 ~ 30.77%
G 9 of 26 ~ 34.62%
B 9 of 26 ~ 34.62%

%30.77
%34.62
%34.62

CMYK RENK MODELİ

#080909 rengi CMYK tonu (11,0,0,96).

  • camgöbeği tonu 11.11%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 96.47%
CMYK:
(11,0,0,96)
C11M0Y0K96 
(11%,0%,0%,96%)
(0.11/0.00/0.00/0.96)	

CMYK yüzdeleri

%11.11
%0
%0
%96.47

Codes

Color #080909 in popluar color models

080909
RGB899
HSL180°5.88%3.33%
HSB/HSV180°11.11%3.53%
CMYK11.11%0.00%0.00%
96.47%

Color #080909 in popluar number systems.

HEX080909
Decimal899
Binary100010011001
Octal101111

Shades and tints

Tints of #080909

#080909
(8,9,9)
#1E1F1F
(30,31,31)
#343535
(52,53,53)
#4A4B4B
(74,75,75)
#606161
(96,97,97)
#767777
(118,119,119)
#8C8D8D
(140,141,141)
#A2A3A3
(162,163,163)
#B8B9B9
(184,185,185)
#CECFCF
(206,207,207)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080909; }

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

This text font color is #080909.


Background Color

.myBgColor { background-color: #080909; }

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

This div background color is #080909.


Border color

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

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

This div border color is #080909.


Opacity

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

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

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

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

This text has shadow with #080909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080909 on black background.


Color preview on white background

This text has color #080909 on white background.



Black color preview on #080909 background

This text has black color on #080909 background.


White color preview on #080909 background

This text has white color on #080909 background.