COLOR #613657

HEX: #613657
RGB: (97,54,87)

Color info

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

RGB color model

#613657 color RGB value is (97,54,87).

  • red value is 97;
  • green value is 54;
  • blue value is 87.
RGB:
(97,54,87)
(38%,21%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 54 of 255 = 21%
B 87 of 255 = 34%

97
54
87

R + G + B ~ 31%. #613657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 87 = 238 (100%)
R 97 of 238 ~ 40.76%
G 54 of 238 ~ 22.69%
B 87 of 238 ~ 36.55%

%40.76
%22.69
%36.55

CMYK color model

#613657 color CMYK value is (0,44,10,62).

  • cyan value is 0.00%
  • magenta value is 44.33%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,44,10,62)
C0M44Y10K62 
(0%,44%,10%,62%)
(0.00/0.44/0.10/0.62)	

CMYK percentages

%0
%44.33
%10.31
%61.96

Codes

Color #613657 in popluar color models

613657
RGB975487
HSL314°28.48%29.61%
HSB/HSV314°44.33%38.04%
CMYK0.00%44.33%10.31%
61.96%

Color #613657 in popluar number systems.

HEX613657
Decimal975487
Binary11000011101101010111
Octal14166127

Shades and tints

Shades of #613657

#613657
(97,54,87)
#593250
(89,50,80)
#512E49
(81,46,73)
#492A42
(73,42,66)
#41263B
(65,38,59)
#392234
(57,34,52)
#311E2D
(49,30,45)
#291A26
(41,26,38)
#21161F
(33,22,31)
#191218
(25,18,24)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #613657

#613657
(97,54,87)
#6F4866
(111,72,102)
#7D5A75
(125,90,117)
#8B6C84
(139,108,132)
#997E93
(153,126,147)
#A790A2
(167,144,162)
#B5A2B1
(181,162,177)
#C3B4C0
(195,180,192)
#D1C6CF
(209,198,207)
#DFD8DE
(223,216,222)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613657 color. Also use rgb(97,54,87) instead hex code.

Text Font Color

.myTextColor { color: #613657; }

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

This text font color is #613657.


Background Color

.myBgColor { background-color: #613657; }

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

This div background color is #613657.


Border color

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

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

This div border color is #613657.


Opacity

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

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

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

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

This text has shadow with #613657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613657 on black background.


Color preview on white background

This text has color #613657 on white background.



Black color preview on #613657 background

This text has black color on #613657 background.


White color preview on #613657 background

This text has white color on #613657 background.