COLOR #615064

HEX: #615064
RGB: (97,80,100)

Color info

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

RGB color model

#615064 color RGB value is (97,80,100).

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

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 100 of 255 = 39%

97
80
100

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

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 100 = 277 (100%)
R 97 of 277 ~ 35.02%
G 80 of 277 ~ 28.88%
B 100 of 277 ~ 36.1%

%35.02
%28.88
%36.1

CMYK color model

#615064 color CMYK value is (3,20,0,61).

  • cyan value is 3.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(3,20,0,61)
C3M20Y0K61 
(3%,20%,0%,61%)
(0.03/0.20/0.00/0.61)	

CMYK percentages

%3
%20
%0
%60.78

Codes

Color #615064 in popluar color models

615064
RGB9780100
HSL291°11.11%35.29%
HSB/HSV291°20.00%39.22%
CMYK3.00%20.00%0.00%
60.78%

Color #615064 in popluar number systems.

HEX615064
Decimal9780100
Binary110000110100001100100
Octal141120144

Shades and tints

Shades of #615064

#615064
(97,80,100)
#59495B
(89,73,91)
#514252
(81,66,82)
#493B49
(73,59,73)
#413440
(65,52,64)
#392D37
(57,45,55)
#31262E
(49,38,46)
#291F25
(41,31,37)
#21181C
(33,24,28)
#191113
(25,17,19)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #615064

#615064
(97,80,100)
#6F5F72
(111,95,114)
#7D6E80
(125,110,128)
#8B7D8E
(139,125,142)
#998C9C
(153,140,156)
#A79BAA
(167,155,170)
#B5AAB8
(181,170,184)
#C3B9C6
(195,185,198)
#D1C8D4
(209,200,212)
#DFD7E2
(223,215,226)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615064; }

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

This text font color is #615064.


Background Color

.myBgColor { background-color: #615064; }

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

This div background color is #615064.


Border color

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

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

This div border color is #615064.


Opacity

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

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

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

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

This text has shadow with #615064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615064 on black background.


Color preview on white background

This text has color #615064 on white background.



Black color preview on #615064 background

This text has black color on #615064 background.


White color preview on #615064 background

This text has white color on #615064 background.