COLOR #615964

HEX: #615964
RGB: (97,89,100)

Color info

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

RGB color model

#615964 color RGB value is (97,89,100).

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

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 100 of 255 = 39%

97
89
100

R + G + B ~ 37%. #615964 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 100 = 286 (100%)
R 97 of 286 ~ 33.92%
G 89 of 286 ~ 31.12%
B 100 of 286 ~ 34.97%

%33.92
%31.12
%34.97

CMYK color model

#615964 color CMYK value is (3,11,0,61).

  • cyan value is 3.00%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(3,11,0,61)
C3M11Y0K61 
(3%,11%,0%,61%)
(0.03/0.11/0.00/0.61)	

CMYK percentages

%3
%11
%0
%60.78

Codes

Color #615964 in popluar color models

615964
RGB9789100
HSL284°5.82%37.06%
HSB/HSV284°11.00%39.22%
CMYK3.00%11.00%0.00%
60.78%

Color #615964 in popluar number systems.

HEX615964
Decimal9789100
Binary110000110110011100100
Octal141131144

Shades and tints

Shades of #615964

#615964
(97,89,100)
#59515B
(89,81,91)
#514952
(81,73,82)
#494149
(73,65,73)
#413940
(65,57,64)
#393137
(57,49,55)
#31292E
(49,41,46)
#292125
(41,33,37)
#21191C
(33,25,28)
#191113
(25,17,19)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #615964

#615964
(97,89,100)
#6F6872
(111,104,114)
#7D7780
(125,119,128)
#8B868E
(139,134,142)
#99959C
(153,149,156)
#A7A4AA
(167,164,170)
#B5B3B8
(181,179,184)
#C3C2C6
(195,194,198)
#D1D1D4
(209,209,212)
#DFE0E2
(223,224,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615964; }

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

This text font color is #615964.


Background Color

.myBgColor { background-color: #615964; }

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

This div background color is #615964.


Border color

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

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

This div border color is #615964.


Opacity

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

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

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

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

This text has shadow with #615964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615964 on black background.


Color preview on white background

This text has color #615964 on white background.



Black color preview on #615964 background

This text has black color on #615964 background.


White color preview on #615964 background

This text has white color on #615964 background.