COLOR #678D82

HEX: #678D82
RGB: (103,141,130)

Color info

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

RGB color model

#678D82 color RGB value is (103,141,130).

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

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 130 of 255 = 51%

103
141
130

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

Portions of RGB colors in percentages

R + G + B =
103 + 141 + 130 = 374 (100%)
R 103 of 374 ~ 27.54%
G 141 of 374 ~ 37.7%
B 130 of 374 ~ 34.76%

%27.54
%37.7
%34.76

CMYK color model

#678D82 color CMYK value is (27,0,8,45).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 44.71%
CMYK:
(27,0,8,45)
C27M0Y8K45 
(27%,0%,8%,45%)
(0.27/0.00/0.08/0.45)	

CMYK percentages

%26.95
%0
%7.8
%44.71

Codes

Color #678D82 in popluar color models

678D82
RGB103141130
HSL163°15.57%47.84%
HSB/HSV163°26.95%55.29%
CMYK26.95%0.00%7.80%
44.71%

Color #678D82 in popluar number systems.

HEX678D82
Decimal103141130
Binary11001111000110110000010
Octal147215202

Shades and tints

Shades of #678D82

#678D82
(103,141,130)
#5E8177
(94,129,119)
#55756C
(85,117,108)
#4C6961
(76,105,97)
#435D56
(67,93,86)
#3A514B
(58,81,75)
#314540
(49,69,64)
#283935
(40,57,53)
#1F2D2A
(31,45,42)
#16211F
(22,33,31)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #678D82

#678D82
(103,141,130)
#74978D
(116,151,141)
#81A198
(129,161,152)
#8EABA3
(142,171,163)
#9BB5AE
(155,181,174)
#A8BFB9
(168,191,185)
#B5C9C4
(181,201,196)
#C2D3CF
(194,211,207)
#CFDDDA
(207,221,218)
#DCE7E5
(220,231,229)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678D82; }

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

This text font color is #678D82.


Background Color

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

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

This div background color is #678D82.


Border color

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

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

This div border color is #678D82.


Opacity

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

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

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

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

This text has shadow with #678D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678D82 on black background.


Color preview on white background

This text has color #678D82 on white background.



Black color preview on #678D82 background

This text has black color on #678D82 background.


White color preview on #678D82 background

This text has white color on #678D82 background.