COLOR #617A6A

HEX: #617A6A
RGB: (97,122,106)

Color info

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

RGB color model

#617A6A color RGB value is (97,122,106).

  • red value is 97;
  • green value is 122;
  • blue value is 106.
RGB:
(97,122,106)
(38%,48%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 122 of 255 = 48%
B 106 of 255 = 42%

97
122
106

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

Portions of RGB colors in percentages

R + G + B =
97 + 122 + 106 = 325 (100%)
R 97 of 325 ~ 29.85%
G 122 of 325 ~ 37.54%
B 106 of 325 ~ 32.62%

%29.85
%37.54
%32.62

CMYK color model

#617A6A color CMYK value is (20,0,13,52).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(20,0,13,52)
C20M0Y13K52 
(20%,0%,13%,52%)
(0.20/0.00/0.13/0.52)	

CMYK percentages

%20.49
%0
%13.11
%52.16

Codes

Color #617A6A in popluar color models

617A6A
RGB97122106
HSL142°11.42%42.94%
HSB/HSV142°20.49%47.84%
CMYK20.49%0.00%13.11%
52.16%

Color #617A6A in popluar number systems.

HEX617A6A
Decimal97122106
Binary110000111110101101010
Octal141172152

Shades and tints

Shades of #617A6A

#617A6A
(97,122,106)
#596F61
(89,111,97)
#516458
(81,100,88)
#49594F
(73,89,79)
#414E46
(65,78,70)
#39433D
(57,67,61)
#313834
(49,56,52)
#292D2B
(41,45,43)
#212222
(33,34,34)
#191719
(25,23,25)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #617A6A

#617A6A
(97,122,106)
#6F8677
(111,134,119)
#7D9284
(125,146,132)
#8B9E91
(139,158,145)
#99AA9E
(153,170,158)
#A7B6AB
(167,182,171)
#B5C2B8
(181,194,184)
#C3CEC5
(195,206,197)
#D1DAD2
(209,218,210)
#DFE6DF
(223,230,223)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617A6A color. Also use rgb(97,122,106) instead hex code.

Text Font Color

.myTextColor { color: #617A6A; }

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

This text font color is #617A6A.


Background Color

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

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

This div background color is #617A6A.


Border color

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

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

This div border color is #617A6A.


Opacity

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

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

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

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

This text has shadow with #617A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617A6A on black background.


Color preview on white background

This text has color #617A6A on white background.



Black color preview on #617A6A background

This text has black color on #617A6A background.


White color preview on #617A6A background

This text has white color on #617A6A background.