COLOR #615473

HEX: #615473
RGB: (97,84,115)

Color info

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

RGB color model

#615473 color RGB value is (97,84,115).

  • red value is 97;
  • green value is 84;
  • blue value is 115.
RGB:
(97,84,115)
(38%,33%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 84 of 255 = 33%
B 115 of 255 = 45%

97
84
115

R + G + B ~ 39%. #615473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 84 + 115 = 296 (100%)
R 97 of 296 ~ 32.77%
G 84 of 296 ~ 28.38%
B 115 of 296 ~ 38.85%

%32.77
%28.38
%38.85

CMYK color model

#615473 color CMYK value is (16,27,0,55).

  • cyan value is 15.65%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(16,27,0,55)
C16M27Y0K55 
(16%,27%,0%,55%)
(0.16/0.27/0.00/0.55)	

CMYK percentages

%15.65
%26.96
%0
%54.9

Codes

Color #615473 in popluar color models

615473
RGB9784115
HSL265°15.58%39.02%
HSB/HSV265°26.96%45.10%
CMYK15.65%26.96%0.00%
54.90%

Color #615473 in popluar number systems.

HEX615473
Decimal9784115
Binary110000110101001110011
Octal141124163

Shades and tints

Shades of #615473

#615473
(97,84,115)
#594D69
(89,77,105)
#51465F
(81,70,95)
#493F55
(73,63,85)
#41384B
(65,56,75)
#393141
(57,49,65)
#312A37
(49,42,55)
#29232D
(41,35,45)
#211C23
(33,28,35)
#191519
(25,21,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #615473

#615473
(97,84,115)
#6F637F
(111,99,127)
#7D728B
(125,114,139)
#8B8197
(139,129,151)
#9990A3
(153,144,163)
#A79FAF
(167,159,175)
#B5AEBB
(181,174,187)
#C3BDC7
(195,189,199)
#D1CCD3
(209,204,211)
#DFDBDF
(223,219,223)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615473 color. Also use rgb(97,84,115) instead hex code.

Text Font Color

.myTextColor { color: #615473; }

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

This text font color is #615473.


Background Color

.myBgColor { background-color: #615473; }

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

This div background color is #615473.


Border color

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

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

This div border color is #615473.


Opacity

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

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

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

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

This text has shadow with #615473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615473 on black background.


Color preview on white background

This text has color #615473 on white background.



Black color preview on #615473 background

This text has black color on #615473 background.


White color preview on #615473 background

This text has white color on #615473 background.