COLOR #61215B

HEX: #61215B
RGB: (97,33,91)

Color info

#61215B contains mainly red and blue colors. Web safe color of #61215B is #663366 (or #636).

RGB color model

#61215B color RGB value is (97,33,91).

  • red value is 97;
  • green value is 33;
  • blue value is 91.
RGB:
(97,33,91)
(38%,13%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 33 of 255 = 13%
B 91 of 255 = 36%

97
33
91

R + G + B ~ 29%. #61215B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 33 + 91 = 221 (100%)
R 97 of 221 ~ 43.89%
G 33 of 221 ~ 14.93%
B 91 of 221 ~ 41.18%

%43.89
%14.93
%41.18

CMYK color model

#61215B color CMYK value is (0,66,6,62).

  • cyan value is 0.00%
  • magenta value is 65.98%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(0,66,6,62)
C0M66Y6K62 
(0%,66%,6%,62%)
(0.00/0.66/0.06/0.62)	

CMYK percentages

%0
%65.98
%6.19
%61.96

Codes

Color #61215B in popluar color models

61215B
RGB973391
HSL306°49.23%25.49%
HSB/HSV306°65.98%38.04%
CMYK0.00%65.98%6.19%
61.96%

Color #61215B in popluar number systems.

HEX61215B
Decimal973391
Binary11000011000011011011
Octal14141133

Shades and tints

Shades of #61215B

#61215B
(97,33,91)
#591E53
(89,30,83)
#511B4B
(81,27,75)
#491843
(73,24,67)
#41153B
(65,21,59)
#391233
(57,18,51)
#310F2B
(49,15,43)
#290C23
(41,12,35)
#21091B
(33,9,27)
#190613
(25,6,19)
#11030B
(17,3,11)
#000000
(0,0,0)

Tints of #61215B

#61215B
(97,33,91)
#6F3569
(111,53,105)
#7D4977
(125,73,119)
#8B5D85
(139,93,133)
#997193
(153,113,147)
#A785A1
(167,133,161)
#B599AF
(181,153,175)
#C3ADBD
(195,173,189)
#D1C1CB
(209,193,203)
#DFD5D9
(223,213,217)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61215B color. Also use rgb(97,33,91) instead hex code.

Text Font Color

.myTextColor { color: #61215B; }

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

This text font color is #61215B.


Background Color

.myBgColor { background-color: #61215B; }

<div style="background-color:#61215B">Inner text</div>

This div background color is #61215B.


Border color

.myBorderColor { border: 1px solid #61215B; }

<div style="border:3px solid #61215B">Div</div>

This div border color is #61215B.


Opacity

.myOpacity80 { color: #61215B; opacity: 0.8; }

<p style="color:#61215B;opacity:0.8;">80%</p>

Text with #61215B 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 #61215B;}

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

This text has shadow with #61215B color.

.textShadow {text-shadow: 3px 3px 1px #61215B, 3px 3px 1px red;}

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

This text has shadow with #61215B primary color and red secondary color.


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

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

This text has shadow with #61215B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61215B on black background.


Color preview on white background

This text has color #61215B on white background.



Black color preview on #61215B background

This text has black color on #61215B background.


White color preview on #61215B background

This text has white color on #61215B background.