COLOR #677B5E

HEX: #677B5E
RGB: (103,123,94)

Color info

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

RGB color model

#677B5E color RGB value is (103,123,94).

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

RGB channels and saturation

R 103 of 255 = 40%
G 123 of 255 = 48%
B 94 of 255 = 37%

103
123
94

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

Portions of RGB colors in percentages

R + G + B =
103 + 123 + 94 = 320 (100%)
R 103 of 320 ~ 32.19%
G 123 of 320 ~ 38.44%
B 94 of 320 ~ 29.38%

%32.19
%38.44
%29.38

CMYK color model

#677B5E color CMYK value is (16,0,24,52).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 51.76%
CMYK:
(16,0,24,52)
C16M0Y24K52 
(16%,0%,24%,52%)
(0.16/0.00/0.24/0.52)	

CMYK percentages

%16.26
%0
%23.58
%51.76

Codes

Color #677B5E in popluar color models

677B5E
RGB10312394
HSL101°13.36%42.55%
HSB/HSV101°23.58%48.24%
CMYK16.26%0.00%23.58%
51.76%

Color #677B5E in popluar number systems.

HEX677B5E
Decimal10312394
Binary110011111110111011110
Octal147173136

Shades and tints

Shades of #677B5E

#677B5E
(103,123,94)
#5E7056
(94,112,86)
#55654E
(85,101,78)
#4C5A46
(76,90,70)
#434F3E
(67,79,62)
#3A4436
(58,68,54)
#31392E
(49,57,46)
#282E26
(40,46,38)
#1F231E
(31,35,30)
#161816
(22,24,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #677B5E

#677B5E
(103,123,94)
#74876C
(116,135,108)
#81937A
(129,147,122)
#8E9F88
(142,159,136)
#9BAB96
(155,171,150)
#A8B7A4
(168,183,164)
#B5C3B2
(181,195,178)
#C2CFC0
(194,207,192)
#CFDBCE
(207,219,206)
#DCE7DC
(220,231,220)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677B5E; }

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

This text font color is #677B5E.


Background Color

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

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

This div background color is #677B5E.


Border color

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

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

This div border color is #677B5E.


Opacity

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

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

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

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

This text has shadow with #677B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677B5E on black background.


Color preview on white background

This text has color #677B5E on white background.



Black color preview on #677B5E background

This text has black color on #677B5E background.


White color preview on #677B5E background

This text has white color on #677B5E background.