COLOR #677573

HEX: #677573
RGB: (103,117,115)

Color info

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

RGB color model

#677573 color RGB value is (103,117,115).

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

RGB channels and saturation

R 103 of 255 = 40%
G 117 of 255 = 46%
B 115 of 255 = 45%

103
117
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 117 + 115 = 335 (100%)
R 103 of 335 ~ 30.75%
G 117 of 335 ~ 34.93%
B 115 of 335 ~ 34.33%

%30.75
%34.93
%34.33

CMYK color model

#677573 color CMYK value is (12,0,2,54).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(12,0,2,54)
C12M0Y2K54 
(12%,0%,2%,54%)
(0.12/0.00/0.02/0.54)	

CMYK percentages

%11.97
%0
%1.71
%54.12

Codes

Color #677573 in popluar color models

677573
RGB103117115
HSL171°6.36%43.14%
HSB/HSV171°11.97%45.88%
CMYK11.97%0.00%1.71%
54.12%

Color #677573 in popluar number systems.

HEX677573
Decimal103117115
Binary110011111101011110011
Octal147165163

Shades and tints

Shades of #677573

#677573
(103,117,115)
#5E6B69
(94,107,105)
#55615F
(85,97,95)
#4C5755
(76,87,85)
#434D4B
(67,77,75)
#3A4341
(58,67,65)
#313937
(49,57,55)
#282F2D
(40,47,45)
#1F2523
(31,37,35)
#161B19
(22,27,25)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #677573

#677573
(103,117,115)
#74817F
(116,129,127)
#818D8B
(129,141,139)
#8E9997
(142,153,151)
#9BA5A3
(155,165,163)
#A8B1AF
(168,177,175)
#B5BDBB
(181,189,187)
#C2C9C7
(194,201,199)
#CFD5D3
(207,213,211)
#DCE1DF
(220,225,223)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677573; }

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

This text font color is #677573.


Background Color

.myBgColor { background-color: #677573; }

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

This div background color is #677573.


Border color

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

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

This div border color is #677573.


Opacity

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

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

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

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

This text has shadow with #677573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677573 on black background.


Color preview on white background

This text has color #677573 on white background.



Black color preview on #677573 background

This text has black color on #677573 background.


White color preview on #677573 background

This text has white color on #677573 background.