COLOR #090713

HEX: #090713
RGB: (9,7,19)

Renk bilgisi

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

RGB renk modeli

#090713 color RGB value is (9,7,19).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 7 of 255 = 3%
B 19 of 255 = 7%

9
7
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 7 + 19 = 35 (100%)
R 9 of 35 ~ 25.71%
G 7 of 35 ~ 20%
B 19 of 35 ~ 54.29%

%25.71
%20
%54.29

CMYK RENK MODELİ

#090713 rengi CMYK tonu (53,63,0,93).

  • camgöbeği tonu 52.63%
  • eflatun tonu 63.16%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(53,63,0,93)
C53M63Y0K93 
(53%,63%,0%,93%)
(0.53/0.63/0.00/0.93)	

CMYK yüzdeleri

%52.63
%63.16
%0
%92.55

Codes

Color #090713 in popluar color models

090713
RGB9719
HSL250°46.15%5.10%
HSB/HSV250°63.16%7.45%
CMYK52.63%63.16%0.00%
92.55%

Color #090713 in popluar number systems.

HEX090713
Decimal9719
Binary100111110011
Octal11723

Shades and tints

Shades of #090713

#090713
(9,7,19)
#090712
(9,7,18)
#090711
(9,7,17)
#090710
(9,7,16)
#09070F
(9,7,15)
#09070E
(9,7,14)
#09070D
(9,7,13)
#09070C
(9,7,12)
#09070B
(9,7,11)
#09070A
(9,7,10)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #090713

#090713
(9,7,19)
#1F1D28
(31,29,40)
#35333D
(53,51,61)
#4B4952
(75,73,82)
#615F67
(97,95,103)
#77757C
(119,117,124)
#8D8B91
(141,139,145)
#A3A1A6
(163,161,166)
#B9B7BB
(185,183,187)
#CFCDD0
(207,205,208)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090713; }

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

This text font color is #090713.


Background Color

.myBgColor { background-color: #090713; }

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

This div background color is #090713.


Border color

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

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

This div border color is #090713.


Opacity

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

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

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

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

This text has shadow with #090713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090713 on black background.


Color preview on white background

This text has color #090713 on white background.



Black color preview on #090713 background

This text has black color on #090713 background.


White color preview on #090713 background

This text has white color on #090713 background.