COLOR #090D12

HEX: #090D12
RGB: (9,13,18)

Renk bilgisi

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

RGB renk modeli

#090D12 color RGB value is (9,13,18).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 13 of 255 = 5%
B 18 of 255 = 7%

9
13
18

R + G + B ~ 5%. #090D12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 13 + 18 = 40 (100%)
R 9 of 40 ~ 22.5%
G 13 of 40 ~ 32.5%
B 18 of 40 ~ 45%

%22.5
%32.5
%45

CMYK RENK MODELİ

#090D12 rengi CMYK tonu (50,28,0,93).

  • camgöbeği tonu 50.00%
  • eflatun tonu 27.78%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(50,28,0,93)
C50M28Y0K93 
(50%,28%,0%,93%)
(0.50/0.28/0.00/0.93)	

CMYK yüzdeleri

%50
%27.78
%0
%92.94

Codes

Color #090D12 in popluar color models

090D12
RGB91318
HSL213°33.33%5.29%
HSB/HSV213°50.00%7.06%
CMYK50.00%27.78%0.00%
92.94%

Color #090D12 in popluar number systems.

HEX090D12
Decimal91318
Binary1001110110010
Octal111522

Shades and tints

Shades of #090D12

#090D12
(9,13,18)
#090C11
(9,12,17)
#090B10
(9,11,16)
#090A0F
(9,10,15)
#09090E
(9,9,14)
#09080D
(9,8,13)
#09070C
(9,7,12)
#09060B
(9,6,11)
#09050A
(9,5,10)
#090409
(9,4,9)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #090D12

#090D12
(9,13,18)
#1F2327
(31,35,39)
#35393C
(53,57,60)
#4B4F51
(75,79,81)
#616566
(97,101,102)
#777B7B
(119,123,123)
#8D9190
(141,145,144)
#A3A7A5
(163,167,165)
#B9BDBA
(185,189,186)
#CFD3CF
(207,211,207)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090D12 color. Also use rgb(9,13,18) instead hex code.

Text Font Color

.myTextColor { color: #090D12; }

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

This text font color is #090D12.


Background Color

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

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

This div background color is #090D12.


Border color

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

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

This div border color is #090D12.


Opacity

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

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

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

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

This text has shadow with #090D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090D12 on black background.


Color preview on white background

This text has color #090D12 on white background.



Black color preview on #090D12 background

This text has black color on #090D12 background.


White color preview on #090D12 background

This text has white color on #090D12 background.