COLOR #677568

HEX: #677568
RGB: (103,117,104)

Color info

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

RGB color model

#677568 color RGB value is (103,117,104).

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

RGB channels and saturation

R 103 of 255 = 40%
G 117 of 255 = 46%
B 104 of 255 = 41%

103
117
104

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

Portions of RGB colors in percentages

R + G + B =
103 + 117 + 104 = 324 (100%)
R 103 of 324 ~ 31.79%
G 117 of 324 ~ 36.11%
B 104 of 324 ~ 32.1%

%31.79
%36.11
%32.1

CMYK color model

#677568 color CMYK value is (12,0,11,54).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(12,0,11,54)
C12M0Y11K54 
(12%,0%,11%,54%)
(0.12/0.00/0.11/0.54)	

CMYK percentages

%11.97
%0
%11.11
%54.12

Codes

Color #677568 in popluar color models

677568
RGB103117104
HSL124°6.36%43.14%
HSB/HSV124°11.97%45.88%
CMYK11.97%0.00%11.11%
54.12%

Color #677568 in popluar number systems.

HEX677568
Decimal103117104
Binary110011111101011101000
Octal147165150

Shades and tints

Shades of #677568

#677568
(103,117,104)
#5E6B5F
(94,107,95)
#556156
(85,97,86)
#4C574D
(76,87,77)
#434D44
(67,77,68)
#3A433B
(58,67,59)
#313932
(49,57,50)
#282F29
(40,47,41)
#1F2520
(31,37,32)
#161B17
(22,27,23)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #677568

#677568
(103,117,104)
#748175
(116,129,117)
#818D82
(129,141,130)
#8E998F
(142,153,143)
#9BA59C
(155,165,156)
#A8B1A9
(168,177,169)
#B5BDB6
(181,189,182)
#C2C9C3
(194,201,195)
#CFD5D0
(207,213,208)
#DCE1DD
(220,225,221)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677568; }

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

This text font color is #677568.


Background Color

.myBgColor { background-color: #677568; }

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

This div background color is #677568.


Border color

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

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

This div border color is #677568.


Opacity

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

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

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

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

This text has shadow with #677568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677568 on black background.


Color preview on white background

This text has color #677568 on white background.



Black color preview on #677568 background

This text has black color on #677568 background.


White color preview on #677568 background

This text has white color on #677568 background.