COLOR #000505

HEX: #000505
RGB: (0,5,5)

Color info

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

RGB color model

#000505 color RGB value is (0,5,5).

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

RGB channels and saturation

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

0
5
5

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

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 5 = 10 (100%)
R 0 of 10 ~ 0%
G 5 of 10 ~ 50%
B 5 of 10 ~ 50%

%50
%50

CMYK color model

#000505 color CMYK value is (100,0,0,98).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 98.04%
CMYK:
(100,0,0,98)
C100M0Y0K98 
(100%,0%,0%,98%)
(1.00/0.00/0.00/0.98)	

CMYK percentages

%100
%0
%0
%98.04

Codes

Color #000505 in popluar color models

000505
RGB055
HSL180°100.00%0.98%
HSB/HSV180°100.00%1.96%
CMYK100.00%0.00%0.00%
98.04%

Color #000505 in popluar number systems.

HEX000505
Decimal055
Binary0101101
Octal055

Shades and tints

Tints of #000505

#000505
(0,5,5)
#171B1B
(23,27,27)
#2E3131
(46,49,49)
#454747
(69,71,71)
#5C5D5D
(92,93,93)
#737373
(115,115,115)
#8A8989
(138,137,137)
#A19F9F
(161,159,159)
#B8B5B5
(184,181,181)
#CFCBCB
(207,203,203)
#E6E1E1
(230,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000505; }

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

This text font color is #000505.


Background Color

.myBgColor { background-color: #000505; }

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

This div background color is #000505.


Border color

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

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

This div border color is #000505.


Opacity

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

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

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

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

This text has shadow with #000505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000505 on black background.


Color preview on white background

This text has color #000505 on white background.



Black color preview on #000505 background

This text has black color on #000505 background.


White color preview on #000505 background

This text has white color on #000505 background.