COLOR #000603

HEX: #000603
RGB: (0,6,3)

Renk bilgisi

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

RGB renk modeli

#000603 color RGB value is (0,6,3).

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

RGB bağlantıları ve doygunluk

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

0
6
3

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 6 + 3 = 9 (100%)
R 0 of 9 ~ 0%
G 6 of 9 ~ 66.67%
B 3 of 9 ~ 33.33%

%66.67
%33.33

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%100
%0
%50
%97.65

Codes

Color #000603 in popluar color models

000603
RGB063
HSL150°100.00%1.18%
HSB/HSV150°100.00%2.35%
CMYK100.00%0.00%50.00%
97.65%

Color #000603 in popluar number systems.

HEX000603
Decimal063
Binary011011
Octal063

Shades and tints

Tints of #000603

#000603
(0,6,3)
#171C19
(23,28,25)
#2E322F
(46,50,47)
#454845
(69,72,69)
#5C5E5B
(92,94,91)
#737471
(115,116,113)
#8A8A87
(138,138,135)
#A1A09D
(161,160,157)
#B8B6B3
(184,182,179)
#CFCCC9
(207,204,201)
#E6E2DF
(230,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000603; }

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

This text font color is #000603.


Background Color

.myBgColor { background-color: #000603; }

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

This div background color is #000603.


Border color

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

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

This div border color is #000603.


Opacity

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

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

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

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

This text has shadow with #000603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000603 on black background.


Color preview on white background

This text has color #000603 on white background.



Black color preview on #000603 background

This text has black color on #000603 background.


White color preview on #000603 background

This text has white color on #000603 background.