COLOR #677A5C

HEX: #677A5C
RGB: (103,122,92)

Color info

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

RGB color model

#677A5C color RGB value is (103,122,92).

  • red value is 103;
  • green value is 122;
  • blue value is 92.
RGB:
(103,122,92)
(40%,48%,36%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 92 of 255 = 36%

103
122
92

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

Portions of RGB colors in percentages

R + G + B =
103 + 122 + 92 = 317 (100%)
R 103 of 317 ~ 32.49%
G 122 of 317 ~ 38.49%
B 92 of 317 ~ 29.02%

%32.49
%38.49
%29.02

CMYK color model

#677A5C color CMYK value is (16,0,25,52).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK:
(16,0,25,52)
C16M0Y25K52 
(16%,0%,25%,52%)
(0.16/0.00/0.25/0.52)	

CMYK percentages

%15.57
%0
%24.59
%52.16

Codes

Color #677A5C in popluar color models

677A5C
RGB10312292
HSL98°14.02%41.96%
HSB/HSV98°24.59%47.84%
CMYK15.57%0.00%24.59%
52.16%

Color #677A5C in popluar number systems.

HEX677A5C
Decimal10312292
Binary110011111110101011100
Octal147172134

Shades and tints

Shades of #677A5C

#677A5C
(103,122,92)
#5E6F54
(94,111,84)
#55644C
(85,100,76)
#4C5944
(76,89,68)
#434E3C
(67,78,60)
#3A4334
(58,67,52)
#31382C
(49,56,44)
#282D24
(40,45,36)
#1F221C
(31,34,28)
#161714
(22,23,20)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #677A5C

#677A5C
(103,122,92)
#74866A
(116,134,106)
#819278
(129,146,120)
#8E9E86
(142,158,134)
#9BAA94
(155,170,148)
#A8B6A2
(168,182,162)
#B5C2B0
(181,194,176)
#C2CEBE
(194,206,190)
#CFDACC
(207,218,204)
#DCE6DA
(220,230,218)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677A5C color. Also use rgb(103,122,92) instead hex code.

Text Font Color

.myTextColor { color: #677A5C; }

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

This text font color is #677A5C.


Background Color

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

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

This div background color is #677A5C.


Border color

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

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

This div border color is #677A5C.


Opacity

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

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

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

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

This text has shadow with #677A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677A5C on black background.


Color preview on white background

This text has color #677A5C on white background.



Black color preview on #677A5C background

This text has black color on #677A5C background.


White color preview on #677A5C background

This text has white color on #677A5C background.