COLOR #617D6F

HEX: #617D6F
RGB: (97,125,111)

Color info

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

RGB color model

#617D6F color RGB value is (97,125,111).

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

RGB channels and saturation

R 97 of 255 = 38%
G 125 of 255 = 49%
B 111 of 255 = 44%

97
125
111

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

Portions of RGB colors in percentages

R + G + B =
97 + 125 + 111 = 333 (100%)
R 97 of 333 ~ 29.13%
G 125 of 333 ~ 37.54%
B 111 of 333 ~ 33.33%

%29.13
%37.54
%33.33

CMYK color model

#617D6F color CMYK value is (22,0,11,51).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(22,0,11,51)
C22M0Y11K51 
(22%,0%,11%,51%)
(0.22/0.00/0.11/0.51)	

CMYK percentages

%22.4
%0
%11.2
%50.98

Codes

Color #617D6F in popluar color models

617D6F
RGB97125111
HSL150°12.61%43.53%
HSB/HSV150°22.40%49.02%
CMYK22.40%0.00%11.20%
50.98%

Color #617D6F in popluar number systems.

HEX617D6F
Decimal97125111
Binary110000111111011101111
Octal141175157

Shades and tints

Shades of #617D6F

#617D6F
(97,125,111)
#597265
(89,114,101)
#51675B
(81,103,91)
#495C51
(73,92,81)
#415147
(65,81,71)
#39463D
(57,70,61)
#313B33
(49,59,51)
#293029
(41,48,41)
#21251F
(33,37,31)
#191A15
(25,26,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #617D6F

#617D6F
(97,125,111)
#6F887C
(111,136,124)
#7D9389
(125,147,137)
#8B9E96
(139,158,150)
#99A9A3
(153,169,163)
#A7B4B0
(167,180,176)
#B5BFBD
(181,191,189)
#C3CACA
(195,202,202)
#D1D5D7
(209,213,215)
#DFE0E4
(223,224,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617D6F; }

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

This text font color is #617D6F.


Background Color

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

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

This div background color is #617D6F.


Border color

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

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

This div border color is #617D6F.


Opacity

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

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

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

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

This text has shadow with #617D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617D6F on black background.


Color preview on white background

This text has color #617D6F on white background.



Black color preview on #617D6F background

This text has black color on #617D6F background.


White color preview on #617D6F background

This text has white color on #617D6F background.