COLOR #00004D

HEX: #00004D
RGB: (0,0,77)

Color info

#00004D contains only blue color. Web safe color of #00004D is #000033 (or #003).

RGB color model

#00004D color RGB value is (0,0,77).

  • red value is 0;
  • green value is 0;
  • blue value is 77.
RGB:
(0,0,77)
(0%,0%,30%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 77 of 255 = 30%

0
0
77

R + G + B ~ 10%. #00004D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 77 = 77 (100%)
R 0 of 77 ~ 0%
G 0 of 77 ~ 0%
B 77 of 77 ~ 100%

%100

CMYK color model

#00004D color CMYK value is (100,100,0,70).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(100,100,0,70)
C100M100Y0K70 
(100%,100%,0%,70%)
(1.00/1.00/0.00/0.70)	

CMYK percentages

%100
%100
%0
%69.8

Codes

Color #00004D in popluar color models

00004D
RGB0077
HSL240°100.00%15.10%
HSB/HSV240°100.00%30.20%
CMYK100.00%100.00%0.00%
69.80%

Color #00004D in popluar number systems.

HEX00004D
Decimal0077
Binary001001101
Octal00115

Shades and tints

Shades of #00004D

#00004D
(0,0,77)
#000046
(0,0,70)
#00003F
(0,0,63)
#000038
(0,0,56)
#000031
(0,0,49)
#00002A
(0,0,42)
#000023
(0,0,35)
#00001C
(0,0,28)
#000015
(0,0,21)
#00000E
(0,0,14)
#000007
(0,0,7)
#000000
(0,0,0)

Tints of #00004D

#00004D
(0,0,77)
#17175D
(23,23,93)
#2E2E6D
(46,46,109)
#45457D
(69,69,125)
#5C5C8D
(92,92,141)
#73739D
(115,115,157)
#8A8AAD
(138,138,173)
#A1A1BD
(161,161,189)
#B8B8CD
(184,184,205)
#CFCFDD
(207,207,221)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00004D; }

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

This text font color is #00004D.


Background Color

.myBgColor { background-color: #00004D; }

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

This div background color is #00004D.


Border color

.myBorderColor { border: 1px solid #00004D; }

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

This div border color is #00004D.


Opacity

.myOpacity80 { color: #00004D; opacity: 0.8; }

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

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

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

This text has shadow with #00004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00004D on black background.


Color preview on white background

This text has color #00004D on white background.



Black color preview on #00004D background

This text has black color on #00004D background.


White color preview on #00004D background

This text has white color on #00004D background.