COLOR #677571

HEX: #677571
RGB: (103,117,113)

Color info

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

RGB color model

#677571 color RGB value is (103,117,113).

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

RGB channels and saturation

R 103 of 255 = 40%
G 117 of 255 = 46%
B 113 of 255 = 44%

103
117
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 117 + 113 = 333 (100%)
R 103 of 333 ~ 30.93%
G 117 of 333 ~ 35.14%
B 113 of 333 ~ 33.93%

%30.93
%35.14
%33.93

CMYK color model

#677571 color CMYK value is (12,0,3,54).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(12,0,3,54)
C12M0Y3K54 
(12%,0%,3%,54%)
(0.12/0.00/0.03/0.54)	

CMYK percentages

%11.97
%0
%3.42
%54.12

Codes

Color #677571 in popluar color models

677571
RGB103117113
HSL163°6.36%43.14%
HSB/HSV163°11.97%45.88%
CMYK11.97%0.00%3.42%
54.12%

Color #677571 in popluar number systems.

HEX677571
Decimal103117113
Binary110011111101011110001
Octal147165161

Shades and tints

Shades of #677571

#677571
(103,117,113)
#5E6B67
(94,107,103)
#55615D
(85,97,93)
#4C5753
(76,87,83)
#434D49
(67,77,73)
#3A433F
(58,67,63)
#313935
(49,57,53)
#282F2B
(40,47,43)
#1F2521
(31,37,33)
#161B17
(22,27,23)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #677571

#677571
(103,117,113)
#74817D
(116,129,125)
#818D89
(129,141,137)
#8E9995
(142,153,149)
#9BA5A1
(155,165,161)
#A8B1AD
(168,177,173)
#B5BDB9
(181,189,185)
#C2C9C5
(194,201,197)
#CFD5D1
(207,213,209)
#DCE1DD
(220,225,221)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677571; }

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

This text font color is #677571.


Background Color

.myBgColor { background-color: #677571; }

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

This div background color is #677571.


Border color

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

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

This div border color is #677571.


Opacity

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

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

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

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

This text has shadow with #677571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677571 on black background.


Color preview on white background

This text has color #677571 on white background.



Black color preview on #677571 background

This text has black color on #677571 background.


White color preview on #677571 background

This text has white color on #677571 background.