COLOR #617460

HEX: #617460
RGB: (97,116,96)

Color info

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

RGB color model

#617460 color RGB value is (97,116,96).

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

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 96 of 255 = 38%

97
116
96

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 96 = 309 (100%)
R 97 of 309 ~ 31.39%
G 116 of 309 ~ 37.54%
B 96 of 309 ~ 31.07%

%31.39
%37.54
%31.07

CMYK color model

#617460 color CMYK value is (16,0,17,55).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(16,0,17,55)
C16M0Y17K55 
(16%,0%,17%,55%)
(0.16/0.00/0.17/0.55)	

CMYK percentages

%16.38
%0
%17.24
%54.51

Codes

Color #617460 in popluar color models

617460
RGB9711696
HSL117°9.43%41.57%
HSB/HSV117°17.24%45.49%
CMYK16.38%0.00%17.24%
54.51%

Color #617460 in popluar number systems.

HEX617460
Decimal9711696
Binary110000111101001100000
Octal141164140

Shades and tints

Shades of #617460

#617460
(97,116,96)
#596A58
(89,106,88)
#516050
(81,96,80)
#495648
(73,86,72)
#414C40
(65,76,64)
#394238
(57,66,56)
#313830
(49,56,48)
#292E28
(41,46,40)
#212420
(33,36,32)
#191A18
(25,26,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #617460

#617460
(97,116,96)
#6F806E
(111,128,110)
#7D8C7C
(125,140,124)
#8B988A
(139,152,138)
#99A498
(153,164,152)
#A7B0A6
(167,176,166)
#B5BCB4
(181,188,180)
#C3C8C2
(195,200,194)
#D1D4D0
(209,212,208)
#DFE0DE
(223,224,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617460; }

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

This text font color is #617460.


Background Color

.myBgColor { background-color: #617460; }

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

This div background color is #617460.


Border color

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

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

This div border color is #617460.


Opacity

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

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

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

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

This text has shadow with #617460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617460 on black background.


Color preview on white background

This text has color #617460 on white background.



Black color preview on #617460 background

This text has black color on #617460 background.


White color preview on #617460 background

This text has white color on #617460 background.