COLOR #61315C

HEX: #61315C
RGB: (97,49,92)

Color info

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

RGB color model

#61315C color RGB value is (97,49,92).

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

RGB channels and saturation

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

97
49
92

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

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 92 = 238 (100%)
R 97 of 238 ~ 40.76%
G 49 of 238 ~ 20.59%
B 92 of 238 ~ 38.66%

%40.76
%20.59
%38.66

CMYK color model

#61315C color CMYK value is (0,49,5,62).

  • cyan value is 0.00%
  • magenta value is 49.48%
  • yellow value is 5.15%
  • key color value is 61.96%
CMYK:
(0,49,5,62)
C0M49Y5K62 
(0%,49%,5%,62%)
(0.00/0.49/0.05/0.62)	

CMYK percentages

%0
%49.48
%5.15
%61.96

Codes

Color #61315C in popluar color models

61315C
RGB974992
HSL306°32.88%28.63%
HSB/HSV306°49.48%38.04%
CMYK0.00%49.48%5.15%
61.96%

Color #61315C in popluar number systems.

HEX61315C
Decimal974992
Binary11000011100011011100
Octal14161134

Shades and tints

Shades of #61315C

#61315C
(97,49,92)
#592D54
(89,45,84)
#51294C
(81,41,76)
#492544
(73,37,68)
#41213C
(65,33,60)
#391D34
(57,29,52)
#31192C
(49,25,44)
#291524
(41,21,36)
#21111C
(33,17,28)
#190D14
(25,13,20)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #61315C

#61315C
(97,49,92)
#6F436A
(111,67,106)
#7D5578
(125,85,120)
#8B6786
(139,103,134)
#997994
(153,121,148)
#A78BA2
(167,139,162)
#B59DB0
(181,157,176)
#C3AFBE
(195,175,190)
#D1C1CC
(209,193,204)
#DFD3DA
(223,211,218)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61315C; }

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

This text font color is #61315C.


Background Color

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

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

This div background color is #61315C.


Border color

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

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

This div border color is #61315C.


Opacity

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

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

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

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

This text has shadow with #61315C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61315C on black background.


Color preview on white background

This text has color #61315C on white background.



Black color preview on #61315C background

This text has black color on #61315C background.


White color preview on #61315C background

This text has white color on #61315C background.