COLOR #000504

HEX: #000504
RGB: (0,5,4)

Renk bilgisi

#000504 contains only green and blue colors. #000504 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000504 color RGB value is (0,5,4).

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

RGB bağlantıları ve doygunluk

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

0
5
4

R + G + B ~ 1%. #000504 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 5 + 4 = 9 (100%)
R 0 of 9 ~ 0%
G 5 of 9 ~ 55.56%
B 4 of 9 ~ 44.44%

%55.56
%44.44

CMYK RENK MODELİ

#000504 rengi CMYK tonu (100,0,20,98).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 98.04%
CMYK:
(100,0,20,98)
C100M0Y20K98 
(100%,0%,20%,98%)
(1.00/0.00/0.20/0.98)	

CMYK yüzdeleri

%100
%0
%20
%98.04

Codes

Color #000504 in popluar color models

000504
RGB054
HSL168°100.00%0.98%
HSB/HSV168°100.00%1.96%
CMYK100.00%0.00%20.00%
98.04%

Color #000504 in popluar number systems.

HEX000504
Decimal054
Binary0101100
Octal054

Shades and tints

Tints of #000504

#000504
(0,5,4)
#171B1A
(23,27,26)
#2E3130
(46,49,48)
#454746
(69,71,70)
#5C5D5C
(92,93,92)
#737372
(115,115,114)
#8A8988
(138,137,136)
#A19F9E
(161,159,158)
#B8B5B4
(184,181,180)
#CFCBCA
(207,203,202)
#E6E1E0
(230,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000504; }

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

This text font color is #000504.


Background Color

.myBgColor { background-color: #000504; }

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

This div background color is #000504.


Border color

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

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

This div border color is #000504.


Opacity

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

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

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

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

This text has shadow with #000504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000504 on black background.


Color preview on white background

This text has color #000504 on white background.



Black color preview on #000504 background

This text has black color on #000504 background.


White color preview on #000504 background

This text has white color on #000504 background.