COLOR #615371

HEX: #615371
RGB: (97,83,113)

Color info

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

RGB color model

#615371 color RGB value is (97,83,113).

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

RGB channels and saturation

R 97 of 255 = 38%
G 83 of 255 = 33%
B 113 of 255 = 44%

97
83
113

R + G + B ~ 38%. #615371 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 83 + 113 = 293 (100%)
R 97 of 293 ~ 33.11%
G 83 of 293 ~ 28.33%
B 113 of 293 ~ 38.57%

%33.11
%28.33
%38.57

CMYK color model

#615371 color CMYK value is (14,27,0,56).

  • cyan value is 14.16%
  • magenta value is 26.55%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(14,27,0,56)
C14M27Y0K56 
(14%,27%,0%,56%)
(0.14/0.27/0.00/0.56)	

CMYK percentages

%14.16
%26.55
%0
%55.69

Codes

Color #615371 in popluar color models

615371
RGB9783113
HSL268°15.31%38.43%
HSB/HSV268°26.55%44.31%
CMYK14.16%26.55%0.00%
55.69%

Color #615371 in popluar number systems.

HEX615371
Decimal9783113
Binary110000110100111110001
Octal141123161

Shades and tints

Shades of #615371

#615371
(97,83,113)
#594C67
(89,76,103)
#51455D
(81,69,93)
#493E53
(73,62,83)
#413749
(65,55,73)
#39303F
(57,48,63)
#312935
(49,41,53)
#29222B
(41,34,43)
#211B21
(33,27,33)
#191417
(25,20,23)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #615371

#615371
(97,83,113)
#6F627D
(111,98,125)
#7D7189
(125,113,137)
#8B8095
(139,128,149)
#998FA1
(153,143,161)
#A79EAD
(167,158,173)
#B5ADB9
(181,173,185)
#C3BCC5
(195,188,197)
#D1CBD1
(209,203,209)
#DFDADD
(223,218,221)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615371; }

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

This text font color is #615371.


Background Color

.myBgColor { background-color: #615371; }

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

This div background color is #615371.


Border color

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

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

This div border color is #615371.


Opacity

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

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

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

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

This text has shadow with #615371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615371 on black background.


Color preview on white background

This text has color #615371 on white background.



Black color preview on #615371 background

This text has black color on #615371 background.


White color preview on #615371 background

This text has white color on #615371 background.