COLOR #040504

HEX: #040504
RGB: (4,5,4)

Renk bilgisi

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

RGB renk modeli

#040504 color RGB value is (4,5,4).

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

RGB bağlantıları ve doygunluk

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

4
5
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 5 + 4 = 13 (100%)
R 4 of 13 ~ 30.77%
G 5 of 13 ~ 38.46%
B 4 of 13 ~ 30.77%

%30.77
%38.46
%30.77

CMYK RENK MODELİ

#040504 rengi CMYK tonu (20,0,20,98).

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

CMYK yüzdeleri

%20
%0
%20
%98.04

Codes

Color #040504 in popluar color models

040504
RGB454
HSL120°11.11%1.76%
HSB/HSV120°20.00%1.96%
CMYK20.00%0.00%20.00%
98.04%

Color #040504 in popluar number systems.

HEX040504
Decimal454
Binary100101100
Octal454

Shades and tints

Tints of #040504

#040504
(4,5,4)
#1A1B1A
(26,27,26)
#303130
(48,49,48)
#464746
(70,71,70)
#5C5D5C
(92,93,92)
#727372
(114,115,114)
#888988
(136,137,136)
#9E9F9E
(158,159,158)
#B4B5B4
(180,181,180)
#CACBCA
(202,203,202)
#E0E1E0
(224,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040504; }

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

This text font color is #040504.


Background Color

.myBgColor { background-color: #040504; }

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

This div background color is #040504.


Border color

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

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

This div border color is #040504.


Opacity

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

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

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

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

This text has shadow with #040504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040504 on black background.


Color preview on white background

This text has color #040504 on white background.



Black color preview on #040504 background

This text has black color on #040504 background.


White color preview on #040504 background

This text has white color on #040504 background.