COLOR #677F4D

HEX: #677F4D RGB: (103,127,77)

Color info

#677F4D contains red, green and blue colors in about the same proportion. Web safe color of #677F4D is #666633 (or #663).

RGB color model

#677F4D color RGB value is (103,127,77).

RGB: (103,127,77) (40%, 50%, 30%)

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 77 of 255 = 30%

103
127
77

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

Portions of RGB colors in percentages

R + G + B = 103 + 127 + 77 = 307 (100%)
R 103 of 307 ~ 33.55%
G 127 of 307 ~ 41.37%
B 77 of 307 ~ 25.08'%

%33.55
%41.37
%25.08

CMYK color model

#677F4D color CMYK value is (19,0,39,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 39.37%
  • key color value is 50.20%
CMYK: (19,0,39,50) C19M0Y39K50 (19%,0%,39%,50%) (0.19/0.00/0.39/0.50) 

CMYK percentages

%18.9
%0
%39.37
%50.2

Codes

Color #677F4D in popluar color models

67 7F 4D
RGB 103 127 77
HSL 89° 24.51% 40.00%
HSB/HSV 89° 39.37% 49.80%
CMYK 18.90% 0.00% 39.37%
50.20%

Color #677F4D in popluar number systems.

HEX 67 7F 4D
Decimal 103 127 77
Binary 1100111 1111111 1001101
Octal 147 177 115

Shades and tints

Shades of #677F4D

#677F4D
(103,127,77)
#5E7446
(94,116,70)
#55693F
(85,105,63)
#4C5E38
(76,94,56)
#435331
(67,83,49)
#3A482A
(58,72,42)
#313D23
(49,61,35)
#28321C
(40,50,28)
#1F2715
(31,39,21)
#161C0E
(22,28,14)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #677F4D

#677F4D
(103,127,77)
#748A5D
(116,138,93)
#81956D
(129,149,109)
#8EA07D
(142,160,125)
#9BAB8D
(155,171,141)
#A8B69D
(168,182,157)
#B5C1AD
(181,193,173)
#C2CCBD
(194,204,189)
#CFD7CD
(207,215,205)
#DCE2DD
(220,226,221)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F4D; }

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

This text font color is #677F4D.

Background Color

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

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

This div background color is #677F4D.

Border color

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

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

This div border color is #677F4D.

Opacity

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

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

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

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

This text has shadow with #677F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677F4D.

Preview

Color preview on black background

This text has color #677F4D on black background.


Color preview on white background

This text has color #677F4D on white background.


Black color preview on #677F4D background

This text has black color on #677F4D background.


White color preview on #677F4D background

This text has white color on #677F4D background.


Related colors

Complementary color

Complementary color for #hex is #9880B2.


I love getcolorcode.com

Triadic colors

1 #4D677F and #7F4D67 with #677F4D are triadic colors.

2 #4D7F67 and #7F674D with #677F4D are triadic colors.