COLOR #677F66

HEX: #677F66
RGB: (103,127,102)

Color info

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

RGB color model

#677F66 color RGB value is (103,127,102).

  • red value is 103;
  • green value is 127;
  • blue value is 102.
RGB:
(103,127,102)
(40%,50%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 102 of 255 = 40%

103
127
102

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

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 102 = 332 (100%)
R 103 of 332 ~ 31.02%
G 127 of 332 ~ 38.25%
B 102 of 332 ~ 30.72%

%31.02
%38.25
%30.72

CMYK color model

#677F66 color CMYK value is (19,0,20,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 50.20%
CMYK:
(19,0,20,50)
C19M0Y20K50 
(19%,0%,20%,50%)
(0.19/0.00/0.20/0.50)	

CMYK percentages

%18.9
%0
%19.69
%50.2

Codes

Color #677F66 in popluar color models

677F66
RGB103127102
HSL118°10.92%44.90%
HSB/HSV118°19.69%49.80%
CMYK18.90%0.00%19.69%
50.20%

Color #677F66 in popluar number systems.

HEX677F66
Decimal103127102
Binary110011111111111100110
Octal147177146

Shades and tints

Shades of #677F66

#677F66
(103,127,102)
#5E745D
(94,116,93)
#556954
(85,105,84)
#4C5E4B
(76,94,75)
#435342
(67,83,66)
#3A4839
(58,72,57)
#313D30
(49,61,48)
#283227
(40,50,39)
#1F271E
(31,39,30)
#161C15
(22,28,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #677F66

#677F66
(103,127,102)
#748A73
(116,138,115)
#819580
(129,149,128)
#8EA08D
(142,160,141)
#9BAB9A
(155,171,154)
#A8B6A7
(168,182,167)
#B5C1B4
(181,193,180)
#C2CCC1
(194,204,193)
#CFD7CE
(207,215,206)
#DCE2DB
(220,226,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677F66 color. Also use rgb(103,127,102) instead hex code.

Text Font Color

.myTextColor { color: #677F66; }

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

This text font color is #677F66.


Background Color

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

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

This div background color is #677F66.


Border color

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

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

This div border color is #677F66.


Opacity

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

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

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

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

This text has shadow with #677F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F66 on black background.


Color preview on white background

This text has color #677F66 on white background.



Black color preview on #677F66 background

This text has black color on #677F66 background.


White color preview on #677F66 background

This text has white color on #677F66 background.