COLOR #617067

HEX: #617067
RGB: (97,112,103)

Color info

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

RGB color model

#617067 color RGB value is (97,112,103).

  • red value is 97;
  • green value is 112;
  • blue value is 103.
RGB:
(97,112,103)
(38%,44%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 112 of 255 = 44%
B 103 of 255 = 40%

97
112
103

R + G + B ~ 41%. #617067 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 112 + 103 = 312 (100%)
R 97 of 312 ~ 31.09%
G 112 of 312 ~ 35.9%
B 103 of 312 ~ 33.01%

%31.09
%35.9
%33.01

CMYK color model

#617067 color CMYK value is (13,0,8,56).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 56.08%
CMYK:
(13,0,8,56)
C13M0Y8K56 
(13%,0%,8%,56%)
(0.13/0.00/0.08/0.56)	

CMYK percentages

%13.39
%0
%8.04
%56.08

Codes

Color #617067 in popluar color models

617067
RGB97112103
HSL144°7.18%40.98%
HSB/HSV144°13.39%43.92%
CMYK13.39%0.00%8.04%
56.08%

Color #617067 in popluar number systems.

HEX617067
Decimal97112103
Binary110000111100001100111
Octal141160147

Shades and tints

Shades of #617067

#617067
(97,112,103)
#59665E
(89,102,94)
#515C55
(81,92,85)
#49524C
(73,82,76)
#414843
(65,72,67)
#393E3A
(57,62,58)
#313431
(49,52,49)
#292A28
(41,42,40)
#21201F
(33,32,31)
#191616
(25,22,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #617067

#617067
(97,112,103)
#6F7D74
(111,125,116)
#7D8A81
(125,138,129)
#8B978E
(139,151,142)
#99A49B
(153,164,155)
#A7B1A8
(167,177,168)
#B5BEB5
(181,190,181)
#C3CBC2
(195,203,194)
#D1D8CF
(209,216,207)
#DFE5DC
(223,229,220)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617067 color. Also use rgb(97,112,103) instead hex code.

Text Font Color

.myTextColor { color: #617067; }

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

This text font color is #617067.


Background Color

.myBgColor { background-color: #617067; }

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

This div background color is #617067.


Border color

.myBorderColor { border: 1px solid #617067; }

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

This div border color is #617067.


Opacity

.myOpacity80 { color: #617067; opacity: 0.8; }

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

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

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

This text has shadow with #617067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617067 on black background.


Color preview on white background

This text has color #617067 on white background.



Black color preview on #617067 background

This text has black color on #617067 background.


White color preview on #617067 background

This text has white color on #617067 background.