COLOR #617661

HEX: #617661
RGB: (97,118,97)

Color info

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

RGB color model

#617661 color RGB value is (97,118,97).

  • red value is 97;
  • green value is 118;
  • blue value is 97.
RGB:
(97,118,97)
(38%,46%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 118 of 255 = 46%
B 97 of 255 = 38%

97
118
97

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

Portions of RGB colors in percentages

R + G + B =
97 + 118 + 97 = 312 (100%)
R 97 of 312 ~ 31.09%
G 118 of 312 ~ 37.82%
B 97 of 312 ~ 31.09%

%31.09
%37.82
%31.09

CMYK color model

#617661 color CMYK value is (18,0,18,54).

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(18,0,18,54)
C18M0Y18K54 
(18%,0%,18%,54%)
(0.18/0.00/0.18/0.54)	

CMYK percentages

%17.8
%0
%17.8
%53.73

Codes

Color #617661 in popluar color models

617661
RGB9711897
HSL120°9.77%42.16%
HSB/HSV120°17.80%46.27%
CMYK17.80%0.00%17.80%
53.73%

Color #617661 in popluar number systems.

HEX617661
Decimal9711897
Binary110000111101101100001
Octal141166141

Shades and tints

Shades of #617661

#617661
(97,118,97)
#596C59
(89,108,89)
#516251
(81,98,81)
#495849
(73,88,73)
#414E41
(65,78,65)
#394439
(57,68,57)
#313A31
(49,58,49)
#293029
(41,48,41)
#212621
(33,38,33)
#191C19
(25,28,25)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #617661

#617661
(97,118,97)
#6F826F
(111,130,111)
#7D8E7D
(125,142,125)
#8B9A8B
(139,154,139)
#99A699
(153,166,153)
#A7B2A7
(167,178,167)
#B5BEB5
(181,190,181)
#C3CAC3
(195,202,195)
#D1D6D1
(209,214,209)
#DFE2DF
(223,226,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617661; }

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

This text font color is #617661.


Background Color

.myBgColor { background-color: #617661; }

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

This div background color is #617661.


Border color

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

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

This div border color is #617661.


Opacity

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

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

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

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

This text has shadow with #617661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617661 on black background.


Color preview on white background

This text has color #617661 on white background.



Black color preview on #617661 background

This text has black color on #617661 background.


White color preview on #617661 background

This text has white color on #617661 background.