COLOR #613D71

HEX: #613D71
RGB: (97,61,113)

Color info

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

RGB color model

#613D71 color RGB value is (97,61,113).

  • red value is 97;
  • green value is 61;
  • blue value is 113.
RGB:
(97,61,113)
(38%,24%,44%)

RGB channels and saturation

R 97 of 255 = 38%
G 61 of 255 = 24%
B 113 of 255 = 44%

97
61
113

R + G + B ~ 35%. #613D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 61 + 113 = 271 (100%)
R 97 of 271 ~ 35.79%
G 61 of 271 ~ 22.51%
B 113 of 271 ~ 41.7%

%35.79
%22.51
%41.7

CMYK color model

#613D71 color CMYK value is (14,46,0,56).

  • cyan value is 14.16%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(14,46,0,56)
C14M46Y0K56 
(14%,46%,0%,56%)
(0.14/0.46/0.00/0.56)	

CMYK percentages

%14.16
%46.02
%0
%55.69

Codes

Color #613D71 in popluar color models

613D71
RGB9761113
HSL282°29.89%34.12%
HSB/HSV282°46.02%44.31%
CMYK14.16%46.02%0.00%
55.69%

Color #613D71 in popluar number systems.

HEX613D71
Decimal9761113
Binary11000011111011110001
Octal14175161

Shades and tints

Shades of #613D71

#613D71
(97,61,113)
#593867
(89,56,103)
#51335D
(81,51,93)
#492E53
(73,46,83)
#412949
(65,41,73)
#39243F
(57,36,63)
#311F35
(49,31,53)
#291A2B
(41,26,43)
#211521
(33,21,33)
#191017
(25,16,23)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #613D71

#613D71
(97,61,113)
#6F4E7D
(111,78,125)
#7D5F89
(125,95,137)
#8B7095
(139,112,149)
#9981A1
(153,129,161)
#A792AD
(167,146,173)
#B5A3B9
(181,163,185)
#C3B4C5
(195,180,197)
#D1C5D1
(209,197,209)
#DFD6DD
(223,214,221)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613D71 color. Also use rgb(97,61,113) instead hex code.

Text Font Color

.myTextColor { color: #613D71; }

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

This text font color is #613D71.


Background Color

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

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

This div background color is #613D71.


Border color

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

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

This div border color is #613D71.


Opacity

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

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

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

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

This text has shadow with #613D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D71 on black background.


Color preview on white background

This text has color #613D71 on white background.



Black color preview on #613D71 background

This text has black color on #613D71 background.


White color preview on #613D71 background

This text has white color on #613D71 background.