COLOR #615E71

HEX: #615E71
RGB: (97,94,113)

Color info

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

RGB color model

#615E71 color RGB value is (97,94,113).

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

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 113 of 255 = 44%

97
94
113

R + G + B ~ 40%. #615E71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 94 + 113 = 304 (100%)
R 97 of 304 ~ 31.91%
G 94 of 304 ~ 30.92%
B 113 of 304 ~ 37.17%

%31.91
%30.92
%37.17

CMYK color model

#615E71 color CMYK value is (14,17,0,56).

  • cyan value is 14.16%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(14,17,0,56)
C14M17Y0K56 
(14%,17%,0%,56%)
(0.14/0.17/0.00/0.56)	

CMYK percentages

%14.16
%16.81
%0
%55.69

Codes

Color #615E71 in popluar color models

615E71
RGB9794113
HSL249°9.18%40.59%
HSB/HSV249°16.81%44.31%
CMYK14.16%16.81%0.00%
55.69%

Color #615E71 in popluar number systems.

HEX615E71
Decimal9794113
Binary110000110111101110001
Octal141136161

Shades and tints

Shades of #615E71

#615E71
(97,94,113)
#595667
(89,86,103)
#514E5D
(81,78,93)
#494653
(73,70,83)
#413E49
(65,62,73)
#39363F
(57,54,63)
#312E35
(49,46,53)
#29262B
(41,38,43)
#211E21
(33,30,33)
#191617
(25,22,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #615E71

#615E71
(97,94,113)
#6F6C7D
(111,108,125)
#7D7A89
(125,122,137)
#8B8895
(139,136,149)
#9996A1
(153,150,161)
#A7A4AD
(167,164,173)
#B5B2B9
(181,178,185)
#C3C0C5
(195,192,197)
#D1CED1
(209,206,209)
#DFDCDD
(223,220,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615E71; }

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

This text font color is #615E71.


Background Color

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

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

This div background color is #615E71.


Border color

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

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

This div border color is #615E71.


Opacity

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

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

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

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

This text has shadow with #615E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615E71 on black background.


Color preview on white background

This text has color #615E71 on white background.



Black color preview on #615E71 background

This text has black color on #615E71 background.


White color preview on #615E71 background

This text has white color on #615E71 background.