COLOR #677565

HEX: #677565
RGB: (103,117,101)

Color info

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

RGB color model

#677565 color RGB value is (103,117,101).

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

RGB channels and saturation

R 103 of 255 = 40%
G 117 of 255 = 46%
B 101 of 255 = 40%

103
117
101

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

Portions of RGB colors in percentages

R + G + B =
103 + 117 + 101 = 321 (100%)
R 103 of 321 ~ 32.09%
G 117 of 321 ~ 36.45%
B 101 of 321 ~ 31.46%

%32.09
%36.45
%31.46

CMYK color model

#677565 color CMYK value is (12,0,14,54).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(12,0,14,54)
C12M0Y14K54 
(12%,0%,14%,54%)
(0.12/0.00/0.14/0.54)	

CMYK percentages

%11.97
%0
%13.68
%54.12

Codes

Color #677565 in popluar color models

677565
RGB103117101
HSL113°7.34%42.75%
HSB/HSV113°13.68%45.88%
CMYK11.97%0.00%13.68%
54.12%

Color #677565 in popluar number systems.

HEX677565
Decimal103117101
Binary110011111101011100101
Octal147165145

Shades and tints

Shades of #677565

#677565
(103,117,101)
#5E6B5C
(94,107,92)
#556153
(85,97,83)
#4C574A
(76,87,74)
#434D41
(67,77,65)
#3A4338
(58,67,56)
#31392F
(49,57,47)
#282F26
(40,47,38)
#1F251D
(31,37,29)
#161B14
(22,27,20)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #677565

#677565
(103,117,101)
#748173
(116,129,115)
#818D81
(129,141,129)
#8E998F
(142,153,143)
#9BA59D
(155,165,157)
#A8B1AB
(168,177,171)
#B5BDB9
(181,189,185)
#C2C9C7
(194,201,199)
#CFD5D5
(207,213,213)
#DCE1E3
(220,225,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677565; }

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

This text font color is #677565.


Background Color

.myBgColor { background-color: #677565; }

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

This div background color is #677565.


Border color

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

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

This div border color is #677565.


Opacity

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

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

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

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

This text has shadow with #677565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677565 on black background.


Color preview on white background

This text has color #677565 on white background.



Black color preview on #677565 background

This text has black color on #677565 background.


White color preview on #677565 background

This text has white color on #677565 background.