COLOR #615C6A

HEX: #615C6A
RGB: (97,92,106)

Color info

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

RGB color model

#615C6A color RGB value is (97,92,106).

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

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 106 of 255 = 42%

97
92
106

R + G + B ~ 39%. #615C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 106 = 295 (100%)
R 97 of 295 ~ 32.88%
G 92 of 295 ~ 31.19%
B 106 of 295 ~ 35.93%

%32.88
%31.19
%35.93

CMYK color model

#615C6A color CMYK value is (8,13,0,58).

  • cyan value is 8.49%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(8,13,0,58)
C8M13Y0K58 
(8%,13%,0%,58%)
(0.08/0.13/0.00/0.58)	

CMYK percentages

%8.49
%13.21
%0
%58.43

Codes

Color #615C6A in popluar color models

615C6A
RGB9792106
HSL261°7.07%38.82%
HSB/HSV261°13.21%41.57%
CMYK8.49%13.21%0.00%
58.43%

Color #615C6A in popluar number systems.

HEX615C6A
Decimal9792106
Binary110000110111001101010
Octal141134152

Shades and tints

Shades of #615C6A

#615C6A
(97,92,106)
#595461
(89,84,97)
#514C58
(81,76,88)
#49444F
(73,68,79)
#413C46
(65,60,70)
#39343D
(57,52,61)
#312C34
(49,44,52)
#29242B
(41,36,43)
#211C22
(33,28,34)
#191419
(25,20,25)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #615C6A

#615C6A
(97,92,106)
#6F6A77
(111,106,119)
#7D7884
(125,120,132)
#8B8691
(139,134,145)
#99949E
(153,148,158)
#A7A2AB
(167,162,171)
#B5B0B8
(181,176,184)
#C3BEC5
(195,190,197)
#D1CCD2
(209,204,210)
#DFDADF
(223,218,223)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C6A; }

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

This text font color is #615C6A.


Background Color

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

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

This div background color is #615C6A.


Border color

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

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

This div border color is #615C6A.


Opacity

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

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

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

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

This text has shadow with #615C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C6A on black background.


Color preview on white background

This text has color #615C6A on white background.



Black color preview on #615C6A background

This text has black color on #615C6A background.


White color preview on #615C6A background

This text has white color on #615C6A background.