COLOR #61465D

HEX: #61465D
RGB: (97,70,93)

Color info

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

RGB color model

#61465D color RGB value is (97,70,93).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 93 of 255 = 36%

97
70
93

R + G + B ~ 34%. #61465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 93 = 260 (100%)
R 97 of 260 ~ 37.31%
G 70 of 260 ~ 26.92%
B 93 of 260 ~ 35.77%

%37.31
%26.92
%35.77

CMYK color model

#61465D color CMYK value is (0,28,4,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(0,28,4,62)
C0M28Y4K62 
(0%,28%,4%,62%)
(0.00/0.28/0.04/0.62)	

CMYK percentages

%0
%27.84
%4.12
%61.96

Codes

Color #61465D in popluar color models

61465D
RGB977093
HSL309°16.17%32.75%
HSB/HSV309°27.84%38.04%
CMYK0.00%27.84%4.12%
61.96%

Color #61465D in popluar number systems.

HEX61465D
Decimal977093
Binary110000110001101011101
Octal141106135

Shades and tints

Shades of #61465D

#61465D
(97,70,93)
#594055
(89,64,85)
#513A4D
(81,58,77)
#493445
(73,52,69)
#412E3D
(65,46,61)
#392835
(57,40,53)
#31222D
(49,34,45)
#291C25
(41,28,37)
#21161D
(33,22,29)
#191015
(25,16,21)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #61465D

#61465D
(97,70,93)
#6F566B
(111,86,107)
#7D6679
(125,102,121)
#8B7687
(139,118,135)
#998695
(153,134,149)
#A796A3
(167,150,163)
#B5A6B1
(181,166,177)
#C3B6BF
(195,182,191)
#D1C6CD
(209,198,205)
#DFD6DB
(223,214,219)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61465D; }

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

This text font color is #61465D.


Background Color

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

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

This div background color is #61465D.


Border color

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

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

This div border color is #61465D.


Opacity

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

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

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

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

This text has shadow with #61465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61465D on black background.


Color preview on white background

This text has color #61465D on white background.



Black color preview on #61465D background

This text has black color on #61465D background.


White color preview on #61465D background

This text has white color on #61465D background.