COLOR #617972

HEX: #617972
RGB: (97,121,114)

Color info

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

RGB color model

#617972 color RGB value is (97,121,114).

  • red value is 97;
  • green value is 121;
  • blue value is 114.
RGB:
(97,121,114)
(38%,47%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 121 of 255 = 47%
B 114 of 255 = 45%

97
121
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 121 + 114 = 332 (100%)
R 97 of 332 ~ 29.22%
G 121 of 332 ~ 36.45%
B 114 of 332 ~ 34.34%

%29.22
%36.45
%34.34

CMYK color model

#617972 color CMYK value is (20,0,6,53).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(20,0,6,53)
C20M0Y6K53 
(20%,0%,6%,53%)
(0.20/0.00/0.06/0.53)	

CMYK percentages

%19.83
%0
%5.79
%52.55

Codes

Color #617972 in popluar color models

617972
RGB97121114
HSL163°11.01%42.75%
HSB/HSV163°19.83%47.45%
CMYK19.83%0.00%5.79%
52.55%

Color #617972 in popluar number systems.

HEX617972
Decimal97121114
Binary110000111110011110010
Octal141171162

Shades and tints

Shades of #617972

#617972
(97,121,114)
#596E68
(89,110,104)
#51635E
(81,99,94)
#495854
(73,88,84)
#414D4A
(65,77,74)
#394240
(57,66,64)
#313736
(49,55,54)
#292C2C
(41,44,44)
#212122
(33,33,34)
#191618
(25,22,24)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #617972

#617972
(97,121,114)
#6F857E
(111,133,126)
#7D918A
(125,145,138)
#8B9D96
(139,157,150)
#99A9A2
(153,169,162)
#A7B5AE
(167,181,174)
#B5C1BA
(181,193,186)
#C3CDC6
(195,205,198)
#D1D9D2
(209,217,210)
#DFE5DE
(223,229,222)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617972; }

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

This text font color is #617972.


Background Color

.myBgColor { background-color: #617972; }

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

This div background color is #617972.


Border color

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

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

This div border color is #617972.


Opacity

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

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

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

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

This text has shadow with #617972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617972 on black background.


Color preview on white background

This text has color #617972 on white background.



Black color preview on #617972 background

This text has black color on #617972 background.


White color preview on #617972 background

This text has white color on #617972 background.