COLOR #000007

HEX: #000007
RGB: (0,0,7)

Renk bilgisi

#000007 contains only blue color. #000007 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000007 color RGB value is (0,0,7).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 7 of 255 = 3%

0
0
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 0 + 7 = 7 (100%)
R 0 of 7 ~ 0%
G 0 of 7 ~ 0%
B 7 of 7 ~ 100%

%100

CMYK RENK MODELİ

#000007 rengi CMYK tonu (100,100,0,97).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 97.25%
CMYK:
(100,100,0,97)
C100M100Y0K97 
(100%,100%,0%,97%)
(1.00/1.00/0.00/0.97)	

CMYK yüzdeleri

%100
%100
%0
%97.25

Codes

Color #000007 in popluar color models

000007
RGB007
HSL240°100.00%1.37%
HSB/HSV240°100.00%2.75%
CMYK100.00%100.00%0.00%
97.25%

Color #000007 in popluar number systems.

HEX000007
Decimal007
Binary00111
Octal007

Shades and tints

Tints of #000007

#000007
(0,0,7)
#17171D
(23,23,29)
#2E2E33
(46,46,51)
#454549
(69,69,73)
#5C5C5F
(92,92,95)
#737375
(115,115,117)
#8A8A8B
(138,138,139)
#A1A1A1
(161,161,161)
#B8B8B7
(184,184,183)
#CFCFCD
(207,207,205)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000007; }

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

This text font color is #000007.


Background Color

.myBgColor { background-color: #000007; }

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

This div background color is #000007.


Border color

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

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

This div border color is #000007.


Opacity

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

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

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

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

This text has shadow with #000007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000007 on black background.


Color preview on white background

This text has color #000007 on white background.



Black color preview on #000007 background

This text has black color on #000007 background.


White color preview on #000007 background

This text has white color on #000007 background.