COLOR #617B7D

HEX: #617B7D
RGB: (97,123,125)

Color info

#617B7D contains red, green and blue colors in about the same proportion. Web safe color of #617B7D is #666666 (or #666).

RGB color model

#617B7D color RGB value is (97,123,125).

  • red value is 97;
  • green value is 123;
  • blue value is 125.
RGB:
(97,123,125)
(38%,48%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 123 of 255 = 48%
B 125 of 255 = 49%

97
123
125

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

Portions of RGB colors in percentages

R + G + B =
97 + 123 + 125 = 345 (100%)
R 97 of 345 ~ 28.12%
G 123 of 345 ~ 35.65%
B 125 of 345 ~ 36.23%

%28.12
%35.65
%36.23

CMYK color model

#617B7D color CMYK value is (22,2,0,51).

  • cyan value is 22.40%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,2,0,51)
C22M2Y0K51 
(22%,2%,0%,51%)
(0.22/0.02/0.00/0.51)	

CMYK percentages

%22.4
%1.6
%0
%50.98

Codes

Color #617B7D in popluar color models

617B7D
RGB97123125
HSL184°12.61%43.53%
HSB/HSV184°22.40%49.02%
CMYK22.40%1.60%0.00%
50.98%

Color #617B7D in popluar number systems.

HEX617B7D
Decimal97123125
Binary110000111110111111101
Octal141173175

Shades and tints

Shades of #617B7D

#617B7D
(97,123,125)
#597072
(89,112,114)
#516567
(81,101,103)
#495A5C
(73,90,92)
#414F51
(65,79,81)
#394446
(57,68,70)
#31393B
(49,57,59)
#292E30
(41,46,48)
#212325
(33,35,37)
#19181A
(25,24,26)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #617B7D

#617B7D
(97,123,125)
#6F8788
(111,135,136)
#7D9393
(125,147,147)
#8B9F9E
(139,159,158)
#99ABA9
(153,171,169)
#A7B7B4
(167,183,180)
#B5C3BF
(181,195,191)
#C3CFCA
(195,207,202)
#D1DBD5
(209,219,213)
#DFE7E0
(223,231,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617B7D color. Also use rgb(97,123,125) instead hex code.

Text Font Color

.myTextColor { color: #617B7D; }

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

This text font color is #617B7D.


Background Color

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

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

This div background color is #617B7D.


Border color

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

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

This div border color is #617B7D.


Opacity

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

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

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

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

This text has shadow with #617B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617B7D on black background.


Color preview on white background

This text has color #617B7D on white background.



Black color preview on #617B7D background

This text has black color on #617B7D background.


White color preview on #617B7D background

This text has white color on #617B7D background.