COLOR #615A71

HEX: #615A71
RGB: (97,90,113)

Color info

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

RGB color model

#615A71 color RGB value is (97,90,113).

  • red value is 97;
  • green value is 90;
  • blue value is 113.
RGB:
(97,90,113)
(38%,35%,44%)

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 113 of 255 = 44%

97
90
113

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 113 = 300 (100%)
R 97 of 300 ~ 32.33%
G 90 of 300 ~ 30%
B 113 of 300 ~ 37.67%

%32.33
%30
%37.67

CMYK color model

#615A71 color CMYK value is (14,20,0,56).

  • cyan value is 14.16%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(14,20,0,56)
C14M20Y0K56 
(14%,20%,0%,56%)
(0.14/0.20/0.00/0.56)	

CMYK percentages

%14.16
%20.35
%0
%55.69

Codes

Color #615A71 in popluar color models

615A71
RGB9790113
HSL258°11.33%39.80%
HSB/HSV258°20.35%44.31%
CMYK14.16%20.35%0.00%
55.69%

Color #615A71 in popluar number systems.

HEX615A71
Decimal9790113
Binary110000110110101110001
Octal141132161

Shades and tints

Shades of #615A71

#615A71
(97,90,113)
#595267
(89,82,103)
#514A5D
(81,74,93)
#494253
(73,66,83)
#413A49
(65,58,73)
#39323F
(57,50,63)
#312A35
(49,42,53)
#29222B
(41,34,43)
#211A21
(33,26,33)
#191217
(25,18,23)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #615A71

#615A71
(97,90,113)
#6F697D
(111,105,125)
#7D7889
(125,120,137)
#8B8795
(139,135,149)
#9996A1
(153,150,161)
#A7A5AD
(167,165,173)
#B5B4B9
(181,180,185)
#C3C3C5
(195,195,197)
#D1D2D1
(209,210,209)
#DFE1DD
(223,225,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615A71 color. Also use rgb(97,90,113) instead hex code.

Text Font Color

.myTextColor { color: #615A71; }

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

This text font color is #615A71.


Background Color

.myBgColor { background-color: #615A71; }

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

This div background color is #615A71.


Border color

.myBorderColor { border: 1px solid #615A71; }

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

This div border color is #615A71.


Opacity

.myOpacity80 { color: #615A71; opacity: 0.8; }

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

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

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

This text has shadow with #615A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A71 on black background.


Color preview on white background

This text has color #615A71 on white background.



Black color preview on #615A71 background

This text has black color on #615A71 background.


White color preview on #615A71 background

This text has white color on #615A71 background.