COLOR #677E55

HEX: #677E55
RGB: (103,126,85)

Color info

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

RGB color model

#677E55 color RGB value is (103,126,85).

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

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 85 of 255 = 33%

103
126
85

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

Portions of RGB colors in percentages

R + G + B =
103 + 126 + 85 = 314 (100%)
R 103 of 314 ~ 32.8%
G 126 of 314 ~ 40.13%
B 85 of 314 ~ 27.07%

%32.8
%40.13
%27.07

CMYK color model

#677E55 color CMYK value is (18,0,33,51).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 50.59%
CMYK:
(18,0,33,51)
C18M0Y33K51 
(18%,0%,33%,51%)
(0.18/0.00/0.33/0.51)	

CMYK percentages

%18.25
%0
%32.54
%50.59

Codes

Color #677E55 in popluar color models

677E55
RGB10312685
HSL94°19.43%41.37%
HSB/HSV94°32.54%49.41%
CMYK18.25%0.00%32.54%
50.59%

Color #677E55 in popluar number systems.

HEX677E55
Decimal10312685
Binary110011111111101010101
Octal147176125

Shades and tints

Shades of #677E55

#677E55
(103,126,85)
#5E734E
(94,115,78)
#556847
(85,104,71)
#4C5D40
(76,93,64)
#435239
(67,82,57)
#3A4732
(58,71,50)
#313C2B
(49,60,43)
#283124
(40,49,36)
#1F261D
(31,38,29)
#161B16
(22,27,22)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #677E55

#677E55
(103,126,85)
#748964
(116,137,100)
#819473
(129,148,115)
#8E9F82
(142,159,130)
#9BAA91
(155,170,145)
#A8B5A0
(168,181,160)
#B5C0AF
(181,192,175)
#C2CBBE
(194,203,190)
#CFD6CD
(207,214,205)
#DCE1DC
(220,225,220)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677E55; }

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

This text font color is #677E55.


Background Color

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

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

This div background color is #677E55.


Border color

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

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

This div border color is #677E55.


Opacity

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

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

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

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

This text has shadow with #677E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677E55 on black background.


Color preview on white background

This text has color #677E55 on white background.



Black color preview on #677E55 background

This text has black color on #677E55 background.


White color preview on #677E55 background

This text has white color on #677E55 background.