COLOR #677755

HEX: #677755
RGB: (103,119,85)

Color info

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

RGB color model

#677755 color RGB value is (103,119,85).

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

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 85 of 255 = 33%

103
119
85

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

Portions of RGB colors in percentages

R + G + B =
103 + 119 + 85 = 307 (100%)
R 103 of 307 ~ 33.55%
G 119 of 307 ~ 38.76%
B 85 of 307 ~ 27.69%

%33.55
%38.76
%27.69

CMYK color model

#677755 color CMYK value is (13,0,29,53).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(13,0,29,53)
C13M0Y29K53 
(13%,0%,29%,53%)
(0.13/0.00/0.29/0.53)	

CMYK percentages

%13.45
%0
%28.57
%53.33

Codes

Color #677755 in popluar color models

677755
RGB10311985
HSL88°16.67%40.00%
HSB/HSV88°28.57%46.67%
CMYK13.45%0.00%28.57%
53.33%

Color #677755 in popluar number systems.

HEX677755
Decimal10311985
Binary110011111101111010101
Octal147167125

Shades and tints

Shades of #677755

#677755
(103,119,85)
#5E6D4E
(94,109,78)
#556347
(85,99,71)
#4C5940
(76,89,64)
#434F39
(67,79,57)
#3A4532
(58,69,50)
#313B2B
(49,59,43)
#283124
(40,49,36)
#1F271D
(31,39,29)
#161D16
(22,29,22)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #677755

#677755
(103,119,85)
#748364
(116,131,100)
#818F73
(129,143,115)
#8E9B82
(142,155,130)
#9BA791
(155,167,145)
#A8B3A0
(168,179,160)
#B5BFAF
(181,191,175)
#C2CBBE
(194,203,190)
#CFD7CD
(207,215,205)
#DCE3DC
(220,227,220)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677755; }

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

This text font color is #677755.


Background Color

.myBgColor { background-color: #677755; }

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

This div background color is #677755.


Border color

.myBorderColor { border: 1px solid #677755; }

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

This div border color is #677755.


Opacity

.myOpacity80 { color: #677755; opacity: 0.8; }

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

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

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

This text has shadow with #677755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677755 on black background.


Color preview on white background

This text has color #677755 on white background.



Black color preview on #677755 background

This text has black color on #677755 background.


White color preview on #677755 background

This text has white color on #677755 background.