COLOR #617272

HEX: #617272
RGB: (97,114,114)

Color info

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

RGB color model

#617272 color RGB value is (97,114,114).

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

RGB channels and saturation

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

97
114
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 114 = 325 (100%)
R 97 of 325 ~ 29.85%
G 114 of 325 ~ 35.08%
B 114 of 325 ~ 35.08%

%29.85
%35.08
%35.08

CMYK color model

#617272 color CMYK value is (15,0,0,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(15,0,0,55)
C15M0Y0K55 
(15%,0%,0%,55%)
(0.15/0.00/0.00/0.55)	

CMYK percentages

%14.91
%0
%0
%55.29

Codes

Color #617272 in popluar color models

617272
RGB97114114
HSL180°8.06%41.37%
HSB/HSV180°14.91%44.71%
CMYK14.91%0.00%0.00%
55.29%

Color #617272 in popluar number systems.

HEX617272
Decimal97114114
Binary110000111100101110010
Octal141162162

Shades and tints

Shades of #617272

#617272
(97,114,114)
#596868
(89,104,104)
#515E5E
(81,94,94)
#495454
(73,84,84)
#414A4A
(65,74,74)
#394040
(57,64,64)
#313636
(49,54,54)
#292C2C
(41,44,44)
#212222
(33,34,34)
#191818
(25,24,24)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #617272

#617272
(97,114,114)
#6F7E7E
(111,126,126)
#7D8A8A
(125,138,138)
#8B9696
(139,150,150)
#99A2A2
(153,162,162)
#A7AEAE
(167,174,174)
#B5BABA
(181,186,186)
#C3C6C6
(195,198,198)
#D1D2D2
(209,210,210)
#DFDEDE
(223,222,222)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617272; }

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

This text font color is #617272.


Background Color

.myBgColor { background-color: #617272; }

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

This div background color is #617272.


Border color

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

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

This div border color is #617272.


Opacity

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

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

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

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

This text has shadow with #617272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617272 on black background.


Color preview on white background

This text has color #617272 on white background.



Black color preview on #617272 background

This text has black color on #617272 background.


White color preview on #617272 background

This text has white color on #617272 background.