COLOR #61415D

HEX: #61415D
RGB: (97,65,93)

Color info

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

RGB color model

#61415D color RGB value is (97,65,93).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 93 of 255 = 36%

97
65
93

R + G + B ~ 33%. #61415D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 93 = 255 (100%)
R 97 of 255 ~ 38.04%
G 65 of 255 ~ 25.49%
B 93 of 255 ~ 36.47%

%38.04
%25.49
%36.47

CMYK color model

#61415D color CMYK value is (0,33,4,62).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(0,33,4,62)
C0M33Y4K62 
(0%,33%,4%,62%)
(0.00/0.33/0.04/0.62)	

CMYK percentages

%0
%32.99
%4.12
%61.96

Codes

Color #61415D in popluar color models

61415D
RGB976593
HSL308°19.75%31.76%
HSB/HSV308°32.99%38.04%
CMYK0.00%32.99%4.12%
61.96%

Color #61415D in popluar number systems.

HEX61415D
Decimal976593
Binary110000110000011011101
Octal141101135

Shades and tints

Shades of #61415D

#61415D
(97,65,93)
#593C55
(89,60,85)
#51374D
(81,55,77)
#493245
(73,50,69)
#412D3D
(65,45,61)
#392835
(57,40,53)
#31232D
(49,35,45)
#291E25
(41,30,37)
#21191D
(33,25,29)
#191415
(25,20,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #61415D

#61415D
(97,65,93)
#6F526B
(111,82,107)
#7D6379
(125,99,121)
#8B7487
(139,116,135)
#998595
(153,133,149)
#A796A3
(167,150,163)
#B5A7B1
(181,167,177)
#C3B8BF
(195,184,191)
#D1C9CD
(209,201,205)
#DFDADB
(223,218,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61415D; }

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

This text font color is #61415D.


Background Color

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

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

This div background color is #61415D.


Border color

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

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

This div border color is #61415D.


Opacity

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

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

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

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

This text has shadow with #61415D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61415D on black background.


Color preview on white background

This text has color #61415D on white background.



Black color preview on #61415D background

This text has black color on #61415D background.


White color preview on #61415D background

This text has white color on #61415D background.