COLOR #617B6B

HEX: #617B6B RGB: (97,123,107)

Color info

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

RGB color model

#617B6B color RGB value is (97,123,107).

RGB: (97,123,107) (38%, 48%, 42%)

RGB channels and saturation

R 97 of 255 = 38%
G 123 of 255 = 48%
B 107 of 255 = 42%

97
123
107

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

Portions of RGB colors in percentages

R + G + B = 97 + 123 + 107 = 327 (100%)
R 97 of 327 ~ 29.66%
G 123 of 327 ~ 37.61%
B 107 of 327 ~ 32.72'%

%29.66
%37.61
%32.72

CMYK color model

#617B6B color CMYK value is (21,0,13,52).

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

CMYK: (21,0,13,52)
C21M0Y13K52 (21%, 0%, 13%, 52%)
(0.21 / 0.00 / 0.13 / 0.52)

CMYK percentages

%21.14
%0
%13.01
%51.76

Codes

Color #617B6B in popluar color models

61 7B 6B
RGB 97 123 107
HSL 143° 11.82% 43.14%
HSB/HSV 143° 21.14% 48.24%
CMYK 21.14% 0.00% 13.01%
51.76%

Color #617B6B in popluar number systems.

HEX 61 7B 6B
Decimal 97 123 107
Binary 1100001 1111011 1101011
Octal 141 173 153

Shades and tints

Shades of #617B6B

#617B6B
(97,123,107)
#597062
(89,112,98)
#516559
(81,101,89)
#495A50
(73,90,80)
#414F47
(65,79,71)
#39443E
(57,68,62)
#313935
(49,57,53)
#292E2C
(41,46,44)
#212323
(33,35,35)
#19181A
(25,24,26)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #617B6B

#617B6B
(97,123,107)
#6F8778
(111,135,120)
#7D9385
(125,147,133)
#8B9F92
(139,159,146)
#99AB9F
(153,171,159)
#A7B7AC
(167,183,172)
#B5C3B9
(181,195,185)
#C3CFC6
(195,207,198)
#D1DBD3
(209,219,211)
#DFE7E0
(223,231,224)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617B6B; }

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

This text font color is #617B6B.

Background Color

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

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

This div background color is #617B6B.

Border color

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

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

This div border color is #617B6B.

Opacity

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

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

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

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

This text has shadow with #617B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #617B6B.

Preview

Color preview on black background

This text has color #617B6B on black background.


Color preview on white background

This text has color #617B6B on white background.


Black color preview on #617B6B background

This text has black color on #617B6B background.


White color preview on #617B6B background

This text has white color on #617B6B background.


Related colors

Complementary color

Complementary color for #hex is #9E8494.


I love getcolorcode.com

Triadic colors

1 #6B617B and #7B6B61 with #617B6B are triadic colors.

2 #6B7B61 and #7B616B with #617B6B are triadic colors.