COLOR #00080A

HEX: #00080A
RGB: (0,8,10)

Renk bilgisi

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

RGB renk modeli

#00080A color RGB value is (0,8,10).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 8 of 255 = 3%
B 10 of 255 = 4%

0
8
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 8 + 10 = 18 (100%)
R 0 of 18 ~ 0%
G 8 of 18 ~ 44.44%
B 10 of 18 ~ 55.56%

%44.44
%55.56

CMYK RENK MODELİ

#00080A rengi CMYK tonu (100,20,0,96).

  • camgöbeği tonu 100.00%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 96.08%
CMYK:
(100,20,0,96)
C100M20Y0K96 
(100%,20%,0%,96%)
(1.00/0.20/0.00/0.96)	

CMYK yüzdeleri

%100
%20
%0
%96.08

Codes

Color #00080A in popluar color models

00080A
RGB0810
HSL192°100.00%1.96%
HSB/HSV192°100.00%3.92%
CMYK100.00%20.00%0.00%
96.08%

Color #00080A in popluar number systems.

HEX00080A
Decimal0810
Binary010001010
Octal01012

Shades and tints

Tints of #00080A

#00080A
(0,8,10)
#171E20
(23,30,32)
#2E3436
(46,52,54)
#454A4C
(69,74,76)
#5C6062
(92,96,98)
#737678
(115,118,120)
#8A8C8E
(138,140,142)
#A1A2A4
(161,162,164)
#B8B8BA
(184,184,186)
#CFCED0
(207,206,208)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00080A; }

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

This text font color is #00080A.


Background Color

.myBgColor { background-color: #00080A; }

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

This div background color is #00080A.


Border color

.myBorderColor { border: 1px solid #00080A; }

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

This div border color is #00080A.


Opacity

.myOpacity80 { color: #00080A; opacity: 0.8; }

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

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

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

This text has shadow with #00080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00080A on black background.


Color preview on white background

This text has color #00080A on white background.



Black color preview on #00080A background

This text has black color on #00080A background.


White color preview on #00080A background

This text has white color on #00080A background.