COLOR #676977

HEX: #676977
RGB: (103,105,119)

Color info

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

RGB color model

#676977 color RGB value is (103,105,119).

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

RGB channels and saturation

R 103 of 255 = 40%
G 105 of 255 = 41%
B 119 of 255 = 47%

103
105
119

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

Portions of RGB colors in percentages

R + G + B =
103 + 105 + 119 = 327 (100%)
R 103 of 327 ~ 31.5%
G 105 of 327 ~ 32.11%
B 119 of 327 ~ 36.39%

%31.5
%32.11
%36.39

CMYK color model

#676977 color CMYK value is (13,12,0,53).

  • cyan value is 13.45%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,12,0,53)
C13M12Y0K53 
(13%,12%,0%,53%)
(0.13/0.12/0.00/0.53)	

CMYK percentages

%13.45
%11.76
%0
%53.33

Codes

Color #676977 in popluar color models

676977
RGB103105119
HSL233°7.21%43.53%
HSB/HSV233°13.45%46.67%
CMYK13.45%11.76%0.00%
53.33%

Color #676977 in popluar number systems.

HEX676977
Decimal103105119
Binary110011111010011110111
Octal147151167

Shades and tints

Shades of #676977

#676977
(103,105,119)
#5E606D
(94,96,109)
#555763
(85,87,99)
#4C4E59
(76,78,89)
#43454F
(67,69,79)
#3A3C45
(58,60,69)
#31333B
(49,51,59)
#282A31
(40,42,49)
#1F2127
(31,33,39)
#16181D
(22,24,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #676977

#676977
(103,105,119)
#747683
(116,118,131)
#81838F
(129,131,143)
#8E909B
(142,144,155)
#9B9DA7
(155,157,167)
#A8AAB3
(168,170,179)
#B5B7BF
(181,183,191)
#C2C4CB
(194,196,203)
#CFD1D7
(207,209,215)
#DCDEE3
(220,222,227)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676977; }

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

This text font color is #676977.


Background Color

.myBgColor { background-color: #676977; }

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

This div background color is #676977.


Border color

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

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

This div border color is #676977.


Opacity

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

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

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

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

This text has shadow with #676977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676977 on black background.


Color preview on white background

This text has color #676977 on white background.



Black color preview on #676977 background

This text has black color on #676977 background.


White color preview on #676977 background

This text has white color on #676977 background.