COLOR #677476

HEX: #677476
RGB: (103,116,118)

Color info

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

RGB color model

#677476 color RGB value is (103,116,118).

  • red value is 103;
  • green value is 116;
  • blue value is 118.
RGB:
(103,116,118)
(40%,45%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 118 of 255 = 46%

103
116
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 118 = 337 (100%)
R 103 of 337 ~ 30.56%
G 116 of 337 ~ 34.42%
B 118 of 337 ~ 35.01%

%30.56
%34.42
%35.01

CMYK color model

#677476 color CMYK value is (13,2,0,54).

  • cyan value is 12.71%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(13,2,0,54)
C13M2Y0K54 
(13%,2%,0%,54%)
(0.13/0.02/0.00/0.54)	

CMYK percentages

%12.71
%1.69
%0
%53.73

Codes

Color #677476 in popluar color models

677476
RGB103116118
HSL188°6.79%43.33%
HSB/HSV188°12.71%46.27%
CMYK12.71%1.69%0.00%
53.73%

Color #677476 in popluar number systems.

HEX677476
Decimal103116118
Binary110011111101001110110
Octal147164166

Shades and tints

Shades of #677476

#677476
(103,116,118)
#5E6A6C
(94,106,108)
#556062
(85,96,98)
#4C5658
(76,86,88)
#434C4E
(67,76,78)
#3A4244
(58,66,68)
#31383A
(49,56,58)
#282E30
(40,46,48)
#1F2426
(31,36,38)
#161A1C
(22,26,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #677476

#677476
(103,116,118)
#748082
(116,128,130)
#818C8E
(129,140,142)
#8E989A
(142,152,154)
#9BA4A6
(155,164,166)
#A8B0B2
(168,176,178)
#B5BCBE
(181,188,190)
#C2C8CA
(194,200,202)
#CFD4D6
(207,212,214)
#DCE0E2
(220,224,226)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677476 color. Also use rgb(103,116,118) instead hex code.

Text Font Color

.myTextColor { color: #677476; }

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

This text font color is #677476.


Background Color

.myBgColor { background-color: #677476; }

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

This div background color is #677476.


Border color

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

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

This div border color is #677476.


Opacity

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

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

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

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

This text has shadow with #677476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677476 on black background.


Color preview on white background

This text has color #677476 on white background.



Black color preview on #677476 background

This text has black color on #677476 background.


White color preview on #677476 background

This text has white color on #677476 background.