COLOR #00314C

HEX: #00314C
RGB: (0,49,76)

Color info

#00314C contains only green and blue colors. Web safe color of #00314C is #003333 (or #033).

RGB color model

#00314C color RGB value is (0,49,76).

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

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 76 of 255 = 30%

0
49
76

R + G + B ~ 16%. #00314C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 76 = 125 (100%)
R 0 of 125 ~ 0%
G 49 of 125 ~ 39.2%
B 76 of 125 ~ 60.8%

%39.2
%60.8

CMYK color model

#00314C color CMYK value is (100,36,0,70).

  • cyan value is 100.00%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(100,36,0,70)
C100M36Y0K70 
(100%,36%,0%,70%)
(1.00/0.36/0.00/0.70)	

CMYK percentages

%100
%35.53
%0
%70.2

Codes

Color #00314C in popluar color models

00314C
RGB04976
HSL201°100.00%14.90%
HSB/HSV201°100.00%29.80%
CMYK100.00%35.53%0.00%
70.20%

Color #00314C in popluar number systems.

HEX00314C
Decimal04976
Binary01100011001100
Octal061114

Shades and tints

Shades of #00314C

#00314C
(0,49,76)
#002D46
(0,45,70)
#002940
(0,41,64)
#00253A
(0,37,58)
#002134
(0,33,52)
#001D2E
(0,29,46)
#001928
(0,25,40)
#001522
(0,21,34)
#00111C
(0,17,28)
#000D16
(0,13,22)
#000910
(0,9,16)
#000000
(0,0,0)

Tints of #00314C

#00314C
(0,49,76)
#17435C
(23,67,92)
#2E556C
(46,85,108)
#45677C
(69,103,124)
#5C798C
(92,121,140)
#738B9C
(115,139,156)
#8A9DAC
(138,157,172)
#A1AFBC
(161,175,188)
#B8C1CC
(184,193,204)
#CFD3DC
(207,211,220)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00314C color. Also use rgb(0,49,76) instead hex code.

Text Font Color

.myTextColor { color: #00314C; }

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

This text font color is #00314C.


Background Color

.myBgColor { background-color: #00314C; }

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

This div background color is #00314C.


Border color

.myBorderColor { border: 1px solid #00314C; }

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

This div border color is #00314C.


Opacity

.myOpacity80 { color: #00314C; opacity: 0.8; }

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

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

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

This text has shadow with #00314C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00314C on black background.


Color preview on white background

This text has color #00314C on white background.



Black color preview on #00314C background

This text has black color on #00314C background.


White color preview on #00314C background

This text has white color on #00314C background.