COLOR #677979

HEX: #677979
RGB: (103,121,121)

Color info

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

RGB color model

#677979 color RGB value is (103,121,121).

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

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 121 of 255 = 47%

103
121
121

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

Portions of RGB colors in percentages

R + G + B =
103 + 121 + 121 = 345 (100%)
R 103 of 345 ~ 29.86%
G 121 of 345 ~ 35.07%
B 121 of 345 ~ 35.07%

%29.86
%35.07
%35.07

CMYK color model

#677979 color CMYK value is (15,0,0,53).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(15,0,0,53)
C15M0Y0K53 
(15%,0%,0%,53%)
(0.15/0.00/0.00/0.53)	

CMYK percentages

%14.88
%0
%0
%52.55

Codes

Color #677979 in popluar color models

677979
RGB103121121
HSL180°8.04%43.92%
HSB/HSV180°14.88%47.45%
CMYK14.88%0.00%0.00%
52.55%

Color #677979 in popluar number systems.

HEX677979
Decimal103121121
Binary110011111110011111001
Octal147171171

Shades and tints

Shades of #677979

#677979
(103,121,121)
#5E6E6E
(94,110,110)
#556363
(85,99,99)
#4C5858
(76,88,88)
#434D4D
(67,77,77)
#3A4242
(58,66,66)
#313737
(49,55,55)
#282C2C
(40,44,44)
#1F2121
(31,33,33)
#161616
(22,22,22)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #677979

#677979
(103,121,121)
#748585
(116,133,133)
#819191
(129,145,145)
#8E9D9D
(142,157,157)
#9BA9A9
(155,169,169)
#A8B5B5
(168,181,181)
#B5C1C1
(181,193,193)
#C2CDCD
(194,205,205)
#CFD9D9
(207,217,217)
#DCE5E5
(220,229,229)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677979; }

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

This text font color is #677979.


Background Color

.myBgColor { background-color: #677979; }

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

This div background color is #677979.


Border color

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

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

This div border color is #677979.


Opacity

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

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

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

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

This text has shadow with #677979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677979 on black background.


Color preview on white background

This text has color #677979 on white background.



Black color preview on #677979 background

This text has black color on #677979 background.


White color preview on #677979 background

This text has white color on #677979 background.