COLOR #615B5C

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

Color info

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

RGB color model

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

  • red value is 97;
  • green value is 91;
  • blue value is 92.
RGB:
(97,91,92)
(38%,36%,36%)

RGB channels and saturation

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

97
91
92

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

Portions of RGB colors in percentages

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

%34.64
%32.5
%32.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 5.15%
  • key color value is 61.96%
CMYK:
(0,6,5,62)
C0M6Y5K62 
(0%,6%,5%,62%)
(0.00/0.06/0.05/0.62)	

CMYK percentages

%0
%6.19
%5.15
%61.96

Codes

Color #615B5C in popluar color models

615B5C
RGB979192
HSL350°3.19%36.86%
HSB/HSV350°6.19%38.04%
CMYK0.00%6.19%5.15%
61.96%

Color #615B5C in popluar number systems.

HEX615B5C
Decimal979192
Binary110000110110111011100
Octal141133134

Shades and tints

Shades of #615B5C

#615B5C
(97,91,92)
#595354
(89,83,84)
#514B4C
(81,75,76)
#494344
(73,67,68)
#413B3C
(65,59,60)
#393334
(57,51,52)
#312B2C
(49,43,44)
#292324
(41,35,36)
#211B1C
(33,27,28)
#191314
(25,19,20)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #615B5C

#615B5C
(97,91,92)
#6F696A
(111,105,106)
#7D7778
(125,119,120)
#8B8586
(139,133,134)
#999394
(153,147,148)
#A7A1A2
(167,161,162)
#B5AFB0
(181,175,176)
#C3BDBE
(195,189,190)
#D1CBCC
(209,203,204)
#DFD9DA
(223,217,218)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615B5C; }

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

This text font color is #615B5C.


Background Color

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

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

This div background color is #615B5C.


Border color

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

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

This div border color is #615B5C.


Opacity

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

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

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

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

This text has shadow with #615B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615B5C on black background.


Color preview on white background

This text has color #615B5C on white background.



Black color preview on #615B5C background

This text has black color on #615B5C background.


White color preview on #615B5C background

This text has white color on #615B5C background.