COLOR #615E5C

HEX: #615E5C
RGB: (97,94,92)

Color info

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

RGB color model

#615E5C color RGB value is (97,94,92).

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

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 92 of 255 = 36%

97
94
92

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

Portions of RGB colors in percentages

R + G + B =
97 + 94 + 92 = 283 (100%)
R 97 of 283 ~ 34.28%
G 94 of 283 ~ 33.22%
B 92 of 283 ~ 32.51%

%34.28
%33.22
%32.51

CMYK color model

#615E5C color CMYK value is (0,3,5,62).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 5.15%
  • key color value is 61.96%
CMYK:
(0,3,5,62)
C0M3Y5K62 
(0%,3%,5%,62%)
(0.00/0.03/0.05/0.62)	

CMYK percentages

%0
%3.09
%5.15
%61.96

Codes

Color #615E5C in popluar color models

615E5C
RGB979492
HSL24°2.65%37.06%
HSB/HSV24°5.15%38.04%
CMYK0.00%3.09%5.15%
61.96%

Color #615E5C in popluar number systems.

HEX615E5C
Decimal979492
Binary110000110111101011100
Octal141136134

Shades and tints

Shades of #615E5C

#615E5C
(97,94,92)
#595654
(89,86,84)
#514E4C
(81,78,76)
#494644
(73,70,68)
#413E3C
(65,62,60)
#393634
(57,54,52)
#312E2C
(49,46,44)
#292624
(41,38,36)
#211E1C
(33,30,28)
#191614
(25,22,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #615E5C

#615E5C
(97,94,92)
#6F6C6A
(111,108,106)
#7D7A78
(125,122,120)
#8B8886
(139,136,134)
#999694
(153,150,148)
#A7A4A2
(167,164,162)
#B5B2B0
(181,178,176)
#C3C0BE
(195,192,190)
#D1CECC
(209,206,204)
#DFDCDA
(223,220,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615E5C; }

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

This text font color is #615E5C.


Background Color

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

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

This div background color is #615E5C.


Border color

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

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

This div border color is #615E5C.


Opacity

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

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

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

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

This text has shadow with #615E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615E5C on black background.


Color preview on white background

This text has color #615E5C on white background.



Black color preview on #615E5C background

This text has black color on #615E5C background.


White color preview on #615E5C background

This text has white color on #615E5C background.