COLOR #617785

HEX: #617785
RGB: (97,119,133)

Color info

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

RGB color model

#617785 color RGB value is (97,119,133).

  • red value is 97;
  • green value is 119;
  • blue value is 133.
RGB:
(97,119,133)
(38%,47%,52%)

RGB channels and saturation

R 97 of 255 = 38%
G 119 of 255 = 47%
B 133 of 255 = 52%

97
119
133

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

Portions of RGB colors in percentages

R + G + B =
97 + 119 + 133 = 349 (100%)
R 97 of 349 ~ 27.79%
G 119 of 349 ~ 34.1%
B 133 of 349 ~ 38.11%

%27.79
%34.1
%38.11

CMYK color model

#617785 color CMYK value is (27,11,0,48).

  • cyan value is 27.07%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(27,11,0,48)
C27M11Y0K48 
(27%,11%,0%,48%)
(0.27/0.11/0.00/0.48)	

CMYK percentages

%27.07
%10.53
%0
%47.84

Codes

Color #617785 in popluar color models

617785
RGB97119133
HSL203°15.65%45.10%
HSB/HSV203°27.07%52.16%
CMYK27.07%10.53%0.00%
47.84%

Color #617785 in popluar number systems.

HEX617785
Decimal97119133
Binary1100001111011110000101
Octal141167205

Shades and tints

Shades of #617785

#617785
(97,119,133)
#596D79
(89,109,121)
#51636D
(81,99,109)
#495961
(73,89,97)
#414F55
(65,79,85)
#394549
(57,69,73)
#313B3D
(49,59,61)
#293131
(41,49,49)
#212725
(33,39,37)
#191D19
(25,29,25)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #617785

#617785
(97,119,133)
#6F8390
(111,131,144)
#7D8F9B
(125,143,155)
#8B9BA6
(139,155,166)
#99A7B1
(153,167,177)
#A7B3BC
(167,179,188)
#B5BFC7
(181,191,199)
#C3CBD2
(195,203,210)
#D1D7DD
(209,215,221)
#DFE3E8
(223,227,232)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617785 color. Also use rgb(97,119,133) instead hex code.

Text Font Color

.myTextColor { color: #617785; }

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

This text font color is #617785.


Background Color

.myBgColor { background-color: #617785; }

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

This div background color is #617785.


Border color

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

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

This div border color is #617785.


Opacity

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

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

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

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

This text has shadow with #617785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617785 on black background.


Color preview on white background

This text has color #617785 on white background.



Black color preview on #617785 background

This text has black color on #617785 background.


White color preview on #617785 background

This text has white color on #617785 background.