COLOR #040400

HEX: #040400
RGB: (4,4,0)

Renk bilgisi

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

RGB renk modeli

#040400 color RGB value is (4,4,0).

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

RGB bağlantıları ve doygunluk

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

4
4
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 4 + 0 = 8 (100%)
R 4 of 8 ~ 50%
G 4 of 8 ~ 50%
B 0 of 8 ~ 0%

%50
%50

CMYK RENK MODELİ

#040400 rengi CMYK tonu (0,0,100,98).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 98.43%
CMYK:
(0,0,100,98)
C0M0Y100K98 
(0%,0%,100%,98%)
(0.00/0.00/1.00/0.98)	

CMYK yüzdeleri

%0
%0
%100
%98.43

Codes

Color #040400 in popluar color models

040400
RGB440
HSL60°100.00%0.78%
HSB/HSV60°100.00%1.57%
CMYK0.00%0.00%100.00%
98.43%

Color #040400 in popluar number systems.

HEX040400
Decimal440
Binary1001000
Octal440

Shades and tints

Tints of #040400

#040400
(4,4,0)
#1A1A17
(26,26,23)
#30302E
(48,48,46)
#464645
(70,70,69)
#5C5C5C
(92,92,92)
#727273
(114,114,115)
#88888A
(136,136,138)
#9E9EA1
(158,158,161)
#B4B4B8
(180,180,184)
#CACACF
(202,202,207)
#E0E0E6
(224,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040400; }

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

This text font color is #040400.


Background Color

.myBgColor { background-color: #040400; }

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

This div background color is #040400.


Border color

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

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

This div border color is #040400.


Opacity

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

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

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

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

This text has shadow with #040400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040400 on black background.


Color preview on white background

This text has color #040400 on white background.



Black color preview on #040400 background

This text has black color on #040400 background.


White color preview on #040400 background

This text has white color on #040400 background.