COLOR #677E74

HEX: #677E74
RGB: (103,126,116)

Color info

#677E74 contains red, green and blue colors in about the same proportion. Web safe color of #677E74 is #666666 (or #666).

RGB color model

#677E74 color RGB value is (103,126,116).

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

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 116 of 255 = 45%

103
126
116

R + G + B ~ 45%. #677E74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 126 + 116 = 345 (100%)
R 103 of 345 ~ 29.86%
G 126 of 345 ~ 36.52%
B 116 of 345 ~ 33.62%

%29.86
%36.52
%33.62

CMYK color model

#677E74 color CMYK value is (18,0,8,51).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(18,0,8,51)
C18M0Y8K51 
(18%,0%,8%,51%)
(0.18/0.00/0.08/0.51)	

CMYK percentages

%18.25
%0
%7.94
%50.59

Codes

Color #677E74 in popluar color models

677E74
RGB103126116
HSL154°10.04%44.90%
HSB/HSV154°18.25%49.41%
CMYK18.25%0.00%7.94%
50.59%

Color #677E74 in popluar number systems.

HEX677E74
Decimal103126116
Binary110011111111101110100
Octal147176164

Shades and tints

Shades of #677E74

#677E74
(103,126,116)
#5E736A
(94,115,106)
#556860
(85,104,96)
#4C5D56
(76,93,86)
#43524C
(67,82,76)
#3A4742
(58,71,66)
#313C38
(49,60,56)
#28312E
(40,49,46)
#1F2624
(31,38,36)
#161B1A
(22,27,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #677E74

#677E74
(103,126,116)
#748980
(116,137,128)
#81948C
(129,148,140)
#8E9F98
(142,159,152)
#9BAAA4
(155,170,164)
#A8B5B0
(168,181,176)
#B5C0BC
(181,192,188)
#C2CBC8
(194,203,200)
#CFD6D4
(207,214,212)
#DCE1E0
(220,225,224)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677E74 color. Also use rgb(103,126,116) instead hex code.

Text Font Color

.myTextColor { color: #677E74; }

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

This text font color is #677E74.


Background Color

.myBgColor { background-color: #677E74; }

<div style="background-color:#677E74">Inner text</div>

This div background color is #677E74.


Border color

.myBorderColor { border: 1px solid #677E74; }

<div style="border:3px solid #677E74">Div</div>

This div border color is #677E74.


Opacity

.myOpacity80 { color: #677E74; opacity: 0.8; }

<p style="color:#677E74;opacity:0.8;">80%</p>

Text with #677E74 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 #677E74;}

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

This text has shadow with #677E74 color.

.textShadow {text-shadow: 3px 3px 1px #677E74, 3px 3px 1px red;}

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

This text has shadow with #677E74 primary color and red secondary color.


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

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

This text has shadow with #677E74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677E74 on black background.


Color preview on white background

This text has color #677E74 on white background.



Black color preview on #677E74 background

This text has black color on #677E74 background.


White color preview on #677E74 background

This text has white color on #677E74 background.