COLOR #000507

HEX: #000507
RGB: (0,5,7)

Color info

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

RGB color model

#000507 color RGB value is (0,5,7).

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

RGB channels and saturation

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

0
5
7

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

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 7 = 12 (100%)
R 0 of 12 ~ 0%
G 5 of 12 ~ 41.67%
B 7 of 12 ~ 58.33%

%41.67
%58.33

CMYK color model

#000507 color CMYK value is (100,29,0,97).

  • cyan value is 100.00%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(100,29,0,97)
C100M29Y0K97 
(100%,29%,0%,97%)
(1.00/0.29/0.00/0.97)	

CMYK percentages

%100
%28.57
%0
%97.25

Codes

Color #000507 in popluar color models

000507
RGB057
HSL197°100.00%1.37%
HSB/HSV197°100.00%2.75%
CMYK100.00%28.57%0.00%
97.25%

Color #000507 in popluar number systems.

HEX000507
Decimal057
Binary0101111
Octal057

Shades and tints

Tints of #000507

#000507
(0,5,7)
#171B1D
(23,27,29)
#2E3133
(46,49,51)
#454749
(69,71,73)
#5C5D5F
(92,93,95)
#737375
(115,115,117)
#8A898B
(138,137,139)
#A19FA1
(161,159,161)
#B8B5B7
(184,181,183)
#CFCBCD
(207,203,205)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000507; }

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

This text font color is #000507.


Background Color

.myBgColor { background-color: #000507; }

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

This div background color is #000507.


Border color

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

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

This div border color is #000507.


Opacity

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

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

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

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

This text has shadow with #000507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000507 on black background.


Color preview on white background

This text has color #000507 on white background.



Black color preview on #000507 background

This text has black color on #000507 background.


White color preview on #000507 background

This text has white color on #000507 background.