COLOR #000602

HEX: #000602
RGB: (0,6,2)

Renk bilgisi

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

RGB renk modeli

#000602 color RGB value is (0,6,2).

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

RGB bağlantıları ve doygunluk

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

0
6
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 6 + 2 = 8 (100%)
R 0 of 8 ~ 0%
G 6 of 8 ~ 75%
B 2 of 8 ~ 25%

%75
%25

CMYK RENK MODELİ

#000602 rengi CMYK tonu (100,0,67,98).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 97.65%
CMYK:
(100,0,67,98)
C100M0Y67K98 
(100%,0%,67%,98%)
(1.00/0.00/0.67/0.98)	

CMYK yüzdeleri

%100
%0
%66.67
%97.65

Codes

Color #000602 in popluar color models

000602
RGB062
HSL140°100.00%1.18%
HSB/HSV140°100.00%2.35%
CMYK100.00%0.00%66.67%
97.65%

Color #000602 in popluar number systems.

HEX000602
Decimal062
Binary011010
Octal062

Shades and tints

Tints of #000602

#000602
(0,6,2)
#171C19
(23,28,25)
#2E3230
(46,50,48)
#454847
(69,72,71)
#5C5E5E
(92,94,94)
#737475
(115,116,117)
#8A8A8C
(138,138,140)
#A1A0A3
(161,160,163)
#B8B6BA
(184,182,186)
#CFCCD1
(207,204,209)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000602; }

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

This text font color is #000602.


Background Color

.myBgColor { background-color: #000602; }

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

This div background color is #000602.


Border color

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

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

This div border color is #000602.


Opacity

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

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

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

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

This text has shadow with #000602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000602 on black background.


Color preview on white background

This text has color #000602 on white background.



Black color preview on #000602 background

This text has black color on #000602 background.


White color preview on #000602 background

This text has white color on #000602 background.