COLOR #040409

HEX: #040409
RGB: (4,4,9)

Renk bilgisi

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

RGB renk modeli

#040409 color RGB value is (4,4,9).

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

RGB bağlantıları ve doygunluk

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

4
4
9

R + G + B ~ 3%. #040409 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 4 + 9 = 17 (100%)
R 4 of 17 ~ 23.53%
G 4 of 17 ~ 23.53%
B 9 of 17 ~ 52.94%

%23.53
%23.53
%52.94

CMYK RENK MODELİ

#040409 rengi CMYK tonu (56,56,0,96).

  • camgöbeği tonu 55.56%
  • eflatun tonu 55.56%
  • sarı tonu 0.00%
  • ana renk tonu 96.47%
CMYK:
(56,56,0,96)
C56M56Y0K96 
(56%,56%,0%,96%)
(0.56/0.56/0.00/0.96)	

CMYK yüzdeleri

%55.56
%55.56
%0
%96.47

Codes

Color #040409 in popluar color models

040409
RGB449
HSL240°38.46%2.55%
HSB/HSV240°55.56%3.53%
CMYK55.56%55.56%0.00%
96.47%

Color #040409 in popluar number systems.

HEX040409
Decimal449
Binary1001001001
Octal4411

Shades and tints

Tints of #040409

#040409
(4,4,9)
#1A1A1F
(26,26,31)
#303035
(48,48,53)
#46464B
(70,70,75)
#5C5C61
(92,92,97)
#727277
(114,114,119)
#88888D
(136,136,141)
#9E9EA3
(158,158,163)
#B4B4B9
(180,180,185)
#CACACF
(202,202,207)
#E0E0E5
(224,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040409; }

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

This text font color is #040409.


Background Color

.myBgColor { background-color: #040409; }

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

This div background color is #040409.


Border color

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

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

This div border color is #040409.


Opacity

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

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

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

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

This text has shadow with #040409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040409 on black background.


Color preview on white background

This text has color #040409 on white background.



Black color preview on #040409 background

This text has black color on #040409 background.


White color preview on #040409 background

This text has white color on #040409 background.