COLOR #090F13

HEX: #090F13
RGB: (9,15,19)

Renk bilgisi

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

RGB renk modeli

#090F13 color RGB value is (9,15,19).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 15 of 255 = 6%
B 19 of 255 = 7%

9
15
19

R + G + B ~ 6%. #090F13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 15 + 19 = 43 (100%)
R 9 of 43 ~ 20.93%
G 15 of 43 ~ 34.88%
B 19 of 43 ~ 44.19%

%20.93
%34.88
%44.19

CMYK RENK MODELİ

#090F13 rengi CMYK tonu (53,21,0,93).

  • camgöbeği tonu 52.63%
  • eflatun tonu 21.05%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(53,21,0,93)
C53M21Y0K93 
(53%,21%,0%,93%)
(0.53/0.21/0.00/0.93)	

CMYK yüzdeleri

%52.63
%21.05
%0
%92.55

Codes

Color #090F13 in popluar color models

090F13
RGB91519
HSL204°35.71%5.49%
HSB/HSV204°52.63%7.45%
CMYK52.63%21.05%0.00%
92.55%

Color #090F13 in popluar number systems.

HEX090F13
Decimal91519
Binary1001111110011
Octal111723

Shades and tints

Shades of #090F13

#090F13
(9,15,19)
#090E12
(9,14,18)
#090D11
(9,13,17)
#090C10
(9,12,16)
#090B0F
(9,11,15)
#090A0E
(9,10,14)
#09090D
(9,9,13)
#09080C
(9,8,12)
#09070B
(9,7,11)
#09060A
(9,6,10)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #090F13

#090F13
(9,15,19)
#1F2428
(31,36,40)
#35393D
(53,57,61)
#4B4E52
(75,78,82)
#616367
(97,99,103)
#77787C
(119,120,124)
#8D8D91
(141,141,145)
#A3A2A6
(163,162,166)
#B9B7BB
(185,183,187)
#CFCCD0
(207,204,208)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090F13 color. Also use rgb(9,15,19) instead hex code.

Text Font Color

.myTextColor { color: #090F13; }

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

This text font color is #090F13.


Background Color

.myBgColor { background-color: #090F13; }

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

This div background color is #090F13.


Border color

.myBorderColor { border: 1px solid #090F13; }

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

This div border color is #090F13.


Opacity

.myOpacity80 { color: #090F13; opacity: 0.8; }

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

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

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

This text has shadow with #090F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090F13 on black background.


Color preview on white background

This text has color #090F13 on white background.



Black color preview on #090F13 background

This text has black color on #090F13 background.


White color preview on #090F13 background

This text has white color on #090F13 background.