COLOR #00607C

HEX: #00607C
RGB: (0,96,124)

Color info

#00607C contains only green and blue colors. Web safe color of #00607C is #006666 (or #066).

RGB color model

#00607C color RGB value is (0,96,124).

  • red value is 0;
  • green value is 96;
  • blue value is 124.
RGB:
(0,96,124)
(0%,38%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 124 of 255 = 49%

0
96
124

R + G + B ~ 29%. #00607C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 124 = 220 (100%)
R 0 of 220 ~ 0%
G 96 of 220 ~ 43.64%
B 124 of 220 ~ 56.36%

%43.64
%56.36

CMYK color model

#00607C color CMYK value is (100,23,0,51).

  • cyan value is 100.00%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(100,23,0,51)
C100M23Y0K51 
(100%,23%,0%,51%)
(1.00/0.23/0.00/0.51)	

CMYK percentages

%100
%22.58
%0
%51.37

Codes

Color #00607C in popluar color models

00607C
RGB096124
HSL194°100.00%24.31%
HSB/HSV194°100.00%48.63%
CMYK100.00%22.58%0.00%
51.37%

Color #00607C in popluar number systems.

HEX00607C
Decimal096124
Binary011000001111100
Octal0140174

Shades and tints

Shades of #00607C

#00607C
(0,96,124)
#005871
(0,88,113)
#005066
(0,80,102)
#00485B
(0,72,91)
#004050
(0,64,80)
#003845
(0,56,69)
#00303A
(0,48,58)
#00282F
(0,40,47)
#002024
(0,32,36)
#001819
(0,24,25)
#00100E
(0,16,14)
#000000
(0,0,0)

Tints of #00607C

#00607C
(0,96,124)
#176E87
(23,110,135)
#2E7C92
(46,124,146)
#458A9D
(69,138,157)
#5C98A8
(92,152,168)
#73A6B3
(115,166,179)
#8AB4BE
(138,180,190)
#A1C2C9
(161,194,201)
#B8D0D4
(184,208,212)
#CFDEDF
(207,222,223)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00607C color. Also use rgb(0,96,124) instead hex code.

Text Font Color

.myTextColor { color: #00607C; }

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

This text font color is #00607C.


Background Color

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

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

This div background color is #00607C.


Border color

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

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

This div border color is #00607C.


Opacity

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

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

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

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

This text has shadow with #00607C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00607C on black background.


Color preview on white background

This text has color #00607C on white background.



Black color preview on #00607C background

This text has black color on #00607C background.


White color preview on #00607C background

This text has white color on #00607C background.