COLOR #617468

HEX: #617468
RGB: (97,116,104)

Color info

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

RGB color model

#617468 color RGB value is (97,116,104).

  • red value is 97;
  • green value is 116;
  • blue value is 104.
RGB:
(97,116,104)
(38%,45%,41%)

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 104 of 255 = 41%

97
116
104

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 104 = 317 (100%)
R 97 of 317 ~ 30.6%
G 116 of 317 ~ 36.59%
B 104 of 317 ~ 32.81%

%30.6
%36.59
%32.81

CMYK color model

#617468 color CMYK value is (16,0,10,55).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(16,0,10,55)
C16M0Y10K55 
(16%,0%,10%,55%)
(0.16/0.00/0.10/0.55)	

CMYK percentages

%16.38
%0
%10.34
%54.51

Codes

Color #617468 in popluar color models

617468
RGB97116104
HSL142°8.92%41.76%
HSB/HSV142°16.38%45.49%
CMYK16.38%0.00%10.34%
54.51%

Color #617468 in popluar number systems.

HEX617468
Decimal97116104
Binary110000111101001101000
Octal141164150

Shades and tints

Shades of #617468

#617468
(97,116,104)
#596A5F
(89,106,95)
#516056
(81,96,86)
#49564D
(73,86,77)
#414C44
(65,76,68)
#39423B
(57,66,59)
#313832
(49,56,50)
#292E29
(41,46,41)
#212420
(33,36,32)
#191A17
(25,26,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #617468

#617468
(97,116,104)
#6F8075
(111,128,117)
#7D8C82
(125,140,130)
#8B988F
(139,152,143)
#99A49C
(153,164,156)
#A7B0A9
(167,176,169)
#B5BCB6
(181,188,182)
#C3C8C3
(195,200,195)
#D1D4D0
(209,212,208)
#DFE0DD
(223,224,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617468 color. Also use rgb(97,116,104) instead hex code.

Text Font Color

.myTextColor { color: #617468; }

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

This text font color is #617468.


Background Color

.myBgColor { background-color: #617468; }

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

This div background color is #617468.


Border color

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

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

This div border color is #617468.


Opacity

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

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

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

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

This text has shadow with #617468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617468 on black background.


Color preview on white background

This text has color #617468 on white background.



Black color preview on #617468 background

This text has black color on #617468 background.


White color preview on #617468 background

This text has white color on #617468 background.