COLOR #000402

HEX: #000402
RGB: (0,4,2)

Renk bilgisi

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

RGB renk modeli

#000402 color RGB value is (0,4,2).

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

RGB bağlantıları ve doygunluk

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

0
4
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 4 + 2 = 6 (100%)
R 0 of 6 ~ 0%
G 4 of 6 ~ 66.67%
B 2 of 6 ~ 33.33%

%66.67
%33.33

CMYK RENK MODELİ

#000402 rengi CMYK tonu (100,0,50,98).

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

CMYK yüzdeleri

%100
%0
%50
%98.43

Codes

Color #000402 in popluar color models

000402
RGB042
HSL150°100.00%0.78%
HSB/HSV150°100.00%1.57%
CMYK100.00%0.00%50.00%
98.43%

Color #000402 in popluar number systems.

HEX000402
Decimal042
Binary010010
Octal042

Shades and tints

Tints of #000402

#000402
(0,4,2)
#171A19
(23,26,25)
#2E3030
(46,48,48)
#454647
(69,70,71)
#5C5C5E
(92,92,94)
#737275
(115,114,117)
#8A888C
(138,136,140)
#A19EA3
(161,158,163)
#B8B4BA
(184,180,186)
#CFCAD1
(207,202,209)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000402; }

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

This text font color is #000402.


Background Color

.myBgColor { background-color: #000402; }

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

This div background color is #000402.


Border color

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

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

This div border color is #000402.


Opacity

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

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

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

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

This text has shadow with #000402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000402 on black background.


Color preview on white background

This text has color #000402 on white background.



Black color preview on #000402 background

This text has black color on #000402 background.


White color preview on #000402 background

This text has white color on #000402 background.