COLOR #678E79

HEX: #678E79
RGB: (103,142,121)

Color info

#678E79 contains red, green and blue colors in about the same proportion. Web safe color of #678E79 is #669966 (or #696).

RGB color model

#678E79 color RGB value is (103,142,121).

  • red value is 103;
  • green value is 142;
  • blue value is 121.
RGB:
(103,142,121)
(40%,56%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 142 of 255 = 56%
B 121 of 255 = 47%

103
142
121

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

Portions of RGB colors in percentages

R + G + B =
103 + 142 + 121 = 366 (100%)
R 103 of 366 ~ 28.14%
G 142 of 366 ~ 38.8%
B 121 of 366 ~ 33.06%

%28.14
%38.8
%33.06

CMYK color model

#678E79 color CMYK value is (27,0,15,44).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(27,0,15,44)
C27M0Y15K44 
(27%,0%,15%,44%)
(0.27/0.00/0.15/0.44)	

CMYK percentages

%27.46
%0
%14.79
%44.31

Codes

Color #678E79 in popluar color models

678E79
RGB103142121
HSL148°15.92%48.04%
HSB/HSV148°27.46%55.69%
CMYK27.46%0.00%14.79%
44.31%

Color #678E79 in popluar number systems.

HEX678E79
Decimal103142121
Binary1100111100011101111001
Octal147216171

Shades and tints

Shades of #678E79

#678E79
(103,142,121)
#5E826E
(94,130,110)
#557663
(85,118,99)
#4C6A58
(76,106,88)
#435E4D
(67,94,77)
#3A5242
(58,82,66)
#314637
(49,70,55)
#283A2C
(40,58,44)
#1F2E21
(31,46,33)
#162216
(22,34,22)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #678E79

#678E79
(103,142,121)
#749885
(116,152,133)
#81A291
(129,162,145)
#8EAC9D
(142,172,157)
#9BB6A9
(155,182,169)
#A8C0B5
(168,192,181)
#B5CAC1
(181,202,193)
#C2D4CD
(194,212,205)
#CFDED9
(207,222,217)
#DCE8E5
(220,232,229)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678E79 color. Also use rgb(103,142,121) instead hex code.

Text Font Color

.myTextColor { color: #678E79; }

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

This text font color is #678E79.


Background Color

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

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

This div background color is #678E79.


Border color

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

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

This div border color is #678E79.


Opacity

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

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

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

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

This text has shadow with #678E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678E79 on black background.


Color preview on white background

This text has color #678E79 on white background.



Black color preview on #678E79 background

This text has black color on #678E79 background.


White color preview on #678E79 background

This text has white color on #678E79 background.