COLOR #020504

HEX: #020504
RGB: (2,5,4)

Renk bilgisi

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

RGB renk modeli

#020504 color RGB value is (2,5,4).

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

RGB bağlantıları ve doygunluk

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

2
5
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 5 + 4 = 11 (100%)
R 2 of 11 ~ 18.18%
G 5 of 11 ~ 45.45%
B 4 of 11 ~ 36.36%

%18.18
%45.45
%36.36

CMYK RENK MODELİ

#020504 rengi CMYK tonu (60,0,20,98).

  • camgöbeği tonu 60.00%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 98.04%
CMYK:
(60,0,20,98)
C60M0Y20K98 
(60%,0%,20%,98%)
(0.60/0.00/0.20/0.98)	

CMYK yüzdeleri

%60
%0
%20
%98.04

Codes

Color #020504 in popluar color models

020504
RGB254
HSL160°42.86%1.37%
HSB/HSV160°60.00%1.96%
CMYK60.00%0.00%20.00%
98.04%

Color #020504 in popluar number systems.

HEX020504
Decimal254
Binary10101100
Octal254

Shades and tints

Tints of #020504

#020504
(2,5,4)
#191B1A
(25,27,26)
#303130
(48,49,48)
#474746
(71,71,70)
#5E5D5C
(94,93,92)
#757372
(117,115,114)
#8C8988
(140,137,136)
#A39F9E
(163,159,158)
#BAB5B4
(186,181,180)
#D1CBCA
(209,203,202)
#E8E1E0
(232,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020504; }

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

This text font color is #020504.


Background Color

.myBgColor { background-color: #020504; }

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

This div background color is #020504.


Border color

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

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

This div border color is #020504.


Opacity

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

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

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

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

This text has shadow with #020504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020504 on black background.


Color preview on white background

This text has color #020504 on white background.



Black color preview on #020504 background

This text has black color on #020504 background.


White color preview on #020504 background

This text has white color on #020504 background.