COLOR #615C5A

HEX: #615C5A
RGB: (97,92,90)

Color info

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

RGB color model

#615C5A color RGB value is (97,92,90).

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

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 90 of 255 = 35%

97
92
90

R + G + B ~ 36%. #615C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 90 = 279 (100%)
R 97 of 279 ~ 34.77%
G 92 of 279 ~ 32.97%
B 90 of 279 ~ 32.26%

%34.77
%32.97
%32.26

CMYK color model

#615C5A color CMYK value is (0,5,7,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(0,5,7,62)
C0M5Y7K62 
(0%,5%,7%,62%)
(0.00/0.05/0.07/0.62)	

CMYK percentages

%0
%5.15
%7.22
%61.96

Codes

Color #615C5A in popluar color models

615C5A
RGB979290
HSL17°3.74%36.67%
HSB/HSV17°7.22%38.04%
CMYK0.00%5.15%7.22%
61.96%

Color #615C5A in popluar number systems.

HEX615C5A
Decimal979290
Binary110000110111001011010
Octal141134132

Shades and tints

Shades of #615C5A

#615C5A
(97,92,90)
#595452
(89,84,82)
#514C4A
(81,76,74)
#494442
(73,68,66)
#413C3A
(65,60,58)
#393432
(57,52,50)
#312C2A
(49,44,42)
#292422
(41,36,34)
#211C1A
(33,28,26)
#191412
(25,20,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #615C5A

#615C5A
(97,92,90)
#6F6A69
(111,106,105)
#7D7878
(125,120,120)
#8B8687
(139,134,135)
#999496
(153,148,150)
#A7A2A5
(167,162,165)
#B5B0B4
(181,176,180)
#C3BEC3
(195,190,195)
#D1CCD2
(209,204,210)
#DFDAE1
(223,218,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C5A; }

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

This text font color is #615C5A.


Background Color

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

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

This div background color is #615C5A.


Border color

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

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

This div border color is #615C5A.


Opacity

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

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

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

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

This text has shadow with #615C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C5A on black background.


Color preview on white background

This text has color #615C5A on white background.



Black color preview on #615C5A background

This text has black color on #615C5A background.


White color preview on #615C5A background

This text has white color on #615C5A background.