COLOR #040005

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

4
0
5

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

Yüzdelerle RGB renk parçaları

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

%44.44
%55.56

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%20
%100
%0
%98.04

Codes

Color #040005 in popluar color models

040005
RGB405
HSL288°100.00%0.98%
HSB/HSV288°100.00%1.96%
CMYK20.00%100.00%0.00%
98.04%

Color #040005 in popluar number systems.

HEX040005
Decimal405
Binary1000101
Octal405

Shades and tints

Tints of #040005

#040005
(4,0,5)
#1A171B
(26,23,27)
#302E31
(48,46,49)
#464547
(70,69,71)
#5C5C5D
(92,92,93)
#727373
(114,115,115)
#888A89
(136,138,137)
#9EA19F
(158,161,159)
#B4B8B5
(180,184,181)
#CACFCB
(202,207,203)
#E0E6E1
(224,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040005; }

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

This text font color is #040005.


Background Color

.myBgColor { background-color: #040005; }

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

This div background color is #040005.


Border color

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

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

This div border color is #040005.


Opacity

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

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

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

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

This text has shadow with #040005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040005 on black background.


Color preview on white background

This text has color #040005 on white background.



Black color preview on #040005 background

This text has black color on #040005 background.


White color preview on #040005 background

This text has white color on #040005 background.