COLOR #613C58

HEX: #613C58
RGB: (97,60,88)

Color info

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

RGB color model

#613C58 color RGB value is (97,60,88).

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

RGB channels and saturation

R 97 of 255 = 38%
G 60 of 255 = 24%
B 88 of 255 = 35%

97
60
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 60 + 88 = 245 (100%)
R 97 of 245 ~ 39.59%
G 60 of 245 ~ 24.49%
B 88 of 245 ~ 35.92%

%39.59
%24.49
%35.92

CMYK color model

#613C58 color CMYK value is (0,38,9,62).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(0,38,9,62)
C0M38Y9K62 
(0%,38%,9%,62%)
(0.00/0.38/0.09/0.62)	

CMYK percentages

%0
%38.14
%9.28
%61.96

Codes

Color #613C58 in popluar color models

613C58
RGB976088
HSL315°23.57%30.78%
HSB/HSV315°38.14%38.04%
CMYK0.00%38.14%9.28%
61.96%

Color #613C58 in popluar number systems.

HEX613C58
Decimal976088
Binary11000011111001011000
Octal14174130

Shades and tints

Shades of #613C58

#613C58
(97,60,88)
#593750
(89,55,80)
#513248
(81,50,72)
#492D40
(73,45,64)
#412838
(65,40,56)
#392330
(57,35,48)
#311E28
(49,30,40)
#291920
(41,25,32)
#211418
(33,20,24)
#190F10
(25,15,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #613C58

#613C58
(97,60,88)
#6F4D67
(111,77,103)
#7D5E76
(125,94,118)
#8B6F85
(139,111,133)
#998094
(153,128,148)
#A791A3
(167,145,163)
#B5A2B2
(181,162,178)
#C3B3C1
(195,179,193)
#D1C4D0
(209,196,208)
#DFD5DF
(223,213,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613C58; }

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

This text font color is #613C58.


Background Color

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

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

This div background color is #613C58.


Border color

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

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

This div border color is #613C58.


Opacity

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

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

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

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

This text has shadow with #613C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C58 on black background.


Color preview on white background

This text has color #613C58 on white background.



Black color preview on #613C58 background

This text has black color on #613C58 background.


White color preview on #613C58 background

This text has white color on #613C58 background.