COLOR #090513

HEX: #090513
RGB: (9,5,19)

Renk bilgisi

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

RGB renk modeli

#090513 color RGB value is (9,5,19).

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

RGB bağlantıları ve doygunluk

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

9
5
19

R + G + B ~ 4%. #090513 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 5 + 19 = 33 (100%)
R 9 of 33 ~ 27.27%
G 5 of 33 ~ 15.15%
B 19 of 33 ~ 57.58%

%27.27
%15.15
%57.58

CMYK RENK MODELİ

#090513 rengi CMYK tonu (53,74,0,93).

  • camgöbeği tonu 52.63%
  • eflatun tonu 73.68%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(53,74,0,93)
C53M74Y0K93 
(53%,74%,0%,93%)
(0.53/0.74/0.00/0.93)	

CMYK yüzdeleri

%52.63
%73.68
%0
%92.55

Codes

Color #090513 in popluar color models

090513
RGB9519
HSL257°58.33%4.71%
HSB/HSV257°73.68%7.45%
CMYK52.63%73.68%0.00%
92.55%

Color #090513 in popluar number systems.

HEX090513
Decimal9519
Binary100110110011
Octal11523

Shades and tints

Shades of #090513

#090513
(9,5,19)
#090512
(9,5,18)
#090511
(9,5,17)
#090510
(9,5,16)
#09050F
(9,5,15)
#09050E
(9,5,14)
#09050D
(9,5,13)
#09050C
(9,5,12)
#09050B
(9,5,11)
#09050A
(9,5,10)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #090513

#090513
(9,5,19)
#1F1B28
(31,27,40)
#35313D
(53,49,61)
#4B4752
(75,71,82)
#615D67
(97,93,103)
#77737C
(119,115,124)
#8D8991
(141,137,145)
#A39FA6
(163,159,166)
#B9B5BB
(185,181,187)
#CFCBD0
(207,203,208)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090513; }

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

This text font color is #090513.


Background Color

.myBgColor { background-color: #090513; }

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

This div background color is #090513.


Border color

.myBorderColor { border: 1px solid #090513; }

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

This div border color is #090513.


Opacity

.myOpacity80 { color: #090513; opacity: 0.8; }

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

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

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

This text has shadow with #090513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090513 on black background.


Color preview on white background

This text has color #090513 on white background.



Black color preview on #090513 background

This text has black color on #090513 background.


White color preview on #090513 background

This text has white color on #090513 background.