COLOR #613B64

HEX: #613B64
RGB: (97,59,100)

Color info

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

RGB color model

#613B64 color RGB value is (97,59,100).

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

RGB channels and saturation

R 97 of 255 = 38%
G 59 of 255 = 23%
B 100 of 255 = 39%

97
59
100

R + G + B ~ 33%. #613B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 59 + 100 = 256 (100%)
R 97 of 256 ~ 37.89%
G 59 of 256 ~ 23.05%
B 100 of 256 ~ 39.06%

%37.89
%23.05
%39.06

CMYK color model

#613B64 color CMYK value is (3,41,0,61).

  • cyan value is 3.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(3,41,0,61)
C3M41Y0K61 
(3%,41%,0%,61%)
(0.03/0.41/0.00/0.61)	

CMYK percentages

%3
%41
%0
%60.78

Codes

Color #613B64 in popluar color models

613B64
RGB9759100
HSL296°25.79%31.18%
HSB/HSV296°41.00%39.22%
CMYK3.00%41.00%0.00%
60.78%

Color #613B64 in popluar number systems.

HEX613B64
Decimal9759100
Binary11000011110111100100
Octal14173144

Shades and tints

Shades of #613B64

#613B64
(97,59,100)
#59365B
(89,54,91)
#513152
(81,49,82)
#492C49
(73,44,73)
#412740
(65,39,64)
#392237
(57,34,55)
#311D2E
(49,29,46)
#291825
(41,24,37)
#21131C
(33,19,28)
#190E13
(25,14,19)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #613B64

#613B64
(97,59,100)
#6F4C72
(111,76,114)
#7D5D80
(125,93,128)
#8B6E8E
(139,110,142)
#997F9C
(153,127,156)
#A790AA
(167,144,170)
#B5A1B8
(181,161,184)
#C3B2C6
(195,178,198)
#D1C3D4
(209,195,212)
#DFD4E2
(223,212,226)
#EDE5F0
(237,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613B64; }

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

This text font color is #613B64.


Background Color

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

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

This div background color is #613B64.


Border color

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

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

This div border color is #613B64.


Opacity

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

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

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

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

This text has shadow with #613B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613B64 on black background.


Color preview on white background

This text has color #613B64 on white background.



Black color preview on #613B64 background

This text has black color on #613B64 background.


White color preview on #613B64 background

This text has white color on #613B64 background.