COLOR #677F4F

HEX: #677F4F
RGB: (103,127,79)

Color info

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

RGB color model

#677F4F color RGB value is (103,127,79).

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

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 79 of 255 = 31%

103
127
79

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

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 79 = 309 (100%)
R 103 of 309 ~ 33.33%
G 127 of 309 ~ 41.1%
B 79 of 309 ~ 25.57%

%33.33
%41.1
%25.57

CMYK color model

#677F4F color CMYK value is (19,0,38,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(19,0,38,50)
C19M0Y38K50 
(19%,0%,38%,50%)
(0.19/0.00/0.38/0.50)	

CMYK percentages

%18.9
%0
%37.8
%50.2

Codes

Color #677F4F in popluar color models

677F4F
RGB10312779
HSL90°23.30%40.39%
HSB/HSV90°37.80%49.80%
CMYK18.90%0.00%37.80%
50.20%

Color #677F4F in popluar number systems.

HEX677F4F
Decimal10312779
Binary110011111111111001111
Octal147177117

Shades and tints

Shades of #677F4F

#677F4F
(103,127,79)
#5E7448
(94,116,72)
#556941
(85,105,65)
#4C5E3A
(76,94,58)
#435333
(67,83,51)
#3A482C
(58,72,44)
#313D25
(49,61,37)
#28321E
(40,50,30)
#1F2717
(31,39,23)
#161C10
(22,28,16)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #677F4F

#677F4F
(103,127,79)
#748A5F
(116,138,95)
#81956F
(129,149,111)
#8EA07F
(142,160,127)
#9BAB8F
(155,171,143)
#A8B69F
(168,182,159)
#B5C1AF
(181,193,175)
#C2CCBF
(194,204,191)
#CFD7CF
(207,215,207)
#DCE2DF
(220,226,223)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F4F; }

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

This text font color is #677F4F.


Background Color

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

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

This div background color is #677F4F.


Border color

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

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

This div border color is #677F4F.


Opacity

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

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

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

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

This text has shadow with #677F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F4F on black background.


Color preview on white background

This text has color #677F4F on white background.



Black color preview on #677F4F background

This text has black color on #677F4F background.


White color preview on #677F4F background

This text has white color on #677F4F background.