COLOR #615070

HEX: #615070
RGB: (97,80,112)

Color info

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

RGB color model

#615070 color RGB value is (97,80,112).

  • red value is 97;
  • green value is 80;
  • blue value is 112.
RGB:
(97,80,112)
(38%,31%,44%)

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 112 of 255 = 44%

97
80
112

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

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 112 = 289 (100%)
R 97 of 289 ~ 33.56%
G 80 of 289 ~ 27.68%
B 112 of 289 ~ 38.75%

%33.56
%27.68
%38.75

CMYK color model

#615070 color CMYK value is (13,29,0,56).

  • cyan value is 13.39%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(13,29,0,56)
C13M29Y0K56 
(13%,29%,0%,56%)
(0.13/0.29/0.00/0.56)	

CMYK percentages

%13.39
%28.57
%0
%56.08

Codes

Color #615070 in popluar color models

615070
RGB9780112
HSL272°16.67%37.65%
HSB/HSV272°28.57%43.92%
CMYK13.39%28.57%0.00%
56.08%

Color #615070 in popluar number systems.

HEX615070
Decimal9780112
Binary110000110100001110000
Octal141120160

Shades and tints

Shades of #615070

#615070
(97,80,112)
#594966
(89,73,102)
#51425C
(81,66,92)
#493B52
(73,59,82)
#413448
(65,52,72)
#392D3E
(57,45,62)
#312634
(49,38,52)
#291F2A
(41,31,42)
#211820
(33,24,32)
#191116
(25,17,22)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #615070

#615070
(97,80,112)
#6F5F7D
(111,95,125)
#7D6E8A
(125,110,138)
#8B7D97
(139,125,151)
#998CA4
(153,140,164)
#A79BB1
(167,155,177)
#B5AABE
(181,170,190)
#C3B9CB
(195,185,203)
#D1C8D8
(209,200,216)
#DFD7E5
(223,215,229)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615070 color. Also use rgb(97,80,112) instead hex code.

Text Font Color

.myTextColor { color: #615070; }

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

This text font color is #615070.


Background Color

.myBgColor { background-color: #615070; }

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

This div background color is #615070.


Border color

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

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

This div border color is #615070.


Opacity

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

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

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

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

This text has shadow with #615070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615070 on black background.


Color preview on white background

This text has color #615070 on white background.



Black color preview on #615070 background

This text has black color on #615070 background.


White color preview on #615070 background

This text has white color on #615070 background.