COLOR #615179

HEX: #615179
RGB: (97,81,121)

Color info

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

RGB color model

#615179 color RGB value is (97,81,121).

  • red value is 97;
  • green value is 81;
  • blue value is 121.
RGB:
(97,81,121)
(38%,32%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 81 of 255 = 32%
B 121 of 255 = 47%

97
81
121

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

Portions of RGB colors in percentages

R + G + B =
97 + 81 + 121 = 299 (100%)
R 97 of 299 ~ 32.44%
G 81 of 299 ~ 27.09%
B 121 of 299 ~ 40.47%

%32.44
%27.09
%40.47

CMYK color model

#615179 color CMYK value is (20,33,0,53).

  • cyan value is 19.83%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(20,33,0,53)
C20M33Y0K53 
(20%,33%,0%,53%)
(0.20/0.33/0.00/0.53)	

CMYK percentages

%19.83
%33.06
%0
%52.55

Codes

Color #615179 in popluar color models

615179
RGB9781121
HSL264°19.80%39.61%
HSB/HSV264°33.06%47.45%
CMYK19.83%33.06%0.00%
52.55%

Color #615179 in popluar number systems.

HEX615179
Decimal9781121
Binary110000110100011111001
Octal141121171

Shades and tints

Shades of #615179

#615179
(97,81,121)
#594A6E
(89,74,110)
#514363
(81,67,99)
#493C58
(73,60,88)
#41354D
(65,53,77)
#392E42
(57,46,66)
#312737
(49,39,55)
#29202C
(41,32,44)
#211921
(33,25,33)
#191216
(25,18,22)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #615179

#615179
(97,81,121)
#6F6085
(111,96,133)
#7D6F91
(125,111,145)
#8B7E9D
(139,126,157)
#998DA9
(153,141,169)
#A79CB5
(167,156,181)
#B5ABC1
(181,171,193)
#C3BACD
(195,186,205)
#D1C9D9
(209,201,217)
#DFD8E5
(223,216,229)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615179 color. Also use rgb(97,81,121) instead hex code.

Text Font Color

.myTextColor { color: #615179; }

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

This text font color is #615179.


Background Color

.myBgColor { background-color: #615179; }

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

This div background color is #615179.


Border color

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

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

This div border color is #615179.


Opacity

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

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

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

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

This text has shadow with #615179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615179 on black background.


Color preview on white background

This text has color #615179 on white background.



Black color preview on #615179 background

This text has black color on #615179 background.


White color preview on #615179 background

This text has white color on #615179 background.