COLOR #000716

HEX: #000716
RGB: (0,7,22)

Renk bilgisi

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

RGB renk modeli

#000716 color RGB value is (0,7,22).

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

RGB bağlantıları ve doygunluk

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

0
7
22

R + G + B ~ 4%. #000716 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 7 + 22 = 29 (100%)
R 0 of 29 ~ 0%
G 7 of 29 ~ 24.14%
B 22 of 29 ~ 75.86%

%24.14
%75.86

CMYK RENK MODELİ

#000716 rengi CMYK tonu (100,68,0,91).

  • camgöbeği tonu 100.00%
  • eflatun tonu 68.18%
  • sarı tonu 0.00%
  • ana renk tonu 91.37%
CMYK:
(100,68,0,91)
C100M68Y0K91 
(100%,68%,0%,91%)
(1.00/0.68/0.00/0.91)	

CMYK yüzdeleri

%100
%68.18
%0
%91.37

Codes

Color #000716 in popluar color models

000716
RGB0722
HSL221°100.00%4.31%
HSB/HSV221°100.00%8.63%
CMYK100.00%68.18%0.00%
91.37%

Color #000716 in popluar number systems.

HEX000716
Decimal0722
Binary011110110
Octal0726

Shades and tints

Shades of #000716

#000716
(0,7,22)
#000714
(0,7,20)
#000712
(0,7,18)
#000710
(0,7,16)
#00070E
(0,7,14)
#00070C
(0,7,12)
#00070A
(0,7,10)
#000708
(0,7,8)
#000706
(0,7,6)
#000704
(0,7,4)
#000702
(0,7,2)
#000000
(0,0,0)

Tints of #000716

#000716
(0,7,22)
#171D2B
(23,29,43)
#2E3340
(46,51,64)
#454955
(69,73,85)
#5C5F6A
(92,95,106)
#73757F
(115,117,127)
#8A8B94
(138,139,148)
#A1A1A9
(161,161,169)
#B8B7BE
(184,183,190)
#CFCDD3
(207,205,211)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000716; }

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

This text font color is #000716.


Background Color

.myBgColor { background-color: #000716; }

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

This div background color is #000716.


Border color

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

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

This div border color is #000716.


Opacity

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

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

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

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

This text has shadow with #000716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000716 on black background.


Color preview on white background

This text has color #000716 on white background.



Black color preview on #000716 background

This text has black color on #000716 background.


White color preview on #000716 background

This text has white color on #000716 background.