COLOR #615063

HEX: #615063
RGB: (97,80,99)

Color info

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

RGB color model

#615063 color RGB value is (97,80,99).

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

RGB channels and saturation

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

97
80
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 99 = 276 (100%)
R 97 of 276 ~ 35.14%
G 80 of 276 ~ 28.99%
B 99 of 276 ~ 35.87%

%35.14
%28.99
%35.87

CMYK color model

#615063 color CMYK value is (2,19,0,61).

  • cyan value is 2.02%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(2,19,0,61)
C2M19Y0K61 
(2%,19%,0%,61%)
(0.02/0.19/0.00/0.61)	

CMYK percentages

%2.02
%19.19
%0
%61.18

Codes

Color #615063 in popluar color models

615063
RGB978099
HSL294°10.61%35.10%
HSB/HSV294°19.19%38.82%
CMYK2.02%19.19%0.00%
61.18%

Color #615063 in popluar number systems.

HEX615063
Decimal978099
Binary110000110100001100011
Octal141120143

Shades and tints

Shades of #615063

#615063
(97,80,99)
#59495A
(89,73,90)
#514251
(81,66,81)
#493B48
(73,59,72)
#41343F
(65,52,63)
#392D36
(57,45,54)
#31262D
(49,38,45)
#291F24
(41,31,36)
#21181B
(33,24,27)
#191112
(25,17,18)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #615063

#615063
(97,80,99)
#6F5F71
(111,95,113)
#7D6E7F
(125,110,127)
#8B7D8D
(139,125,141)
#998C9B
(153,140,155)
#A79BA9
(167,155,169)
#B5AAB7
(181,170,183)
#C3B9C5
(195,185,197)
#D1C8D3
(209,200,211)
#DFD7E1
(223,215,225)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615063; }

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

This text font color is #615063.


Background Color

.myBgColor { background-color: #615063; }

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

This div background color is #615063.


Border color

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

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

This div border color is #615063.


Opacity

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

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

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

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

This text has shadow with #615063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615063 on black background.


Color preview on white background

This text has color #615063 on white background.



Black color preview on #615063 background

This text has black color on #615063 background.


White color preview on #615063 background

This text has white color on #615063 background.