COLOR #677F65

HEX: #677F65
RGB: (103,127,101)

Color info

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

RGB color model

#677F65 color RGB value is (103,127,101).

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

RGB channels and saturation

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

103
127
101

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

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 101 = 331 (100%)
R 103 of 331 ~ 31.12%
G 127 of 331 ~ 38.37%
B 101 of 331 ~ 30.51%

%31.12
%38.37
%30.51

CMYK color model

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

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • 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
%20.47
%50.2

Codes

Color #677F65 in popluar color models

677F65
RGB103127101
HSL115°11.40%44.71%
HSB/HSV115°20.47%49.80%
CMYK18.90%0.00%20.47%
50.20%

Color #677F65 in popluar number systems.

HEX677F65
Decimal103127101
Binary110011111111111100101
Octal147177145

Shades and tints

Shades of #677F65

#677F65
(103,127,101)
#5E745C
(94,116,92)
#556953
(85,105,83)
#4C5E4A
(76,94,74)
#435341
(67,83,65)
#3A4838
(58,72,56)
#313D2F
(49,61,47)
#283226
(40,50,38)
#1F271D
(31,39,29)
#161C14
(22,28,20)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #677F65

#677F65
(103,127,101)
#748A73
(116,138,115)
#819581
(129,149,129)
#8EA08F
(142,160,143)
#9BAB9D
(155,171,157)
#A8B6AB
(168,182,171)
#B5C1B9
(181,193,185)
#C2CCC7
(194,204,199)
#CFD7D5
(207,215,213)
#DCE2E3
(220,226,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F65; }

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

This text font color is #677F65.


Background Color

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

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

This div background color is #677F65.


Border color

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

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

This div border color is #677F65.


Opacity

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

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

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

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

This text has shadow with #677F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F65 on black background.


Color preview on white background

This text has color #677F65 on white background.



Black color preview on #677F65 background

This text has black color on #677F65 background.


White color preview on #677F65 background

This text has white color on #677F65 background.