COLOR #615972

HEX: #615972
RGB: (97,89,114)

Color info

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

RGB color model

#615972 color RGB value is (97,89,114).

  • red value is 97;
  • green value is 89;
  • blue value is 114.
RGB:
(97,89,114)
(38%,35%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 114 of 255 = 45%

97
89
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 114 = 300 (100%)
R 97 of 300 ~ 32.33%
G 89 of 300 ~ 29.67%
B 114 of 300 ~ 38%

%32.33
%29.67
%38

CMYK color model

#615972 color CMYK value is (15,22,0,55).

  • cyan value is 14.91%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(15,22,0,55)
C15M22Y0K55 
(15%,22%,0%,55%)
(0.15/0.22/0.00/0.55)	

CMYK percentages

%14.91
%21.93
%0
%55.29

Codes

Color #615972 in popluar color models

615972
RGB9789114
HSL259°12.32%39.80%
HSB/HSV259°21.93%44.71%
CMYK14.91%21.93%0.00%
55.29%

Color #615972 in popluar number systems.

HEX615972
Decimal9789114
Binary110000110110011110010
Octal141131162

Shades and tints

Shades of #615972

#615972
(97,89,114)
#595168
(89,81,104)
#51495E
(81,73,94)
#494154
(73,65,84)
#41394A
(65,57,74)
#393140
(57,49,64)
#312936
(49,41,54)
#29212C
(41,33,44)
#211922
(33,25,34)
#191118
(25,17,24)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #615972

#615972
(97,89,114)
#6F687E
(111,104,126)
#7D778A
(125,119,138)
#8B8696
(139,134,150)
#9995A2
(153,149,162)
#A7A4AE
(167,164,174)
#B5B3BA
(181,179,186)
#C3C2C6
(195,194,198)
#D1D1D2
(209,209,210)
#DFE0DE
(223,224,222)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615972 color. Also use rgb(97,89,114) instead hex code.

Text Font Color

.myTextColor { color: #615972; }

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

This text font color is #615972.


Background Color

.myBgColor { background-color: #615972; }

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

This div background color is #615972.


Border color

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

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

This div border color is #615972.


Opacity

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

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

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

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

This text has shadow with #615972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615972 on black background.


Color preview on white background

This text has color #615972 on white background.



Black color preview on #615972 background

This text has black color on #615972 background.


White color preview on #615972 background

This text has white color on #615972 background.