COLOR #677B73

HEX: #677B73
RGB: (103,123,115)

Color info

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

RGB color model

#677B73 color RGB value is (103,123,115).

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

RGB channels and saturation

R 103 of 255 = 40%
G 123 of 255 = 48%
B 115 of 255 = 45%

103
123
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 123 + 115 = 341 (100%)
R 103 of 341 ~ 30.21%
G 123 of 341 ~ 36.07%
B 115 of 341 ~ 33.72%

%30.21
%36.07
%33.72

CMYK color model

#677B73 color CMYK value is (16,0,7,52).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(16,0,7,52)
C16M0Y7K52 
(16%,0%,7%,52%)
(0.16/0.00/0.07/0.52)	

CMYK percentages

%16.26
%0
%6.5
%51.76

Codes

Color #677B73 in popluar color models

677B73
RGB103123115
HSL156°8.85%44.31%
HSB/HSV156°16.26%48.24%
CMYK16.26%0.00%6.50%
51.76%

Color #677B73 in popluar number systems.

HEX677B73
Decimal103123115
Binary110011111110111110011
Octal147173163

Shades and tints

Shades of #677B73

#677B73
(103,123,115)
#5E7069
(94,112,105)
#55655F
(85,101,95)
#4C5A55
(76,90,85)
#434F4B
(67,79,75)
#3A4441
(58,68,65)
#313937
(49,57,55)
#282E2D
(40,46,45)
#1F2323
(31,35,35)
#161819
(22,24,25)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #677B73

#677B73
(103,123,115)
#74877F
(116,135,127)
#81938B
(129,147,139)
#8E9F97
(142,159,151)
#9BABA3
(155,171,163)
#A8B7AF
(168,183,175)
#B5C3BB
(181,195,187)
#C2CFC7
(194,207,199)
#CFDBD3
(207,219,211)
#DCE7DF
(220,231,223)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677B73; }

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

This text font color is #677B73.


Background Color

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

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

This div background color is #677B73.


Border color

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

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

This div border color is #677B73.


Opacity

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

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

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

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

This text has shadow with #677B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677B73 on black background.


Color preview on white background

This text has color #677B73 on white background.



Black color preview on #677B73 background

This text has black color on #677B73 background.


White color preview on #677B73 background

This text has white color on #677B73 background.