COLOR #61585D

HEX: #61585D
RGB: (97,88,93)

Color info

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

RGB color model

#61585D color RGB value is (97,88,93).

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

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 93 of 255 = 36%

97
88
93

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

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 93 = 278 (100%)
R 97 of 278 ~ 34.89%
G 88 of 278 ~ 31.65%
B 93 of 278 ~ 33.45%

%34.89
%31.65
%33.45

CMYK color model

#61585D color CMYK value is (0,9,4,62).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(0,9,4,62)
C0M9Y4K62 
(0%,9%,4%,62%)
(0.00/0.09/0.04/0.62)	

CMYK percentages

%0
%9.28
%4.12
%61.96

Codes

Color #61585D in popluar color models

61585D
RGB978893
HSL327°4.86%36.27%
HSB/HSV327°9.28%38.04%
CMYK0.00%9.28%4.12%
61.96%

Color #61585D in popluar number systems.

HEX61585D
Decimal978893
Binary110000110110001011101
Octal141130135

Shades and tints

Shades of #61585D

#61585D
(97,88,93)
#595055
(89,80,85)
#51484D
(81,72,77)
#494045
(73,64,69)
#41383D
(65,56,61)
#393035
(57,48,53)
#31282D
(49,40,45)
#292025
(41,32,37)
#21181D
(33,24,29)
#191015
(25,16,21)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #61585D

#61585D
(97,88,93)
#6F676B
(111,103,107)
#7D7679
(125,118,121)
#8B8587
(139,133,135)
#999495
(153,148,149)
#A7A3A3
(167,163,163)
#B5B2B1
(181,178,177)
#C3C1BF
(195,193,191)
#D1D0CD
(209,208,205)
#DFDFDB
(223,223,219)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61585D; }

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

This text font color is #61585D.


Background Color

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

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

This div background color is #61585D.


Border color

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

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

This div border color is #61585D.


Opacity

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

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

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

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

This text has shadow with #61585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61585D on black background.


Color preview on white background

This text has color #61585D on white background.



Black color preview on #61585D background

This text has black color on #61585D background.


White color preview on #61585D background

This text has white color on #61585D background.