COLOR #090E13

HEX: #090E13
RGB: (9,14,19)

Renk bilgisi

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

RGB renk modeli

#090E13 color RGB value is (9,14,19).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 14 of 255 = 5%
B 19 of 255 = 7%

9
14
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 14 + 19 = 42 (100%)
R 9 of 42 ~ 21.43%
G 14 of 42 ~ 33.33%
B 19 of 42 ~ 45.24%

%21.43
%33.33
%45.24

CMYK RENK MODELİ

#090E13 rengi CMYK tonu (53,26,0,93).

  • camgöbeği tonu 52.63%
  • eflatun tonu 26.32%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(53,26,0,93)
C53M26Y0K93 
(53%,26%,0%,93%)
(0.53/0.26/0.00/0.93)	

CMYK yüzdeleri

%52.63
%26.32
%0
%92.55

Codes

Color #090E13 in popluar color models

090E13
RGB91419
HSL210°35.71%5.49%
HSB/HSV210°52.63%7.45%
CMYK52.63%26.32%0.00%
92.55%

Color #090E13 in popluar number systems.

HEX090E13
Decimal91419
Binary1001111010011
Octal111623

Shades and tints

Shades of #090E13

#090E13
(9,14,19)
#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)
#000000
(0,0,0)

Tints of #090E13

#090E13
(9,14,19)
#1F2328
(31,35,40)
#35383D
(53,56,61)
#4B4D52
(75,77,82)
#616267
(97,98,103)
#77777C
(119,119,124)
#8D8C91
(141,140,145)
#A3A1A6
(163,161,166)
#B9B6BB
(185,182,187)
#CFCBD0
(207,203,208)
#E5E0E5
(229,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E13; }

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

This text font color is #090E13.


Background Color

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

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

This div background color is #090E13.


Border color

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

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

This div border color is #090E13.


Opacity

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

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

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

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

This text has shadow with #090E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E13 on black background.


Color preview on white background

This text has color #090E13 on white background.



Black color preview on #090E13 background

This text has black color on #090E13 background.


White color preview on #090E13 background

This text has white color on #090E13 background.