COLOR #000503

HEX: #000503 RGB: (0,5,3)

Color info

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

RGB color model

#000503 color RGB value is (0,5,3).

RGB: (0,5,3) (0%, 2%, 1%)

RGB channels and saturation

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

0
5
3

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

Portions of RGB colors in percentages

R + G + B = 0 + 5 + 3 = 8 (100%)
R 0 of 8 ~ 0%
G 5 of 8 ~ 62.5%
B 3 of 8 ~ 37.5'%

%62.5
%37.5

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 98.04%

CMYK: (100,0,40,98)
C100M0Y40K98 (100%, 0%, 40%, 98%)
(1.00 / 0.00 / 0.40 / 0.98)

CMYK percentages

%100
%0
%40
%98.04

Codes

Color #000503 in popluar color models

00 05 03
RGB 0 5 3
HSL 156° 100.00% 0.98%
HSB/HSV 156° 100.00% 1.96%
CMYK 100.00% 0.00% 40.00%
98.04%

Color #000503 in popluar number systems.

HEX 00 05 03
Decimal 0 5 3
Binary 0 101 11
Octal 0 5 3

Shades and tints

Tints of #000503

#000503
(0,5,3)
#171B19
(23,27,25)
#2E312F
(46,49,47)
#454745
(69,71,69)
#5C5D5B
(92,93,91)
#737371
(115,115,113)
#8A8987
(138,137,135)
#A19F9D
(161,159,157)
#B8B5B3
(184,181,179)
#CFCBC9
(207,203,201)
#E6E1DF
(230,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000503; }

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

This text font color is #000503.

Background Color

.myBgColor { background-color: #000503; }

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

This div background color is #000503.

Border color

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

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

This div border color is #000503.

Opacity

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

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

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

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

This text has shadow with #000503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000503.

Preview

Color preview on black background

This text has color #000503 on black background.


Color preview on white background

This text has color #000503 on white background.


Black color preview on #000503 background

This text has black color on #000503 background.


White color preview on #000503 background

This text has white color on #000503 background.


Related colors

Complementary color

Complementary color for #hex is #FFFAFC.


I love getcolorcode.com

Triadic colors

1 #030005 and #050300 with #000503 are triadic colors.

2 #030500 and #050003 with #000503 are triadic colors.