COLOR #613B70

HEX: #613B70
RGB: (97,59,112)

Color info

#613B70 contains red, green and blue colors in about the same proportion. Web safe color of #613B70 is #663366 (or #636).

RGB color model

#613B70 color RGB value is (97,59,112).

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

RGB channels and saturation

R 97 of 255 = 38%
G 59 of 255 = 23%
B 112 of 255 = 44%

97
59
112

R + G + B ~ 35%. #613B70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 59 + 112 = 268 (100%)
R 97 of 268 ~ 36.19%
G 59 of 268 ~ 22.01%
B 112 of 268 ~ 41.79%

%36.19
%22.01
%41.79

CMYK color model

#613B70 color CMYK value is (13,47,0,56).

  • cyan value is 13.39%
  • magenta value is 47.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(13,47,0,56)
C13M47Y0K56 
(13%,47%,0%,56%)
(0.13/0.47/0.00/0.56)	

CMYK percentages

%13.39
%47.32
%0
%56.08

Codes

Color #613B70 in popluar color models

613B70
RGB9759112
HSL283°30.99%33.53%
HSB/HSV283°47.32%43.92%
CMYK13.39%47.32%0.00%
56.08%

Color #613B70 in popluar number systems.

HEX613B70
Decimal9759112
Binary11000011110111110000
Octal14173160

Shades and tints

Shades of #613B70

#613B70
(97,59,112)
#593666
(89,54,102)
#51315C
(81,49,92)
#492C52
(73,44,82)
#412748
(65,39,72)
#39223E
(57,34,62)
#311D34
(49,29,52)
#29182A
(41,24,42)
#211320
(33,19,32)
#190E16
(25,14,22)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #613B70

#613B70
(97,59,112)
#6F4C7D
(111,76,125)
#7D5D8A
(125,93,138)
#8B6E97
(139,110,151)
#997FA4
(153,127,164)
#A790B1
(167,144,177)
#B5A1BE
(181,161,190)
#C3B2CB
(195,178,203)
#D1C3D8
(209,195,216)
#DFD4E5
(223,212,229)
#EDE5F2
(237,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613B70; }

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

This text font color is #613B70.


Background Color

.myBgColor { background-color: #613B70; }

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

This div background color is #613B70.


Border color

.myBorderColor { border: 1px solid #613B70; }

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

This div border color is #613B70.


Opacity

.myOpacity80 { color: #613B70; opacity: 0.8; }

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

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

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

This text has shadow with #613B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613B70 on black background.


Color preview on white background

This text has color #613B70 on white background.



Black color preview on #613B70 background

This text has black color on #613B70 background.


White color preview on #613B70 background

This text has white color on #613B70 background.