COLOR #678B8A

HEX: #678B8A
RGB: (103,139,138)

Color info

#678B8A contains red, green and blue colors in about the same proportion. Web safe color of #678B8A is #669999 (or #699).

RGB color model

#678B8A color RGB value is (103,139,138).

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

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 138 of 255 = 54%

103
139
138

R + G + B ~ 50%. #678B8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 138 = 380 (100%)
R 103 of 380 ~ 27.11%
G 139 of 380 ~ 36.58%
B 138 of 380 ~ 36.32%

%27.11
%36.58
%36.32

CMYK color model

#678B8A color CMYK value is (26,0,1,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(26,0,1,45)
C26M0Y1K45 
(26%,0%,1%,45%)
(0.26/0.00/0.01/0.45)	

CMYK percentages

%25.9
%0
%0.72
%45.49

Codes

Color #678B8A in popluar color models

678B8A
RGB103139138
HSL178°14.88%47.45%
HSB/HSV178°25.90%54.51%
CMYK25.90%0.00%0.72%
45.49%

Color #678B8A in popluar number systems.

HEX678B8A
Decimal103139138
Binary11001111000101110001010
Octal147213212

Shades and tints

Shades of #678B8A

#678B8A
(103,139,138)
#5E7F7E
(94,127,126)
#557372
(85,115,114)
#4C6766
(76,103,102)
#435B5A
(67,91,90)
#3A4F4E
(58,79,78)
#314342
(49,67,66)
#283736
(40,55,54)
#1F2B2A
(31,43,42)
#161F1E
(22,31,30)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #678B8A

#678B8A
(103,139,138)
#749594
(116,149,148)
#819F9E
(129,159,158)
#8EA9A8
(142,169,168)
#9BB3B2
(155,179,178)
#A8BDBC
(168,189,188)
#B5C7C6
(181,199,198)
#C2D1D0
(194,209,208)
#CFDBDA
(207,219,218)
#DCE5E4
(220,229,228)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678B8A color. Also use rgb(103,139,138) instead hex code.

Text Font Color

.myTextColor { color: #678B8A; }

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

This text font color is #678B8A.


Background Color

.myBgColor { background-color: #678B8A; }

<div style="background-color:#678B8A">Inner text</div>

This div background color is #678B8A.


Border color

.myBorderColor { border: 1px solid #678B8A; }

<div style="border:3px solid #678B8A">Div</div>

This div border color is #678B8A.


Opacity

.myOpacity80 { color: #678B8A; opacity: 0.8; }

<p style="color:#678B8A;opacity:0.8;">80%</p>

Text with #678B8A 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 #678B8A;}

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

This text has shadow with #678B8A color.

.textShadow {text-shadow: 3px 3px 1px #678B8A, 3px 3px 1px red;}

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

This text has shadow with #678B8A primary color and red secondary color.


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

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

This text has shadow with #678B8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678B8A on black background.


Color preview on white background

This text has color #678B8A on white background.



Black color preview on #678B8A background

This text has black color on #678B8A background.


White color preview on #678B8A background

This text has white color on #678B8A background.