COLOR #617266

HEX: #617266
RGB: (97,114,102)

Color info

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

RGB color model

#617266 color RGB value is (97,114,102).

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

RGB channels and saturation

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

97
114
102

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 102 = 313 (100%)
R 97 of 313 ~ 30.99%
G 114 of 313 ~ 36.42%
B 102 of 313 ~ 32.59%

%30.99
%36.42
%32.59

CMYK color model

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

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

CMYK percentages

%14.91
%0
%10.53
%55.29

Codes

Color #617266 in popluar color models

617266
RGB97114102
HSL138°8.06%41.37%
HSB/HSV138°14.91%44.71%
CMYK14.91%0.00%10.53%
55.29%

Color #617266 in popluar number systems.

HEX617266
Decimal97114102
Binary110000111100101100110
Octal141162146

Shades and tints

Shades of #617266

#617266
(97,114,102)
#59685D
(89,104,93)
#515E54
(81,94,84)
#49544B
(73,84,75)
#414A42
(65,74,66)
#394039
(57,64,57)
#313630
(49,54,48)
#292C27
(41,44,39)
#21221E
(33,34,30)
#191815
(25,24,21)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #617266

#617266
(97,114,102)
#6F7E73
(111,126,115)
#7D8A80
(125,138,128)
#8B968D
(139,150,141)
#99A29A
(153,162,154)
#A7AEA7
(167,174,167)
#B5BAB4
(181,186,180)
#C3C6C1
(195,198,193)
#D1D2CE
(209,210,206)
#DFDEDB
(223,222,219)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617266; }

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

This text font color is #617266.


Background Color

.myBgColor { background-color: #617266; }

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

This div background color is #617266.


Border color

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

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

This div border color is #617266.


Opacity

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

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

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

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

This text has shadow with #617266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617266 on black background.


Color preview on white background

This text has color #617266 on white background.



Black color preview on #617266 background

This text has black color on #617266 background.


White color preview on #617266 background

This text has white color on #617266 background.