COLOR #677E49

HEX: #677E49
RGB: (103,126,73)

Color info

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

RGB color model

#677E49 color RGB value is (103,126,73).

  • red value is 103;
  • green value is 126;
  • blue value is 73.
RGB:
(103,126,73)
(40%,49%,29%)

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 73 of 255 = 29%

103
126
73

R + G + B ~ 39%. #677E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 126 + 73 = 302 (100%)
R 103 of 302 ~ 34.11%
G 126 of 302 ~ 41.72%
B 73 of 302 ~ 24.17%

%34.11
%41.72
%24.17

CMYK color model

#677E49 color CMYK value is (18,0,42,51).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 50.59%
CMYK:
(18,0,42,51)
C18M0Y42K51 
(18%,0%,42%,51%)
(0.18/0.00/0.42/0.51)	

CMYK percentages

%18.25
%0
%42.06
%50.59

Codes

Color #677E49 in popluar color models

677E49
RGB10312673
HSL86°26.63%39.02%
HSB/HSV86°42.06%49.41%
CMYK18.25%0.00%42.06%
50.59%

Color #677E49 in popluar number systems.

HEX677E49
Decimal10312673
Binary110011111111101001001
Octal147176111

Shades and tints

Shades of #677E49

#677E49
(103,126,73)
#5E7343
(94,115,67)
#55683D
(85,104,61)
#4C5D37
(76,93,55)
#435231
(67,82,49)
#3A472B
(58,71,43)
#313C25
(49,60,37)
#28311F
(40,49,31)
#1F2619
(31,38,25)
#161B13
(22,27,19)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #677E49

#677E49
(103,126,73)
#748959
(116,137,89)
#819469
(129,148,105)
#8E9F79
(142,159,121)
#9BAA89
(155,170,137)
#A8B599
(168,181,153)
#B5C0A9
(181,192,169)
#C2CBB9
(194,203,185)
#CFD6C9
(207,214,201)
#DCE1D9
(220,225,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677E49 color. Also use rgb(103,126,73) instead hex code.

Text Font Color

.myTextColor { color: #677E49; }

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

This text font color is #677E49.


Background Color

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

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

This div background color is #677E49.


Border color

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

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

This div border color is #677E49.


Opacity

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

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

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

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

This text has shadow with #677E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677E49 on black background.


Color preview on white background

This text has color #677E49 on white background.



Black color preview on #677E49 background

This text has black color on #677E49 background.


White color preview on #677E49 background

This text has white color on #677E49 background.