COLOR #61565D

HEX: #61565D
RGB: (97,86,93)

Color info

#61565D contains red, green and blue colors in about the same proportion. Web safe color of #61565D is #666666 (or #666).

RGB color model

#61565D color RGB value is (97,86,93).

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

RGB channels and saturation

R 97 of 255 = 38%
G 86 of 255 = 34%
B 93 of 255 = 36%

97
86
93

R + G + B ~ 36%. #61565D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 86 + 93 = 276 (100%)
R 97 of 276 ~ 35.14%
G 86 of 276 ~ 31.16%
B 93 of 276 ~ 33.7%

%35.14
%31.16
%33.7

CMYK color model

#61565D color CMYK value is (0,11,4,62).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(0,11,4,62)
C0M11Y4K62 
(0%,11%,4%,62%)
(0.00/0.11/0.04/0.62)	

CMYK percentages

%0
%11.34
%4.12
%61.96

Codes

Color #61565D in popluar color models

61565D
RGB978693
HSL322°6.01%35.88%
HSB/HSV322°11.34%38.04%
CMYK0.00%11.34%4.12%
61.96%

Color #61565D in popluar number systems.

HEX61565D
Decimal978693
Binary110000110101101011101
Octal141126135

Shades and tints

Shades of #61565D

#61565D
(97,86,93)
#594F55
(89,79,85)
#51484D
(81,72,77)
#494145
(73,65,69)
#413A3D
(65,58,61)
#393335
(57,51,53)
#312C2D
(49,44,45)
#292525
(41,37,37)
#211E1D
(33,30,29)
#191715
(25,23,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #61565D

#61565D
(97,86,93)
#6F656B
(111,101,107)
#7D7479
(125,116,121)
#8B8387
(139,131,135)
#999295
(153,146,149)
#A7A1A3
(167,161,163)
#B5B0B1
(181,176,177)
#C3BFBF
(195,191,191)
#D1CECD
(209,206,205)
#DFDDDB
(223,221,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61565D; }

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

This text font color is #61565D.


Background Color

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

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

This div background color is #61565D.


Border color

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

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

This div border color is #61565D.


Opacity

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

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

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

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

This text has shadow with #61565D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61565D on black background.


Color preview on white background

This text has color #61565D on white background.



Black color preview on #61565D background

This text has black color on #61565D background.


White color preview on #61565D background

This text has white color on #61565D background.