COLOR #613C5F

HEX: #613C5F
RGB: (97,60,95)

Color info

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

RGB color model

#613C5F color RGB value is (97,60,95).

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

RGB channels and saturation

R 97 of 255 = 38%
G 60 of 255 = 24%
B 95 of 255 = 37%

97
60
95

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

Portions of RGB colors in percentages

R + G + B =
97 + 60 + 95 = 252 (100%)
R 97 of 252 ~ 38.49%
G 60 of 252 ~ 23.81%
B 95 of 252 ~ 37.7%

%38.49
%23.81
%37.7

CMYK color model

#613C5F color CMYK value is (0,38,2,62).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK:
(0,38,2,62)
C0M38Y2K62 
(0%,38%,2%,62%)
(0.00/0.38/0.02/0.62)	

CMYK percentages

%0
%38.14
%2.06
%61.96

Codes

Color #613C5F in popluar color models

613C5F
RGB976095
HSL303°23.57%30.78%
HSB/HSV303°38.14%38.04%
CMYK0.00%38.14%2.06%
61.96%

Color #613C5F in popluar number systems.

HEX613C5F
Decimal976095
Binary11000011111001011111
Octal14174137

Shades and tints

Shades of #613C5F

#613C5F
(97,60,95)
#593757
(89,55,87)
#51324F
(81,50,79)
#492D47
(73,45,71)
#41283F
(65,40,63)
#392337
(57,35,55)
#311E2F
(49,30,47)
#291927
(41,25,39)
#21141F
(33,20,31)
#190F17
(25,15,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #613C5F

#613C5F
(97,60,95)
#6F4D6D
(111,77,109)
#7D5E7B
(125,94,123)
#8B6F89
(139,111,137)
#998097
(153,128,151)
#A791A5
(167,145,165)
#B5A2B3
(181,162,179)
#C3B3C1
(195,179,193)
#D1C4CF
(209,196,207)
#DFD5DD
(223,213,221)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613C5F; }

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

This text font color is #613C5F.


Background Color

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

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

This div background color is #613C5F.


Border color

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

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

This div border color is #613C5F.


Opacity

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

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

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

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

This text has shadow with #613C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C5F on black background.


Color preview on white background

This text has color #613C5F on white background.



Black color preview on #613C5F background

This text has black color on #613C5F background.


White color preview on #613C5F background

This text has white color on #613C5F background.