COLOR #615C5D

HEX: #615C5D RGB: (97,92,93)

Color info

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

RGB color model

#615C5D color RGB value is (97,92,93).

RGB: (97,92,93) (38%, 36%, 36%)

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 93 of 255 = 36%

97
92
93

R + G + B ~ 37%. #615C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 92 + 93 = 282 (100%)
R 97 of 282 ~ 34.4%
G 92 of 282 ~ 32.62%
B 93 of 282 ~ 32.98'%

%34.4
%32.62
%32.98

CMYK color model

#615C5D color CMYK value is (0,5,4,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 4.12%
  • key color value is 61.96%

CMYK: (0,5,4,62)
C0M5Y4K62 (0%, 5%, 4%, 62%)
(0.00 / 0.05 / 0.04 / 0.62)

CMYK percentages

%0
%5.15
%4.12
%61.96

Codes

Color #615C5D in popluar color models

61 5C 5D
RGB 97 92 93
HSL 348° 2.65% 37.06%
HSB/HSV 348° 5.15% 38.04%
CMYK 0.00% 5.15% 4.12%
61.96%

Color #615C5D in popluar number systems.

HEX 61 5C 5D
Decimal 97 92 93
Binary 1100001 1011100 1011101
Octal 141 134 135

Shades and tints

Shades of #615C5D

#615C5D
(97,92,93)
#595455
(89,84,85)
#514C4D
(81,76,77)
#494445
(73,68,69)
#413C3D
(65,60,61)
#393435
(57,52,53)
#312C2D
(49,44,45)
#292425
(41,36,37)
#211C1D
(33,28,29)
#191415
(25,20,21)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #615C5D

#615C5D
(97,92,93)
#6F6A6B
(111,106,107)
#7D7879
(125,120,121)
#8B8687
(139,134,135)
#999495
(153,148,149)
#A7A2A3
(167,162,163)
#B5B0B1
(181,176,177)
#C3BEBF
(195,190,191)
#D1CCCD
(209,204,205)
#DFDADB
(223,218,219)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615C5D color. Also use rgb(97,92,93) instead hex code.

Text Font Color

.myTextColor { color: #615C5D; }

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

This text font color is #615C5D.

Background Color

.myBgColor { background-color: #615C5D; }

<div style="background-color:#615C5D">Inner text</div>

This div background color is #615C5D.

Border color

.myBorderColor { border: 1px solid #615C5D; }

<div style="border:3px solid #615C5D">Div</div>

This div border color is #615C5D.

Opacity

.myOpacity80 { color: #615C5D; opacity: 0.8; }

<p style="color:#615C5D;opacity:0.8;">80%</p>

Text with #615C5D 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 #615C5D;}

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

This text has shadow with #615C5D color.


.textShadow {text-shadow: 3px 3px 1px #615C5D', 3px 3px 1px red;}

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

This text has shadow with #615C5D primary color and red secondary color.


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

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

This text has shadow with #615C5D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #615C5D; -webkit-box-shadow: 1px 1px 3px 2px #615C5D; box-shadow:1px 1px 3px 2px #615C5D;">
Div content here
</div>

This div box has shadow with color #615C5D.

Preview

Color preview on black background

This text has color #615C5D on black background.


Color preview on white background

This text has color #615C5D on white background.


Black color preview on #615C5D background

This text has black color on #615C5D background.


White color preview on #615C5D background

This text has white color on #615C5D background.


Related colors

Complementary color

Complementary color for #hex is #9EA3A2.


I love getcolorcode.com

Triadic colors

1 #5D615C and #5C5D61 with #615C5D are triadic colors.

2 #5D5C61 and #5C615D with #615C5D are triadic colors.