COLOR #613C57

HEX: #613C57
RGB: (97,60,87)

Color info

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

RGB color model

#613C57 color RGB value is (97,60,87).

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

RGB channels and saturation

R 97 of 255 = 38%
G 60 of 255 = 24%
B 87 of 255 = 34%

97
60
87

R + G + B ~ 32%. #613C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 60 + 87 = 244 (100%)
R 97 of 244 ~ 39.75%
G 60 of 244 ~ 24.59%
B 87 of 244 ~ 35.66%

%39.75
%24.59
%35.66

CMYK color model

#613C57 color CMYK value is (0,38,10,62).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,38,10,62)
C0M38Y10K62 
(0%,38%,10%,62%)
(0.00/0.38/0.10/0.62)	

CMYK percentages

%0
%38.14
%10.31
%61.96

Codes

Color #613C57 in popluar color models

613C57
RGB976087
HSL316°23.57%30.78%
HSB/HSV316°38.14%38.04%
CMYK0.00%38.14%10.31%
61.96%

Color #613C57 in popluar number systems.

HEX613C57
Decimal976087
Binary11000011111001010111
Octal14174127

Shades and tints

Shades of #613C57

#613C57
(97,60,87)
#593750
(89,55,80)
#513249
(81,50,73)
#492D42
(73,45,66)
#41283B
(65,40,59)
#392334
(57,35,52)
#311E2D
(49,30,45)
#291926
(41,25,38)
#21141F
(33,20,31)
#190F18
(25,15,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #613C57

#613C57
(97,60,87)
#6F4D66
(111,77,102)
#7D5E75
(125,94,117)
#8B6F84
(139,111,132)
#998093
(153,128,147)
#A791A2
(167,145,162)
#B5A2B1
(181,162,177)
#C3B3C0
(195,179,192)
#D1C4CF
(209,196,207)
#DFD5DE
(223,213,222)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613C57; }

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

This text font color is #613C57.


Background Color

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

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

This div background color is #613C57.


Border color

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

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

This div border color is #613C57.


Opacity

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

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

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

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

This text has shadow with #613C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C57 on black background.


Color preview on white background

This text has color #613C57 on white background.



Black color preview on #613C57 background

This text has black color on #613C57 background.


White color preview on #613C57 background

This text has white color on #613C57 background.