COLOR #00313C

HEX: #00313C
RGB: (0,49,60)

Color info

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

RGB color model

#00313C color RGB value is (0,49,60).

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

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 60 of 255 = 24%

0
49
60

R + G + B ~ 14%. #00313C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 60 = 109 (100%)
R 0 of 109 ~ 0%
G 49 of 109 ~ 44.95%
B 60 of 109 ~ 55.05%

%44.95
%55.05

CMYK color model

#00313C color CMYK value is (100,18,0,76).

  • cyan value is 100.00%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(100,18,0,76)
C100M18Y0K76 
(100%,18%,0%,76%)
(1.00/0.18/0.00/0.76)	

CMYK percentages

%100
%18.33
%0
%76.47

Codes

Color #00313C in popluar color models

00313C
RGB04960
HSL191°100.00%11.76%
HSB/HSV191°100.00%23.53%
CMYK100.00%18.33%0.00%
76.47%

Color #00313C in popluar number systems.

HEX00313C
Decimal04960
Binary0110001111100
Octal06174

Shades and tints

Shades of #00313C

#00313C
(0,49,60)
#002D37
(0,45,55)
#002932
(0,41,50)
#00252D
(0,37,45)
#002128
(0,33,40)
#001D23
(0,29,35)
#00191E
(0,25,30)
#001519
(0,21,25)
#001114
(0,17,20)
#000D0F
(0,13,15)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #00313C

#00313C
(0,49,60)
#17434D
(23,67,77)
#2E555E
(46,85,94)
#45676F
(69,103,111)
#5C7980
(92,121,128)
#738B91
(115,139,145)
#8A9DA2
(138,157,162)
#A1AFB3
(161,175,179)
#B8C1C4
(184,193,196)
#CFD3D5
(207,211,213)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00313C; }

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

This text font color is #00313C.


Background Color

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

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

This div background color is #00313C.


Border color

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

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

This div border color is #00313C.


Opacity

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

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

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

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

This text has shadow with #00313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00313C on black background.


Color preview on white background

This text has color #00313C on white background.



Black color preview on #00313C background

This text has black color on #00313C background.


White color preview on #00313C background

This text has white color on #00313C background.