COLOR #677868

HEX: #677868
RGB: (103,120,104)

Color info

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

RGB color model

#677868 color RGB value is (103,120,104).

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

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 104 of 255 = 41%

103
120
104

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

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 104 = 327 (100%)
R 103 of 327 ~ 31.5%
G 120 of 327 ~ 36.7%
B 104 of 327 ~ 31.8%

%31.5
%36.7
%31.8

CMYK color model

#677868 color CMYK value is (14,0,13,53).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 52.94%
CMYK:
(14,0,13,53)
C14M0Y13K53 
(14%,0%,13%,53%)
(0.14/0.00/0.13/0.53)	

CMYK percentages

%14.17
%0
%13.33
%52.94

Codes

Color #677868 in popluar color models

677868
RGB103120104
HSL124°7.62%43.73%
HSB/HSV124°14.17%47.06%
CMYK14.17%0.00%13.33%
52.94%

Color #677868 in popluar number systems.

HEX677868
Decimal103120104
Binary110011111110001101000
Octal147170150

Shades and tints

Shades of #677868

#677868
(103,120,104)
#5E6E5F
(94,110,95)
#556456
(85,100,86)
#4C5A4D
(76,90,77)
#435044
(67,80,68)
#3A463B
(58,70,59)
#313C32
(49,60,50)
#283229
(40,50,41)
#1F2820
(31,40,32)
#161E17
(22,30,23)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #677868

#677868
(103,120,104)
#748475
(116,132,117)
#819082
(129,144,130)
#8E9C8F
(142,156,143)
#9BA89C
(155,168,156)
#A8B4A9
(168,180,169)
#B5C0B6
(181,192,182)
#C2CCC3
(194,204,195)
#CFD8D0
(207,216,208)
#DCE4DD
(220,228,221)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677868; }

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

This text font color is #677868.


Background Color

.myBgColor { background-color: #677868; }

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

This div background color is #677868.


Border color

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

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

This div border color is #677868.


Opacity

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

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

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

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

This text has shadow with #677868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677868 on black background.


Color preview on white background

This text has color #677868 on white background.



Black color preview on #677868 background

This text has black color on #677868 background.


White color preview on #677868 background

This text has white color on #677868 background.