COLOR #090D10

HEX: #090D10
RGB: (9,13,16)

Renk bilgisi

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

RGB renk modeli

#090D10 color RGB value is (9,13,16).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 13 of 255 = 5%
B 16 of 255 = 6%

9
13
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 13 + 16 = 38 (100%)
R 9 of 38 ~ 23.68%
G 13 of 38 ~ 34.21%
B 16 of 38 ~ 42.11%

%23.68
%34.21
%42.11

CMYK RENK MODELİ

#090D10 rengi CMYK tonu (44,19,0,94).

  • camgöbeği tonu 43.75%
  • eflatun tonu 18.75%
  • sarı tonu 0.00%
  • ana renk tonu 93.73%
CMYK:
(44,19,0,94)
C44M19Y0K94 
(44%,19%,0%,94%)
(0.44/0.19/0.00/0.94)	

CMYK yüzdeleri

%43.75
%18.75
%0
%93.73

Codes

Color #090D10 in popluar color models

090D10
RGB91316
HSL206°28.00%4.90%
HSB/HSV206°43.75%6.27%
CMYK43.75%18.75%0.00%
93.73%

Color #090D10 in popluar number systems.

HEX090D10
Decimal91316
Binary1001110110000
Octal111520

Shades and tints

Shades of #090D10

#090D10
(9,13,16)
#090C0F
(9,12,15)
#090B0E
(9,11,14)
#090A0D
(9,10,13)
#09090C
(9,9,12)
#09080B
(9,8,11)
#09070A
(9,7,10)
#090609
(9,6,9)
#090508
(9,5,8)
#090407
(9,4,7)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #090D10

#090D10
(9,13,16)
#1F2325
(31,35,37)
#35393A
(53,57,58)
#4B4F4F
(75,79,79)
#616564
(97,101,100)
#777B79
(119,123,121)
#8D918E
(141,145,142)
#A3A7A3
(163,167,163)
#B9BDB8
(185,189,184)
#CFD3CD
(207,211,205)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D10; }

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

This text font color is #090D10.


Background Color

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

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

This div background color is #090D10.


Border color

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

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

This div border color is #090D10.


Opacity

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

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

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

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

This text has shadow with #090D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090D10 on black background.


Color preview on white background

This text has color #090D10 on white background.



Black color preview on #090D10 background

This text has black color on #090D10 background.


White color preview on #090D10 background

This text has white color on #090D10 background.