COLOR #615659

HEX: #615659
RGB: (97,86,89)

Color info

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

RGB color model

#615659 color RGB value is (97,86,89).

  • red value is 97;
  • green value is 86;
  • blue value is 89.
RGB:
(97,86,89)
(38%,34%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 86 of 255 = 34%
B 89 of 255 = 35%

97
86
89

R + G + B ~ 36%. #615659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 86 + 89 = 272 (100%)
R 97 of 272 ~ 35.66%
G 86 of 272 ~ 31.62%
B 89 of 272 ~ 32.72%

%35.66
%31.62
%32.72

CMYK color model

#615659 color CMYK value is (0,11,8,62).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(0,11,8,62)
C0M11Y8K62 
(0%,11%,8%,62%)
(0.00/0.11/0.08/0.62)	

CMYK percentages

%0
%11.34
%8.25
%61.96

Codes

Color #615659 in popluar color models

615659
RGB978689
HSL344°6.01%35.88%
HSB/HSV344°11.34%38.04%
CMYK0.00%11.34%8.25%
61.96%

Color #615659 in popluar number systems.

HEX615659
Decimal978689
Binary110000110101101011001
Octal141126131

Shades and tints

Shades of #615659

#615659
(97,86,89)
#594F51
(89,79,81)
#514849
(81,72,73)
#494141
(73,65,65)
#413A39
(65,58,57)
#393331
(57,51,49)
#312C29
(49,44,41)
#292521
(41,37,33)
#211E19
(33,30,25)
#191711
(25,23,17)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #615659

#615659
(97,86,89)
#6F6568
(111,101,104)
#7D7477
(125,116,119)
#8B8386
(139,131,134)
#999295
(153,146,149)
#A7A1A4
(167,161,164)
#B5B0B3
(181,176,179)
#C3BFC2
(195,191,194)
#D1CED1
(209,206,209)
#DFDDE0
(223,221,224)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615659; }

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

This text font color is #615659.


Background Color

.myBgColor { background-color: #615659; }

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

This div background color is #615659.


Border color

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

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

This div border color is #615659.


Opacity

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

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

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

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

This text has shadow with #615659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615659 on black background.


Color preview on white background

This text has color #615659 on white background.



Black color preview on #615659 background

This text has black color on #615659 background.


White color preview on #615659 background

This text has white color on #615659 background.