COLOR #090D11

HEX: #090D11
RGB: (9,13,17)

Renk bilgisi

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

RGB renk modeli

#090D11 color RGB value is (9,13,17).

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

RGB bağlantıları ve doygunluk

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

9
13
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 13 + 17 = 39 (100%)
R 9 of 39 ~ 23.08%
G 13 of 39 ~ 33.33%
B 17 of 39 ~ 43.59%

%23.08
%33.33
%43.59

CMYK RENK MODELİ

#090D11 rengi CMYK tonu (47,24,0,93).

  • camgöbeği tonu 47.06%
  • eflatun tonu 23.53%
  • sarı tonu 0.00%
  • ana renk tonu 93.33%
CMYK:
(47,24,0,93)
C47M24Y0K93 
(47%,24%,0%,93%)
(0.47/0.24/0.00/0.93)	

CMYK yüzdeleri

%47.06
%23.53
%0
%93.33

Codes

Color #090D11 in popluar color models

090D11
RGB91317
HSL210°30.77%5.10%
HSB/HSV210°47.06%6.67%
CMYK47.06%23.53%0.00%
93.33%

Color #090D11 in popluar number systems.

HEX090D11
Decimal91317
Binary1001110110001
Octal111521

Shades and tints

Shades of #090D11

#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)
#090408
(9,4,8)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #090D11

#090D11
(9,13,17)
#1F2326
(31,35,38)
#35393B
(53,57,59)
#4B4F50
(75,79,80)
#616565
(97,101,101)
#777B7A
(119,123,122)
#8D918F
(141,145,143)
#A3A7A4
(163,167,164)
#B9BDB9
(185,189,185)
#CFD3CE
(207,211,206)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D11; }

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

This text font color is #090D11.


Background Color

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

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

This div background color is #090D11.


Border color

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

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

This div border color is #090D11.


Opacity

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

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

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

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

This text has shadow with #090D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090D11 on black background.


Color preview on white background

This text has color #090D11 on white background.



Black color preview on #090D11 background

This text has black color on #090D11 background.


White color preview on #090D11 background

This text has white color on #090D11 background.