COLOR #00404E

HEX: #00404E
RGB: (0,64,78)

Color info

#00404E contains only green and blue colors. Web safe color of #00404E is #003366 (or #036).

RGB color model

#00404E color RGB value is (0,64,78).

  • red value is 0;
  • green value is 64;
  • blue value is 78.
RGB:
(0,64,78)
(0%,25%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 64 of 255 = 25%
B 78 of 255 = 31%

0
64
78

R + G + B ~ 19%. #00404E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 64 + 78 = 142 (100%)
R 0 of 142 ~ 0%
G 64 of 142 ~ 45.07%
B 78 of 142 ~ 54.93%

%45.07
%54.93

CMYK color model

#00404E color CMYK value is (100,18,0,69).

  • cyan value is 100.00%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(100,18,0,69)
C100M18Y0K69 
(100%,18%,0%,69%)
(1.00/0.18/0.00/0.69)	

CMYK percentages

%100
%17.95
%0
%69.41

Codes

Color #00404E in popluar color models

00404E
RGB06478
HSL191°100.00%15.29%
HSB/HSV191°100.00%30.59%
CMYK100.00%17.95%0.00%
69.41%

Color #00404E in popluar number systems.

HEX00404E
Decimal06478
Binary010000001001110
Octal0100116

Shades and tints

Shades of #00404E

#00404E
(0,64,78)
#003B47
(0,59,71)
#003640
(0,54,64)
#003139
(0,49,57)
#002C32
(0,44,50)
#00272B
(0,39,43)
#002224
(0,34,36)
#001D1D
(0,29,29)
#001816
(0,24,22)
#00130F
(0,19,15)
#000E08
(0,14,8)
#000000
(0,0,0)

Tints of #00404E

#00404E
(0,64,78)
#17515E
(23,81,94)
#2E626E
(46,98,110)
#45737E
(69,115,126)
#5C848E
(92,132,142)
#73959E
(115,149,158)
#8AA6AE
(138,166,174)
#A1B7BE
(161,183,190)
#B8C8CE
(184,200,206)
#CFD9DE
(207,217,222)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00404E color. Also use rgb(0,64,78) instead hex code.

Text Font Color

.myTextColor { color: #00404E; }

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

This text font color is #00404E.


Background Color

.myBgColor { background-color: #00404E; }

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

This div background color is #00404E.


Border color

.myBorderColor { border: 1px solid #00404E; }

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

This div border color is #00404E.


Opacity

.myOpacity80 { color: #00404E; opacity: 0.8; }

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

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

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

This text has shadow with #00404E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00404E on black background.


Color preview on white background

This text has color #00404E on white background.



Black color preview on #00404E background

This text has black color on #00404E background.


White color preview on #00404E background

This text has white color on #00404E background.