COLOR #617383

HEX: #617383
RGB: (97,115,131)

Color info

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

RGB color model

#617383 color RGB value is (97,115,131).

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

RGB channels and saturation

R 97 of 255 = 38%
G 115 of 255 = 45%
B 131 of 255 = 51%

97
115
131

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

Portions of RGB colors in percentages

R + G + B =
97 + 115 + 131 = 343 (100%)
R 97 of 343 ~ 28.28%
G 115 of 343 ~ 33.53%
B 131 of 343 ~ 38.19%

%28.28
%33.53
%38.19

CMYK color model

#617383 color CMYK value is (26,12,0,49).

  • cyan value is 25.95%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(26,12,0,49)
C26M12Y0K49 
(26%,12%,0%,49%)
(0.26/0.12/0.00/0.49)	

CMYK percentages

%25.95
%12.21
%0
%48.63

Codes

Color #617383 in popluar color models

617383
RGB97115131
HSL208°14.91%44.71%
HSB/HSV208°25.95%51.37%
CMYK25.95%12.21%0.00%
48.63%

Color #617383 in popluar number systems.

HEX617383
Decimal97115131
Binary1100001111001110000011
Octal141163203

Shades and tints

Shades of #617383

#617383
(97,115,131)
#596978
(89,105,120)
#515F6D
(81,95,109)
#495562
(73,85,98)
#414B57
(65,75,87)
#39414C
(57,65,76)
#313741
(49,55,65)
#292D36
(41,45,54)
#21232B
(33,35,43)
#191920
(25,25,32)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #617383

#617383
(97,115,131)
#6F7F8E
(111,127,142)
#7D8B99
(125,139,153)
#8B97A4
(139,151,164)
#99A3AF
(153,163,175)
#A7AFBA
(167,175,186)
#B5BBC5
(181,187,197)
#C3C7D0
(195,199,208)
#D1D3DB
(209,211,219)
#DFDFE6
(223,223,230)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617383; }

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

This text font color is #617383.


Background Color

.myBgColor { background-color: #617383; }

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

This div background color is #617383.


Border color

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

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

This div border color is #617383.


Opacity

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

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

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

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

This text has shadow with #617383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617383 on black background.


Color preview on white background

This text has color #617383 on white background.



Black color preview on #617383 background

This text has black color on #617383 background.


White color preview on #617383 background

This text has white color on #617383 background.