COLOR #617492

HEX: #617492
RGB: (97,116,146)

Color info

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

RGB color model

#617492 color RGB value is (97,116,146).

  • red value is 97;
  • green value is 116;
  • blue value is 146.
RGB:
(97,116,146)
(38%,45%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 146 of 255 = 57%

97
116
146

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 146 = 359 (100%)
R 97 of 359 ~ 27.02%
G 116 of 359 ~ 32.31%
B 146 of 359 ~ 40.67%

%27.02
%32.31
%40.67

CMYK color model

#617492 color CMYK value is (34,21,0,43).

  • cyan value is 33.56%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(34,21,0,43)
C34M21Y0K43 
(34%,21%,0%,43%)
(0.34/0.21/0.00/0.43)	

CMYK percentages

%33.56
%20.55
%0
%42.75

Codes

Color #617492 in popluar color models

617492
RGB97116146
HSL217°20.16%47.65%
HSB/HSV217°33.56%57.25%
CMYK33.56%20.55%0.00%
42.75%

Color #617492 in popluar number systems.

HEX617492
Decimal97116146
Binary1100001111010010010010
Octal141164222

Shades and tints

Shades of #617492

#617492
(97,116,146)
#596A85
(89,106,133)
#516078
(81,96,120)
#49566B
(73,86,107)
#414C5E
(65,76,94)
#394251
(57,66,81)
#313844
(49,56,68)
#292E37
(41,46,55)
#21242A
(33,36,42)
#191A1D
(25,26,29)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #617492

#617492
(97,116,146)
#6F809B
(111,128,155)
#7D8CA4
(125,140,164)
#8B98AD
(139,152,173)
#99A4B6
(153,164,182)
#A7B0BF
(167,176,191)
#B5BCC8
(181,188,200)
#C3C8D1
(195,200,209)
#D1D4DA
(209,212,218)
#DFE0E3
(223,224,227)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617492 color. Also use rgb(97,116,146) instead hex code.

Text Font Color

.myTextColor { color: #617492; }

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

This text font color is #617492.


Background Color

.myBgColor { background-color: #617492; }

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

This div background color is #617492.


Border color

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

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

This div border color is #617492.


Opacity

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

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

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

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

This text has shadow with #617492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617492 on black background.


Color preview on white background

This text has color #617492 on white background.



Black color preview on #617492 background

This text has black color on #617492 background.


White color preview on #617492 background

This text has white color on #617492 background.