COLOR #00678B

HEX: #00678B
RGB: (0,103,139)

Color info

#00678B contains only green and blue colors. Web safe color of #00678B is #006699 (or #069).

RGB color model

#00678B color RGB value is (0,103,139).

  • red value is 0;
  • green value is 103;
  • blue value is 139.
RGB:
(0,103,139)
(0%,40%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 139 of 255 = 55%

0
103
139

R + G + B ~ 32%. #00678B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 103 + 139 = 242 (100%)
R 0 of 242 ~ 0%
G 103 of 242 ~ 42.56%
B 139 of 242 ~ 57.44%

%42.56
%57.44

CMYK color model

#00678B color CMYK value is (100,26,0,45).

  • cyan value is 100.00%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(100,26,0,45)
C100M26Y0K45 
(100%,26%,0%,45%)
(1.00/0.26/0.00/0.45)	

CMYK percentages

%100
%25.9
%0
%45.49

Codes

Color #00678B in popluar color models

00678B
RGB0103139
HSL196°100.00%27.25%
HSB/HSV196°100.00%54.51%
CMYK100.00%25.90%0.00%
45.49%

Color #00678B in popluar number systems.

HEX00678B
Decimal0103139
Binary0110011110001011
Octal0147213

Shades and tints

Shades of #00678B

#00678B
(0,103,139)
#005E7F
(0,94,127)
#005573
(0,85,115)
#004C67
(0,76,103)
#00435B
(0,67,91)
#003A4F
(0,58,79)
#003143
(0,49,67)
#002837
(0,40,55)
#001F2B
(0,31,43)
#00161F
(0,22,31)
#000D13
(0,13,19)
#000000
(0,0,0)

Tints of #00678B

#00678B
(0,103,139)
#177495
(23,116,149)
#2E819F
(46,129,159)
#458EA9
(69,142,169)
#5C9BB3
(92,155,179)
#73A8BD
(115,168,189)
#8AB5C7
(138,181,199)
#A1C2D1
(161,194,209)
#B8CFDB
(184,207,219)
#CFDCE5
(207,220,229)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00678B color. Also use rgb(0,103,139) instead hex code.

Text Font Color

.myTextColor { color: #00678B; }

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

This text font color is #00678B.


Background Color

.myBgColor { background-color: #00678B; }

<div style="background-color:#00678B">Inner text</div>

This div background color is #00678B.


Border color

.myBorderColor { border: 1px solid #00678B; }

<div style="border:3px solid #00678B">Div</div>

This div border color is #00678B.


Opacity

.myOpacity80 { color: #00678B; opacity: 0.8; }

<p style="color:#00678B;opacity:0.8;">80%</p>

Text with #00678B 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 #00678B;}

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

This text has shadow with #00678B color.

.textShadow {text-shadow: 3px 3px 1px #00678B, 3px 3px 1px red;}

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

This text has shadow with #00678B primary color and red secondary color.


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

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

This text has shadow with #00678B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00678B on black background.


Color preview on white background

This text has color #00678B on white background.



Black color preview on #00678B background

This text has black color on #00678B background.


White color preview on #00678B background

This text has white color on #00678B background.