COLOR #040604

HEX: #040604
RGB: (4,6,4)

Renk bilgisi

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

RGB renk modeli

#040604 color RGB value is (4,6,4).

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

RGB bağlantıları ve doygunluk

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

4
6
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 6 + 4 = 14 (100%)
R 4 of 14 ~ 28.57%
G 6 of 14 ~ 42.86%
B 4 of 14 ~ 28.57%

%28.57
%42.86
%28.57

CMYK RENK MODELİ

#040604 rengi CMYK tonu (33,0,33,98).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 97.65%
CMYK:
(33,0,33,98)
C33M0Y33K98 
(33%,0%,33%,98%)
(0.33/0.00/0.33/0.98)	

CMYK yüzdeleri

%33.33
%0
%33.33
%97.65

Codes

Color #040604 in popluar color models

040604
RGB464
HSL120°20.00%1.96%
HSB/HSV120°33.33%2.35%
CMYK33.33%0.00%33.33%
97.65%

Color #040604 in popluar number systems.

HEX040604
Decimal464
Binary100110100
Octal464

Shades and tints

Tints of #040604

#040604
(4,6,4)
#1A1C1A
(26,28,26)
#303230
(48,50,48)
#464846
(70,72,70)
#5C5E5C
(92,94,92)
#727472
(114,116,114)
#888A88
(136,138,136)
#9EA09E
(158,160,158)
#B4B6B4
(180,182,180)
#CACCCA
(202,204,202)
#E0E2E0
(224,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040604; }

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

This text font color is #040604.


Background Color

.myBgColor { background-color: #040604; }

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

This div background color is #040604.


Border color

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

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

This div border color is #040604.


Opacity

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

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

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

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

This text has shadow with #040604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040604 on black background.


Color preview on white background

This text has color #040604 on white background.



Black color preview on #040604 background

This text has black color on #040604 background.


White color preview on #040604 background

This text has white color on #040604 background.