COLOR #615C5B

HEX: #615C5B RGB: (97,92,91)

Color info

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

RGB color model

#615C5B color RGB value is (97,92,91).

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

RGB channels and saturation

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

97
92
91

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

Portions of RGB colors in percentages

R + G + B = 97 + 92 + 91 = 280 (100%)
R 97 of 280 ~ 34.64%
G 92 of 280 ~ 32.86%
B 91 of 280 ~ 32.5'%

%34.64
%32.86
%32.5

CMYK color model

#615C5B color CMYK value is (0,5,6,62).

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

CMYK: (0,5,6,62)
C0M5Y6K62 (0%, 5%, 6%, 62%)
(0.00 / 0.05 / 0.06 / 0.62)

CMYK percentages

%0
%5.15
%6.19
%61.96

Codes

Color #615C5B in popluar color models

61 5C 5B
RGB 97 92 91
HSL 10° 3.19% 36.86%
HSB/HSV 10° 6.19% 38.04%
CMYK 0.00% 5.15% 6.19%
61.96%

Color #615C5B in popluar number systems.

HEX 61 5C 5B
Decimal 97 92 91
Binary 1100001 1011100 1011011
Octal 141 134 133

Shades and tints

Shades of #615C5B

#615C5B
(97,92,91)
#595453
(89,84,83)
#514C4B
(81,76,75)
#494443
(73,68,67)
#413C3B
(65,60,59)
#393433
(57,52,51)
#312C2B
(49,44,43)
#292423
(41,36,35)
#211C1B
(33,28,27)
#191413
(25,20,19)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #615C5B

#615C5B
(97,92,91)
#6F6A69
(111,106,105)
#7D7877
(125,120,119)
#8B8685
(139,134,133)
#999493
(153,148,147)
#A7A2A1
(167,162,161)
#B5B0AF
(181,176,175)
#C3BEBD
(195,190,189)
#D1CCCB
(209,204,203)
#DFDAD9
(223,218,217)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C5B; }

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

This text font color is #615C5B.

Background Color

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

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

This div background color is #615C5B.

Border color

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

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

This div border color is #615C5B.

Opacity

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

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

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

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

This text has shadow with #615C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615C5B.

Preview

Color preview on black background

This text has color #615C5B on black background.


Color preview on white background

This text has color #615C5B on white background.


Black color preview on #615C5B background

This text has black color on #615C5B background.


White color preview on #615C5B background

This text has white color on #615C5B background.


Related colors

Complementary color

Complementary color for #hex is #9EA3A4.


I love getcolorcode.com

Triadic colors

1 #5B615C and #5C5B61 with #615C5B are triadic colors.

2 #5B5C61 and #5C615B with #615C5B are triadic colors.