COLOR #617681

HEX: #617681
RGB: (97,118,129)

Color info

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

RGB color model

#617681 color RGB value is (97,118,129).

  • red value is 97;
  • green value is 118;
  • blue value is 129.
RGB:
(97,118,129)
(38%,46%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 118 of 255 = 46%
B 129 of 255 = 51%

97
118
129

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

Portions of RGB colors in percentages

R + G + B =
97 + 118 + 129 = 344 (100%)
R 97 of 344 ~ 28.2%
G 118 of 344 ~ 34.3%
B 129 of 344 ~ 37.5%

%28.2
%34.3
%37.5

CMYK color model

#617681 color CMYK value is (25,9,0,49).

  • cyan value is 24.81%
  • magenta value is 8.53%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(25,9,0,49)
C25M9Y0K49 
(25%,9%,0%,49%)
(0.25/0.09/0.00/0.49)	

CMYK percentages

%24.81
%8.53
%0
%49.41

Codes

Color #617681 in popluar color models

617681
RGB97118129
HSL201°14.16%44.31%
HSB/HSV201°24.81%50.59%
CMYK24.81%8.53%0.00%
49.41%

Color #617681 in popluar number systems.

HEX617681
Decimal97118129
Binary1100001111011010000001
Octal141166201

Shades and tints

Shades of #617681

#617681
(97,118,129)
#596C76
(89,108,118)
#51626B
(81,98,107)
#495860
(73,88,96)
#414E55
(65,78,85)
#39444A
(57,68,74)
#313A3F
(49,58,63)
#293034
(41,48,52)
#212629
(33,38,41)
#191C1E
(25,28,30)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #617681

#617681
(97,118,129)
#6F828C
(111,130,140)
#7D8E97
(125,142,151)
#8B9AA2
(139,154,162)
#99A6AD
(153,166,173)
#A7B2B8
(167,178,184)
#B5BEC3
(181,190,195)
#C3CACE
(195,202,206)
#D1D6D9
(209,214,217)
#DFE2E4
(223,226,228)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617681 color. Also use rgb(97,118,129) instead hex code.

Text Font Color

.myTextColor { color: #617681; }

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

This text font color is #617681.


Background Color

.myBgColor { background-color: #617681; }

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

This div background color is #617681.


Border color

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

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

This div border color is #617681.


Opacity

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

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

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

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

This text has shadow with #617681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617681 on black background.


Color preview on white background

This text has color #617681 on white background.



Black color preview on #617681 background

This text has black color on #617681 background.


White color preview on #617681 background

This text has white color on #617681 background.