COLOR #677D6E

HEX: #677D6E
RGB: (103,125,110)

Color info

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

RGB color model

#677D6E color RGB value is (103,125,110).

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

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 110 of 255 = 43%

103
125
110

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 110 = 338 (100%)
R 103 of 338 ~ 30.47%
G 125 of 338 ~ 36.98%
B 110 of 338 ~ 32.54%

%30.47
%36.98
%32.54

CMYK color model

#677D6E color CMYK value is (18,0,12,51).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(18,0,12,51)
C18M0Y12K51 
(18%,0%,12%,51%)
(0.18/0.00/0.12/0.51)	

CMYK percentages

%17.6
%0
%12
%50.98

Codes

Color #677D6E in popluar color models

677D6E
RGB103125110
HSL139°9.65%44.71%
HSB/HSV139°17.60%49.02%
CMYK17.60%0.00%12.00%
50.98%

Color #677D6E in popluar number systems.

HEX677D6E
Decimal103125110
Binary110011111111011101110
Octal147175156

Shades and tints

Shades of #677D6E

#677D6E
(103,125,110)
#5E7264
(94,114,100)
#55675A
(85,103,90)
#4C5C50
(76,92,80)
#435146
(67,81,70)
#3A463C
(58,70,60)
#313B32
(49,59,50)
#283028
(40,48,40)
#1F251E
(31,37,30)
#161A14
(22,26,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #677D6E

#677D6E
(103,125,110)
#74887B
(116,136,123)
#819388
(129,147,136)
#8E9E95
(142,158,149)
#9BA9A2
(155,169,162)
#A8B4AF
(168,180,175)
#B5BFBC
(181,191,188)
#C2CAC9
(194,202,201)
#CFD5D6
(207,213,214)
#DCE0E3
(220,224,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D6E; }

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

This text font color is #677D6E.


Background Color

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

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

This div background color is #677D6E.


Border color

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

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

This div border color is #677D6E.


Opacity

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

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

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

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

This text has shadow with #677D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D6E on black background.


Color preview on white background

This text has color #677D6E on white background.



Black color preview on #677D6E background

This text has black color on #677D6E background.


White color preview on #677D6E background

This text has white color on #677D6E background.