COLOR #020509

HEX: #020509
RGB: (2,5,9)

Renk bilgisi

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

RGB renk modeli

#020509 color RGB value is (2,5,9).

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

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 5 of 255 = 2%
B 9 of 255 = 4%

2
5
9

R + G + B ~ 2%. #020509 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 5 + 9 = 16 (100%)
R 2 of 16 ~ 12.5%
G 5 of 16 ~ 31.25%
B 9 of 16 ~ 56.25%

%12.5
%31.25
%56.25

CMYK RENK MODELİ

#020509 rengi CMYK tonu (78,44,0,96).

  • camgöbeği tonu 77.78%
  • eflatun tonu 44.44%
  • sarı tonu 0.00%
  • ana renk tonu 96.47%
CMYK:
(78,44,0,96)
C78M44Y0K96 
(78%,44%,0%,96%)
(0.78/0.44/0.00/0.96)	

CMYK yüzdeleri

%77.78
%44.44
%0
%96.47

Codes

Color #020509 in popluar color models

020509
RGB259
HSL214°63.64%2.16%
HSB/HSV214°77.78%3.53%
CMYK77.78%44.44%0.00%
96.47%

Color #020509 in popluar number systems.

HEX020509
Decimal259
Binary101011001
Octal2511

Shades and tints

Tints of #020509

#020509
(2,5,9)
#191B1F
(25,27,31)
#303135
(48,49,53)
#47474B
(71,71,75)
#5E5D61
(94,93,97)
#757377
(117,115,119)
#8C898D
(140,137,141)
#A39FA3
(163,159,163)
#BAB5B9
(186,181,185)
#D1CBCF
(209,203,207)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020509; }

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

This text font color is #020509.


Background Color

.myBgColor { background-color: #020509; }

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

This div background color is #020509.


Border color

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

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

This div border color is #020509.


Opacity

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

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

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

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

This text has shadow with #020509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020509 on black background.


Color preview on white background

This text has color #020509 on white background.



Black color preview on #020509 background

This text has black color on #020509 background.


White color preview on #020509 background

This text has white color on #020509 background.