COLOR #00394E

HEX: #00394E
RGB: (0,57,78)

Color info

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

RGB color model

#00394E color RGB value is (0,57,78).

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

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 78 of 255 = 31%

0
57
78

R + G + B ~ 18%. #00394E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 78 = 135 (100%)
R 0 of 135 ~ 0%
G 57 of 135 ~ 42.22%
B 78 of 135 ~ 57.78%

%42.22
%57.78

CMYK color model

#00394E color CMYK value is (100,27,0,69).

  • cyan value is 100.00%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(100,27,0,69)
C100M27Y0K69 
(100%,27%,0%,69%)
(1.00/0.27/0.00/0.69)	

CMYK percentages

%100
%26.92
%0
%69.41

Codes

Color #00394E in popluar color models

00394E
RGB05778
HSL196°100.00%15.29%
HSB/HSV196°100.00%30.59%
CMYK100.00%26.92%0.00%
69.41%

Color #00394E in popluar number systems.

HEX00394E
Decimal05778
Binary01110011001110
Octal071116

Shades and tints

Shades of #00394E

#00394E
(0,57,78)
#003447
(0,52,71)
#002F40
(0,47,64)
#002A39
(0,42,57)
#002532
(0,37,50)
#00202B
(0,32,43)
#001B24
(0,27,36)
#00161D
(0,22,29)
#001116
(0,17,22)
#000C0F
(0,12,15)
#000708
(0,7,8)
#000000
(0,0,0)

Tints of #00394E

#00394E
(0,57,78)
#174B5E
(23,75,94)
#2E5D6E
(46,93,110)
#456F7E
(69,111,126)
#5C818E
(92,129,142)
#73939E
(115,147,158)
#8AA5AE
(138,165,174)
#A1B7BE
(161,183,190)
#B8C9CE
(184,201,206)
#CFDBDE
(207,219,222)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00394E; }

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

This text font color is #00394E.


Background Color

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

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

This div background color is #00394E.


Border color

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

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

This div border color is #00394E.


Opacity

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

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

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

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

This text has shadow with #00394E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00394E on black background.


Color preview on white background

This text has color #00394E on white background.



Black color preview on #00394E background

This text has black color on #00394E background.


White color preview on #00394E background

This text has white color on #00394E background.