COLOR #617B66

HEX: #617B66 RGB: (97,123,102)

Color info

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

RGB color model

#617B66 color RGB value is (97,123,102).

RGB: (97,123,102) (38%, 48%, 40%)

RGB channels and saturation

R 97 of 255 = 38%
G 123 of 255 = 48%
B 102 of 255 = 40%

97
123
102

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

Portions of RGB colors in percentages

R + G + B = 97 + 123 + 102 = 322 (100%)
R 97 of 322 ~ 30.12%
G 123 of 322 ~ 38.2%
B 102 of 322 ~ 31.68'%

%30.12
%38.2
%31.68

CMYK color model

#617B66 color CMYK value is (21,0,17,52).

  • cyan value is 21.14%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 51.76%

CMYK: (21,0,17,52)
C21M0Y17K52 (21%, 0%, 17%, 52%)
(0.21 / 0.00 / 0.17 / 0.52)

CMYK percentages

%21.14
%0
%17.07
%51.76

Codes

Color #617B66 in popluar color models

61 7B 66
RGB 97 123 102
HSL 132° 11.82% 43.14%
HSB/HSV 132° 21.14% 48.24%
CMYK 21.14% 0.00% 17.07%
51.76%

Color #617B66 in popluar number systems.

HEX 61 7B 66
Decimal 97 123 102
Binary 1100001 1111011 1100110
Octal 141 173 146

Shades and tints

Shades of #617B66

#617B66
(97,123,102)
#59705D
(89,112,93)
#516554
(81,101,84)
#495A4B
(73,90,75)
#414F42
(65,79,66)
#394439
(57,68,57)
#313930
(49,57,48)
#292E27
(41,46,39)
#21231E
(33,35,30)
#191815
(25,24,21)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #617B66

#617B66
(97,123,102)
#6F8773
(111,135,115)
#7D9380
(125,147,128)
#8B9F8D
(139,159,141)
#99AB9A
(153,171,154)
#A7B7A7
(167,183,167)
#B5C3B4
(181,195,180)
#C3CFC1
(195,207,193)
#D1DBCE
(209,219,206)
#DFE7DB
(223,231,219)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617B66; }

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

This text font color is #617B66.

Background Color

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

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

This div background color is #617B66.

Border color

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

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

This div border color is #617B66.

Opacity

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

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

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

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

This text has shadow with #617B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #617B66.

Preview

Color preview on black background

This text has color #617B66 on black background.


Color preview on white background

This text has color #617B66 on white background.


Black color preview on #617B66 background

This text has black color on #617B66 background.


White color preview on #617B66 background

This text has white color on #617B66 background.


Related colors

Complementary color

Complementary color for #hex is #9E8499.


I love getcolorcode.com

Triadic colors

1 #66617B and #7B6661 with #617B66 are triadic colors.

2 #667B61 and #7B6166 with #617B66 are triadic colors.