COLOR #617865

HEX: #617865
RGB: (97,120,101)

Color info

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

RGB color model

#617865 color RGB value is (97,120,101).

  • red value is 97;
  • green value is 120;
  • blue value is 101.
RGB:
(97,120,101)
(38%,47%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 120 of 255 = 47%
B 101 of 255 = 40%

97
120
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 120 + 101 = 318 (100%)
R 97 of 318 ~ 30.5%
G 120 of 318 ~ 37.74%
B 101 of 318 ~ 31.76%

%30.5
%37.74
%31.76

CMYK color model

#617865 color CMYK value is (19,0,16,53).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 52.94%
CMYK:
(19,0,16,53)
C19M0Y16K53 
(19%,0%,16%,53%)
(0.19/0.00/0.16/0.53)	

CMYK percentages

%19.17
%0
%15.83
%52.94

Codes

Color #617865 in popluar color models

617865
RGB97120101
HSL130°10.60%42.55%
HSB/HSV130°19.17%47.06%
CMYK19.17%0.00%15.83%
52.94%

Color #617865 in popluar number systems.

HEX617865
Decimal97120101
Binary110000111110001100101
Octal141170145

Shades and tints

Shades of #617865

#617865
(97,120,101)
#596E5C
(89,110,92)
#516453
(81,100,83)
#495A4A
(73,90,74)
#415041
(65,80,65)
#394638
(57,70,56)
#313C2F
(49,60,47)
#293226
(41,50,38)
#21281D
(33,40,29)
#191E14
(25,30,20)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #617865

#617865
(97,120,101)
#6F8473
(111,132,115)
#7D9081
(125,144,129)
#8B9C8F
(139,156,143)
#99A89D
(153,168,157)
#A7B4AB
(167,180,171)
#B5C0B9
(181,192,185)
#C3CCC7
(195,204,199)
#D1D8D5
(209,216,213)
#DFE4E3
(223,228,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617865 color. Also use rgb(97,120,101) instead hex code.

Text Font Color

.myTextColor { color: #617865; }

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

This text font color is #617865.


Background Color

.myBgColor { background-color: #617865; }

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

This div background color is #617865.


Border color

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

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

This div border color is #617865.


Opacity

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

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

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

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

This text has shadow with #617865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617865 on black background.


Color preview on white background

This text has color #617865 on white background.



Black color preview on #617865 background

This text has black color on #617865 background.


White color preview on #617865 background

This text has white color on #617865 background.