COLOR #677185

HEX: #677185
RGB: (103,113,133)

Color info

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

RGB color model

#677185 color RGB value is (103,113,133).

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

RGB channels and saturation

R 103 of 255 = 40%
G 113 of 255 = 44%
B 133 of 255 = 52%

103
113
133

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

Portions of RGB colors in percentages

R + G + B =
103 + 113 + 133 = 349 (100%)
R 103 of 349 ~ 29.51%
G 113 of 349 ~ 32.38%
B 133 of 349 ~ 38.11%

%29.51
%32.38
%38.11

CMYK color model

#677185 color CMYK value is (23,15,0,48).

  • cyan value is 22.56%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,15,0,48)
C23M15Y0K48 
(23%,15%,0%,48%)
(0.23/0.15/0.00/0.48)	

CMYK percentages

%22.56
%15.04
%0
%47.84

Codes

Color #677185 in popluar color models

677185
RGB103113133
HSL220°12.71%46.27%
HSB/HSV220°22.56%52.16%
CMYK22.56%15.04%0.00%
47.84%

Color #677185 in popluar number systems.

HEX677185
Decimal103113133
Binary1100111111000110000101
Octal147161205

Shades and tints

Shades of #677185

#677185
(103,113,133)
#5E6779
(94,103,121)
#555D6D
(85,93,109)
#4C5361
(76,83,97)
#434955
(67,73,85)
#3A3F49
(58,63,73)
#31353D
(49,53,61)
#282B31
(40,43,49)
#1F2125
(31,33,37)
#161719
(22,23,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #677185

#677185
(103,113,133)
#747D90
(116,125,144)
#81899B
(129,137,155)
#8E95A6
(142,149,166)
#9BA1B1
(155,161,177)
#A8ADBC
(168,173,188)
#B5B9C7
(181,185,199)
#C2C5D2
(194,197,210)
#CFD1DD
(207,209,221)
#DCDDE8
(220,221,232)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677185; }

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

This text font color is #677185.


Background Color

.myBgColor { background-color: #677185; }

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

This div background color is #677185.


Border color

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

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

This div border color is #677185.


Opacity

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

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

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

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

This text has shadow with #677185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677185 on black background.


Color preview on white background

This text has color #677185 on white background.



Black color preview on #677185 background

This text has black color on #677185 background.


White color preview on #677185 background

This text has white color on #677185 background.