COLOR #000708

HEX: #000708
RGB: (0,7,8)

Renk bilgisi

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

RGB renk modeli

#000708 color RGB value is (0,7,8).

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

RGB bağlantıları ve doygunluk

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

0
7
8

R + G + B ~ 2%. #000708 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 7 + 8 = 15 (100%)
R 0 of 15 ~ 0%
G 7 of 15 ~ 46.67%
B 8 of 15 ~ 53.33%

%46.67
%53.33

CMYK RENK MODELİ

#000708 rengi CMYK tonu (100,13,0,97).

  • camgöbeği tonu 100.00%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 96.86%
CMYK:
(100,13,0,97)
C100M13Y0K97 
(100%,13%,0%,97%)
(1.00/0.13/0.00/0.97)	

CMYK yüzdeleri

%100
%12.5
%0
%96.86

Codes

Color #000708 in popluar color models

000708
RGB078
HSL188°100.00%1.57%
HSB/HSV188°100.00%3.14%
CMYK100.00%12.50%0.00%
96.86%

Color #000708 in popluar number systems.

HEX000708
Decimal078
Binary01111000
Octal0710

Shades and tints

Tints of #000708

#000708
(0,7,8)
#171D1E
(23,29,30)
#2E3334
(46,51,52)
#45494A
(69,73,74)
#5C5F60
(92,95,96)
#737576
(115,117,118)
#8A8B8C
(138,139,140)
#A1A1A2
(161,161,162)
#B8B7B8
(184,183,184)
#CFCDCE
(207,205,206)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000708; }

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

This text font color is #000708.


Background Color

.myBgColor { background-color: #000708; }

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

This div background color is #000708.


Border color

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

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

This div border color is #000708.


Opacity

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

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

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

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

This text has shadow with #000708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000708 on black background.


Color preview on white background

This text has color #000708 on white background.



Black color preview on #000708 background

This text has black color on #000708 background.


White color preview on #000708 background

This text has white color on #000708 background.