COLOR #677D6F

HEX: #677D6F
RGB: (103,125,111)

Color info

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

RGB color model

#677D6F color RGB value is (103,125,111).

  • red value is 103;
  • green value is 125;
  • blue value is 111.
RGB:
(103,125,111)
(40%,49%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 111 of 255 = 44%

103
125
111

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 111 = 339 (100%)
R 103 of 339 ~ 30.38%
G 125 of 339 ~ 36.87%
B 111 of 339 ~ 32.74%

%30.38
%36.87
%32.74

CMYK color model

#677D6F color CMYK value is (18,0,11,51).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(18,0,11,51)
C18M0Y11K51 
(18%,0%,11%,51%)
(0.18/0.00/0.11/0.51)	

CMYK percentages

%17.6
%0
%11.2
%50.98

Codes

Color #677D6F in popluar color models

677D6F
RGB103125111
HSL142°9.65%44.71%
HSB/HSV142°17.60%49.02%
CMYK17.60%0.00%11.20%
50.98%

Color #677D6F in popluar number systems.

HEX677D6F
Decimal103125111
Binary110011111111011101111
Octal147175157

Shades and tints

Shades of #677D6F

#677D6F
(103,125,111)
#5E7265
(94,114,101)
#55675B
(85,103,91)
#4C5C51
(76,92,81)
#435147
(67,81,71)
#3A463D
(58,70,61)
#313B33
(49,59,51)
#283029
(40,48,41)
#1F251F
(31,37,31)
#161A15
(22,26,21)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #677D6F

#677D6F
(103,125,111)
#74887C
(116,136,124)
#819389
(129,147,137)
#8E9E96
(142,158,150)
#9BA9A3
(155,169,163)
#A8B4B0
(168,180,176)
#B5BFBD
(181,191,189)
#C2CACA
(194,202,202)
#CFD5D7
(207,213,215)
#DCE0E4
(220,224,228)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677D6F color. Also use rgb(103,125,111) instead hex code.

Text Font Color

.myTextColor { color: #677D6F; }

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

This text font color is #677D6F.


Background Color

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

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

This div background color is #677D6F.


Border color

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

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

This div border color is #677D6F.


Opacity

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

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

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

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

This text has shadow with #677D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D6F on black background.


Color preview on white background

This text has color #677D6F on white background.



Black color preview on #677D6F background

This text has black color on #677D6F background.


White color preview on #677D6F background

This text has white color on #677D6F background.