COLOR #677587

HEX: #677587
RGB: (103,117,135)

Color info

#677587 contains red, green and blue colors in about the same proportion. Web safe color of #677587 is #666699 (or #669).

RGB color model

#677587 color RGB value is (103,117,135).

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

RGB channels and saturation

R 103 of 255 = 40%
G 117 of 255 = 46%
B 135 of 255 = 53%

103
117
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 117 + 135 = 355 (100%)
R 103 of 355 ~ 29.01%
G 117 of 355 ~ 32.96%
B 135 of 355 ~ 38.03%

%29.01
%32.96
%38.03

CMYK color model

#677587 color CMYK value is (24,13,0,47).

  • cyan value is 23.70%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,13,0,47)
C24M13Y0K47 
(24%,13%,0%,47%)
(0.24/0.13/0.00/0.47)	

CMYK percentages

%23.7
%13.33
%0
%47.06

Codes

Color #677587 in popluar color models

677587
RGB103117135
HSL214°13.45%46.67%
HSB/HSV214°23.70%52.94%
CMYK23.70%13.33%0.00%
47.06%

Color #677587 in popluar number systems.

HEX677587
Decimal103117135
Binary1100111111010110000111
Octal147165207

Shades and tints

Shades of #677587

#677587
(103,117,135)
#5E6B7B
(94,107,123)
#55616F
(85,97,111)
#4C5763
(76,87,99)
#434D57
(67,77,87)
#3A434B
(58,67,75)
#31393F
(49,57,63)
#282F33
(40,47,51)
#1F2527
(31,37,39)
#161B1B
(22,27,27)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #677587

#677587
(103,117,135)
#748191
(116,129,145)
#818D9B
(129,141,155)
#8E99A5
(142,153,165)
#9BA5AF
(155,165,175)
#A8B1B9
(168,177,185)
#B5BDC3
(181,189,195)
#C2C9CD
(194,201,205)
#CFD5D7
(207,213,215)
#DCE1E1
(220,225,225)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677587; }

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

This text font color is #677587.


Background Color

.myBgColor { background-color: #677587; }

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

This div background color is #677587.


Border color

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

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

This div border color is #677587.


Opacity

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

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

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

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

This text has shadow with #677587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677587 on black background.


Color preview on white background

This text has color #677587 on white background.



Black color preview on #677587 background

This text has black color on #677587 background.


White color preview on #677587 background

This text has white color on #677587 background.