COLOR #617A83

HEX: #617A83
RGB: (97,122,131)

Color info

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

RGB color model

#617A83 color RGB value is (97,122,131).

  • red value is 97;
  • green value is 122;
  • blue value is 131.
RGB:
(97,122,131)
(38%,48%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 122 of 255 = 48%
B 131 of 255 = 51%

97
122
131

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

Portions of RGB colors in percentages

R + G + B =
97 + 122 + 131 = 350 (100%)
R 97 of 350 ~ 27.71%
G 122 of 350 ~ 34.86%
B 131 of 350 ~ 37.43%

%27.71
%34.86
%37.43

CMYK color model

#617A83 color CMYK value is (26,7,0,49).

  • cyan value is 25.95%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(26,7,0,49)
C26M7Y0K49 
(26%,7%,0%,49%)
(0.26/0.07/0.00/0.49)	

CMYK percentages

%25.95
%6.87
%0
%48.63

Codes

Color #617A83 in popluar color models

617A83
RGB97122131
HSL196°14.91%44.71%
HSB/HSV196°25.95%51.37%
CMYK25.95%6.87%0.00%
48.63%

Color #617A83 in popluar number systems.

HEX617A83
Decimal97122131
Binary1100001111101010000011
Octal141172203

Shades and tints

Shades of #617A83

#617A83
(97,122,131)
#596F78
(89,111,120)
#51646D
(81,100,109)
#495962
(73,89,98)
#414E57
(65,78,87)
#39434C
(57,67,76)
#313841
(49,56,65)
#292D36
(41,45,54)
#21222B
(33,34,43)
#191720
(25,23,32)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #617A83

#617A83
(97,122,131)
#6F868E
(111,134,142)
#7D9299
(125,146,153)
#8B9EA4
(139,158,164)
#99AAAF
(153,170,175)
#A7B6BA
(167,182,186)
#B5C2C5
(181,194,197)
#C3CED0
(195,206,208)
#D1DADB
(209,218,219)
#DFE6E6
(223,230,230)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617A83 color. Also use rgb(97,122,131) instead hex code.

Text Font Color

.myTextColor { color: #617A83; }

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

This text font color is #617A83.


Background Color

.myBgColor { background-color: #617A83; }

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

This div background color is #617A83.


Border color

.myBorderColor { border: 1px solid #617A83; }

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

This div border color is #617A83.


Opacity

.myOpacity80 { color: #617A83; opacity: 0.8; }

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

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

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

This text has shadow with #617A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617A83 on black background.


Color preview on white background

This text has color #617A83 on white background.



Black color preview on #617A83 background

This text has black color on #617A83 background.


White color preview on #617A83 background

This text has white color on #617A83 background.