COLOR #617384

HEX: #617384
RGB: (97,115,132)

Color info

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

RGB color model

#617384 color RGB value is (97,115,132).

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

RGB channels and saturation

R 97 of 255 = 38%
G 115 of 255 = 45%
B 132 of 255 = 52%

97
115
132

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

Portions of RGB colors in percentages

R + G + B =
97 + 115 + 132 = 344 (100%)
R 97 of 344 ~ 28.2%
G 115 of 344 ~ 33.43%
B 132 of 344 ~ 38.37%

%28.2
%33.43
%38.37

CMYK color model

#617384 color CMYK value is (27,13,0,48).

  • cyan value is 26.52%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(27,13,0,48)
C27M13Y0K48 
(27%,13%,0%,48%)
(0.27/0.13/0.00/0.48)	

CMYK percentages

%26.52
%12.88
%0
%48.24

Codes

Color #617384 in popluar color models

617384
RGB97115132
HSL209°15.28%44.90%
HSB/HSV209°26.52%51.76%
CMYK26.52%12.88%0.00%
48.24%

Color #617384 in popluar number systems.

HEX617384
Decimal97115132
Binary1100001111001110000100
Octal141163204

Shades and tints

Shades of #617384

#617384
(97,115,132)
#596978
(89,105,120)
#515F6C
(81,95,108)
#495560
(73,85,96)
#414B54
(65,75,84)
#394148
(57,65,72)
#31373C
(49,55,60)
#292D30
(41,45,48)
#212324
(33,35,36)
#191918
(25,25,24)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #617384

#617384
(97,115,132)
#6F7F8F
(111,127,143)
#7D8B9A
(125,139,154)
#8B97A5
(139,151,165)
#99A3B0
(153,163,176)
#A7AFBB
(167,175,187)
#B5BBC6
(181,187,198)
#C3C7D1
(195,199,209)
#D1D3DC
(209,211,220)
#DFDFE7
(223,223,231)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617384; }

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

This text font color is #617384.


Background Color

.myBgColor { background-color: #617384; }

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

This div background color is #617384.


Border color

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

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

This div border color is #617384.


Opacity

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

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

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

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

This text has shadow with #617384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617384 on black background.


Color preview on white background

This text has color #617384 on white background.



Black color preview on #617384 background

This text has black color on #617384 background.


White color preview on #617384 background

This text has white color on #617384 background.