COLOR #677D5E

HEX: #677D5E
RGB: (103,125,94)

Color info

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

RGB color model

#677D5E color RGB value is (103,125,94).

  • red value is 103;
  • green value is 125;
  • blue value is 94.
RGB:
(103,125,94)
(40%,49%,37%)

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 94 of 255 = 37%

103
125
94

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 94 = 322 (100%)
R 103 of 322 ~ 31.99%
G 125 of 322 ~ 38.82%
B 94 of 322 ~ 29.19%

%31.99
%38.82
%29.19

CMYK color model

#677D5E color CMYK value is (18,0,25,51).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 50.98%
CMYK:
(18,0,25,51)
C18M0Y25K51 
(18%,0%,25%,51%)
(0.18/0.00/0.25/0.51)	

CMYK percentages

%17.6
%0
%24.8
%50.98

Codes

Color #677D5E in popluar color models

677D5E
RGB10312594
HSL103°14.16%42.94%
HSB/HSV103°24.80%49.02%
CMYK17.60%0.00%24.80%
50.98%

Color #677D5E in popluar number systems.

HEX677D5E
Decimal10312594
Binary110011111111011011110
Octal147175136

Shades and tints

Shades of #677D5E

#677D5E
(103,125,94)
#5E7256
(94,114,86)
#55674E
(85,103,78)
#4C5C46
(76,92,70)
#43513E
(67,81,62)
#3A4636
(58,70,54)
#313B2E
(49,59,46)
#283026
(40,48,38)
#1F251E
(31,37,30)
#161A16
(22,26,22)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #677D5E

#677D5E
(103,125,94)
#74886C
(116,136,108)
#81937A
(129,147,122)
#8E9E88
(142,158,136)
#9BA996
(155,169,150)
#A8B4A4
(168,180,164)
#B5BFB2
(181,191,178)
#C2CAC0
(194,202,192)
#CFD5CE
(207,213,206)
#DCE0DC
(220,224,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677D5E color. Also use rgb(103,125,94) instead hex code.

Text Font Color

.myTextColor { color: #677D5E; }

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

This text font color is #677D5E.


Background Color

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

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

This div background color is #677D5E.


Border color

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

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

This div border color is #677D5E.


Opacity

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

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

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

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

This text has shadow with #677D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D5E on black background.


Color preview on white background

This text has color #677D5E on white background.



Black color preview on #677D5E background

This text has black color on #677D5E background.


White color preview on #677D5E background

This text has white color on #677D5E background.