COLOR #001006

HEX: #001006
RGB: (0,16,6)

Renk bilgisi

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

RGB renk modeli

#001006 color RGB value is (0,16,6).

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

RGB bağlantıları ve doygunluk

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

0
16
6

R + G + B ~ 3%. #001006 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 16 + 6 = 22 (100%)
R 0 of 22 ~ 0%
G 16 of 22 ~ 72.73%
B 6 of 22 ~ 27.27%

%72.73
%27.27

CMYK RENK MODELİ

#001006 rengi CMYK tonu (100,0,63,94).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 62.50%
  • ana renk tonu 93.73%
CMYK:
(100,0,63,94)
C100M0Y63K94 
(100%,0%,63%,94%)
(1.00/0.00/0.63/0.94)	

CMYK yüzdeleri

%100
%0
%62.5
%93.73

Codes

Color #001006 in popluar color models

001006
RGB0166
HSL143°100.00%3.14%
HSB/HSV143°100.00%6.27%
CMYK100.00%0.00%62.50%
93.73%

Color #001006 in popluar number systems.

HEX001006
Decimal0166
Binary010000110
Octal0206

Shades and tints

Shades of #001006

#001006
(0,16,6)
#000F06
(0,15,6)
#000E06
(0,14,6)
#000D06
(0,13,6)
#000C06
(0,12,6)
#000B06
(0,11,6)
#000A06
(0,10,6)
#000906
(0,9,6)
#000806
(0,8,6)
#000706
(0,7,6)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #001006

#001006
(0,16,6)
#17251C
(23,37,28)
#2E3A32
(46,58,50)
#454F48
(69,79,72)
#5C645E
(92,100,94)
#737974
(115,121,116)
#8A8E8A
(138,142,138)
#A1A3A0
(161,163,160)
#B8B8B6
(184,184,182)
#CFCDCC
(207,205,204)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001006; }

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

This text font color is #001006.


Background Color

.myBgColor { background-color: #001006; }

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

This div background color is #001006.


Border color

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

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

This div border color is #001006.


Opacity

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

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

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

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

This text has shadow with #001006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001006 on black background.


Color preview on white background

This text has color #001006 on white background.



Black color preview on #001006 background

This text has black color on #001006 background.


White color preview on #001006 background

This text has white color on #001006 background.