COLOR #617463

HEX: #617463
RGB: (97,116,99)

Color info

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

RGB color model

#617463 color RGB value is (97,116,99).

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

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 99 of 255 = 39%

97
116
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 99 = 312 (100%)
R 97 of 312 ~ 31.09%
G 116 of 312 ~ 37.18%
B 99 of 312 ~ 31.73%

%31.09
%37.18
%31.73

CMYK color model

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

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(16,0,15,55)
C16M0Y15K55 
(16%,0%,15%,55%)
(0.16/0.00/0.15/0.55)	

CMYK percentages

%16.38
%0
%14.66
%54.51

Codes

Color #617463 in popluar color models

617463
RGB9711699
HSL126°8.92%41.76%
HSB/HSV126°16.38%45.49%
CMYK16.38%0.00%14.66%
54.51%

Color #617463 in popluar number systems.

HEX617463
Decimal9711699
Binary110000111101001100011
Octal141164143

Shades and tints

Shades of #617463

#617463
(97,116,99)
#596A5A
(89,106,90)
#516051
(81,96,81)
#495648
(73,86,72)
#414C3F
(65,76,63)
#394236
(57,66,54)
#31382D
(49,56,45)
#292E24
(41,46,36)
#21241B
(33,36,27)
#191A12
(25,26,18)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #617463

#617463
(97,116,99)
#6F8071
(111,128,113)
#7D8C7F
(125,140,127)
#8B988D
(139,152,141)
#99A49B
(153,164,155)
#A7B0A9
(167,176,169)
#B5BCB7
(181,188,183)
#C3C8C5
(195,200,197)
#D1D4D3
(209,212,211)
#DFE0E1
(223,224,225)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617463; }

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

This text font color is #617463.


Background Color

.myBgColor { background-color: #617463; }

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

This div background color is #617463.


Border color

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

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

This div border color is #617463.


Opacity

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

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

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

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

This text has shadow with #617463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617463 on black background.


Color preview on white background

This text has color #617463 on white background.



Black color preview on #617463 background

This text has black color on #617463 background.


White color preview on #617463 background

This text has white color on #617463 background.