COLOR #000508

HEX: #000508
RGB: (0,5,8)

Color info

#000508 contains only green and blue colors. Web safe color of #000508 is #000000 (or #000).

RGB color model

#000508 color RGB value is (0,5,8).

  • red value is 0;
  • green value is 5;
  • blue value is 8.
RGB:
(0,5,8)
(0%,2%,3%)

RGB channels and saturation

R 0 of 255 = 0%
G 5 of 255 = 2%
B 8 of 255 = 3%

0
5
8

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

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 8 = 13 (100%)
R 0 of 13 ~ 0%
G 5 of 13 ~ 38.46%
B 8 of 13 ~ 61.54%

%38.46
%61.54

CMYK color model

#000508 color CMYK value is (100,37,0,97).

  • cyan value is 100.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 96.86%
CMYK:
(100,37,0,97)
C100M37Y0K97 
(100%,37%,0%,97%)
(1.00/0.37/0.00/0.97)	

CMYK percentages

%100
%37.5
%0
%96.86

Codes

Color #000508 in popluar color models

000508
RGB058
HSL203°100.00%1.57%
HSB/HSV203°100.00%3.14%
CMYK100.00%37.50%0.00%
96.86%

Color #000508 in popluar number systems.

HEX000508
Decimal058
Binary01011000
Octal0510

Shades and tints

Tints of #000508

#000508
(0,5,8)
#171B1E
(23,27,30)
#2E3134
(46,49,52)
#45474A
(69,71,74)
#5C5D60
(92,93,96)
#737376
(115,115,118)
#8A898C
(138,137,140)
#A19FA2
(161,159,162)
#B8B5B8
(184,181,184)
#CFCBCE
(207,203,206)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000508; }

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

This text font color is #000508.


Background Color

.myBgColor { background-color: #000508; }

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

This div background color is #000508.


Border color

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

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

This div border color is #000508.


Opacity

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

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

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

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

This text has shadow with #000508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000508 on black background.


Color preview on white background

This text has color #000508 on white background.



Black color preview on #000508 background

This text has black color on #000508 background.


White color preview on #000508 background

This text has white color on #000508 background.