COLOR #61315D

HEX: #61315D
RGB: (97,49,93)

Color info

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

RGB color model

#61315D color RGB value is (97,49,93).

  • red value is 97;
  • green value is 49;
  • blue value is 93.
RGB:
(97,49,93)
(38%,19%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 49 of 255 = 19%
B 93 of 255 = 36%

97
49
93

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

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 93 = 239 (100%)
R 97 of 239 ~ 40.59%
G 49 of 239 ~ 20.5%
B 93 of 239 ~ 38.91%

%40.59
%20.5
%38.91

CMYK color model

#61315D color CMYK value is (0,49,4,62).

  • cyan value is 0.00%
  • magenta value is 49.48%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(0,49,4,62)
C0M49Y4K62 
(0%,49%,4%,62%)
(0.00/0.49/0.04/0.62)	

CMYK percentages

%0
%49.48
%4.12
%61.96

Codes

Color #61315D in popluar color models

61315D
RGB974993
HSL305°32.88%28.63%
HSB/HSV305°49.48%38.04%
CMYK0.00%49.48%4.12%
61.96%

Color #61315D in popluar number systems.

HEX61315D
Decimal974993
Binary11000011100011011101
Octal14161135

Shades and tints

Shades of #61315D

#61315D
(97,49,93)
#592D55
(89,45,85)
#51294D
(81,41,77)
#492545
(73,37,69)
#41213D
(65,33,61)
#391D35
(57,29,53)
#31192D
(49,25,45)
#291525
(41,21,37)
#21111D
(33,17,29)
#190D15
(25,13,21)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #61315D

#61315D
(97,49,93)
#6F436B
(111,67,107)
#7D5579
(125,85,121)
#8B6787
(139,103,135)
#997995
(153,121,149)
#A78BA3
(167,139,163)
#B59DB1
(181,157,177)
#C3AFBF
(195,175,191)
#D1C1CD
(209,193,205)
#DFD3DB
(223,211,219)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61315D color. Also use rgb(97,49,93) instead hex code.

Text Font Color

.myTextColor { color: #61315D; }

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

This text font color is #61315D.


Background Color

.myBgColor { background-color: #61315D; }

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

This div background color is #61315D.


Border color

.myBorderColor { border: 1px solid #61315D; }

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

This div border color is #61315D.


Opacity

.myOpacity80 { color: #61315D; opacity: 0.8; }

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

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

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

This text has shadow with #61315D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61315D on black background.


Color preview on white background

This text has color #61315D on white background.



Black color preview on #61315D background

This text has black color on #61315D background.


White color preview on #61315D background

This text has white color on #61315D background.