COLOR #615572

HEX: #615572
RGB: (97,85,114)

Color info

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

RGB color model

#615572 color RGB value is (97,85,114).

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

RGB channels and saturation

R 97 of 255 = 38%
G 85 of 255 = 33%
B 114 of 255 = 45%

97
85
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 85 + 114 = 296 (100%)
R 97 of 296 ~ 32.77%
G 85 of 296 ~ 28.72%
B 114 of 296 ~ 38.51%

%32.77
%28.72
%38.51

CMYK color model

#615572 color CMYK value is (15,25,0,55).

  • cyan value is 14.91%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(15,25,0,55)
C15M25Y0K55 
(15%,25%,0%,55%)
(0.15/0.25/0.00/0.55)	

CMYK percentages

%14.91
%25.44
%0
%55.29

Codes

Color #615572 in popluar color models

615572
RGB9785114
HSL265°14.57%39.02%
HSB/HSV265°25.44%44.71%
CMYK14.91%25.44%0.00%
55.29%

Color #615572 in popluar number systems.

HEX615572
Decimal9785114
Binary110000110101011110010
Octal141125162

Shades and tints

Shades of #615572

#615572
(97,85,114)
#594E68
(89,78,104)
#51475E
(81,71,94)
#494054
(73,64,84)
#41394A
(65,57,74)
#393240
(57,50,64)
#312B36
(49,43,54)
#29242C
(41,36,44)
#211D22
(33,29,34)
#191618
(25,22,24)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #615572

#615572
(97,85,114)
#6F647E
(111,100,126)
#7D738A
(125,115,138)
#8B8296
(139,130,150)
#9991A2
(153,145,162)
#A7A0AE
(167,160,174)
#B5AFBA
(181,175,186)
#C3BEC6
(195,190,198)
#D1CDD2
(209,205,210)
#DFDCDE
(223,220,222)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615572; }

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

This text font color is #615572.


Background Color

.myBgColor { background-color: #615572; }

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

This div background color is #615572.


Border color

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

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

This div border color is #615572.


Opacity

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

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

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

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

This text has shadow with #615572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615572 on black background.


Color preview on white background

This text has color #615572 on white background.



Black color preview on #615572 background

This text has black color on #615572 background.


White color preview on #615572 background

This text has white color on #615572 background.