COLOR #615577

HEX: #615577
RGB: (97,85,119)

Color info

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

RGB color model

#615577 color RGB value is (97,85,119).

  • red value is 97;
  • green value is 85;
  • blue value is 119.
RGB:
(97,85,119)
(38%,33%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 85 of 255 = 33%
B 119 of 255 = 47%

97
85
119

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

Portions of RGB colors in percentages

R + G + B =
97 + 85 + 119 = 301 (100%)
R 97 of 301 ~ 32.23%
G 85 of 301 ~ 28.24%
B 119 of 301 ~ 39.53%

%32.23
%28.24
%39.53

CMYK color model

#615577 color CMYK value is (18,29,0,53).

  • cyan value is 18.49%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(18,29,0,53)
C18M29Y0K53 
(18%,29%,0%,53%)
(0.18/0.29/0.00/0.53)	

CMYK percentages

%18.49
%28.57
%0
%53.33

Codes

Color #615577 in popluar color models

615577
RGB9785119
HSL261°16.67%40.00%
HSB/HSV261°28.57%46.67%
CMYK18.49%28.57%0.00%
53.33%

Color #615577 in popluar number systems.

HEX615577
Decimal9785119
Binary110000110101011110111
Octal141125167

Shades and tints

Shades of #615577

#615577
(97,85,119)
#594E6D
(89,78,109)
#514763
(81,71,99)
#494059
(73,64,89)
#41394F
(65,57,79)
#393245
(57,50,69)
#312B3B
(49,43,59)
#292431
(41,36,49)
#211D27
(33,29,39)
#19161D
(25,22,29)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #615577

#615577
(97,85,119)
#6F6483
(111,100,131)
#7D738F
(125,115,143)
#8B829B
(139,130,155)
#9991A7
(153,145,167)
#A7A0B3
(167,160,179)
#B5AFBF
(181,175,191)
#C3BECB
(195,190,203)
#D1CDD7
(209,205,215)
#DFDCE3
(223,220,227)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615577 color. Also use rgb(97,85,119) instead hex code.

Text Font Color

.myTextColor { color: #615577; }

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

This text font color is #615577.


Background Color

.myBgColor { background-color: #615577; }

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

This div background color is #615577.


Border color

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

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

This div border color is #615577.


Opacity

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

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

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

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

This text has shadow with #615577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615577 on black background.


Color preview on white background

This text has color #615577 on white background.



Black color preview on #615577 background

This text has black color on #615577 background.


White color preview on #615577 background

This text has white color on #615577 background.