COLOR #678D7E

HEX: #678D7E
RGB: (103,141,126)

Color info

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

RGB color model

#678D7E color RGB value is (103,141,126).

  • red value is 103;
  • green value is 141;
  • blue value is 126.
RGB:
(103,141,126)
(40%,55%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 126 of 255 = 49%

103
141
126

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

Portions of RGB colors in percentages

R + G + B =
103 + 141 + 126 = 370 (100%)
R 103 of 370 ~ 27.84%
G 141 of 370 ~ 38.11%
B 126 of 370 ~ 34.05%

%27.84
%38.11
%34.05

CMYK color model

#678D7E color CMYK value is (27,0,11,45).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 44.71%
CMYK:
(27,0,11,45)
C27M0Y11K45 
(27%,0%,11%,45%)
(0.27/0.00/0.11/0.45)	

CMYK percentages

%26.95
%0
%10.64
%44.71

Codes

Color #678D7E in popluar color models

678D7E
RGB103141126
HSL156°15.57%47.84%
HSB/HSV156°26.95%55.29%
CMYK26.95%0.00%10.64%
44.71%

Color #678D7E in popluar number systems.

HEX678D7E
Decimal103141126
Binary1100111100011011111110
Octal147215176

Shades and tints

Shades of #678D7E

#678D7E
(103,141,126)
#5E8173
(94,129,115)
#557568
(85,117,104)
#4C695D
(76,105,93)
#435D52
(67,93,82)
#3A5147
(58,81,71)
#31453C
(49,69,60)
#283931
(40,57,49)
#1F2D26
(31,45,38)
#16211B
(22,33,27)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #678D7E

#678D7E
(103,141,126)
#749789
(116,151,137)
#81A194
(129,161,148)
#8EAB9F
(142,171,159)
#9BB5AA
(155,181,170)
#A8BFB5
(168,191,181)
#B5C9C0
(181,201,192)
#C2D3CB
(194,211,203)
#CFDDD6
(207,221,214)
#DCE7E1
(220,231,225)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678D7E color. Also use rgb(103,141,126) instead hex code.

Text Font Color

.myTextColor { color: #678D7E; }

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

This text font color is #678D7E.


Background Color

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

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

This div background color is #678D7E.


Border color

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

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

This div border color is #678D7E.


Opacity

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

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

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

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

This text has shadow with #678D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678D7E on black background.


Color preview on white background

This text has color #678D7E on white background.



Black color preview on #678D7E background

This text has black color on #678D7E background.


White color preview on #678D7E background

This text has white color on #678D7E background.