COLOR #615D6A

HEX: #615D6A
RGB: (97,93,106)

Color info

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

RGB color model

#615D6A color RGB value is (97,93,106).

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

RGB channels and saturation

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

97
93
106

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

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 106 = 296 (100%)
R 97 of 296 ~ 32.77%
G 93 of 296 ~ 31.42%
B 106 of 296 ~ 35.81%

%32.77
%31.42
%35.81

CMYK color model

#615D6A color CMYK value is (8,12,0,58).

  • cyan value is 8.49%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(8,12,0,58)
C8M12Y0K58 
(8%,12%,0%,58%)
(0.08/0.12/0.00/0.58)	

CMYK percentages

%8.49
%12.26
%0
%58.43

Codes

Color #615D6A in popluar color models

615D6A
RGB9793106
HSL258°6.53%39.02%
HSB/HSV258°12.26%41.57%
CMYK8.49%12.26%0.00%
58.43%

Color #615D6A in popluar number systems.

HEX615D6A
Decimal9793106
Binary110000110111011101010
Octal141135152

Shades and tints

Shades of #615D6A

#615D6A
(97,93,106)
#595561
(89,85,97)
#514D58
(81,77,88)
#49454F
(73,69,79)
#413D46
(65,61,70)
#39353D
(57,53,61)
#312D34
(49,45,52)
#29252B
(41,37,43)
#211D22
(33,29,34)
#191519
(25,21,25)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #615D6A

#615D6A
(97,93,106)
#6F6B77
(111,107,119)
#7D7984
(125,121,132)
#8B8791
(139,135,145)
#99959E
(153,149,158)
#A7A3AB
(167,163,171)
#B5B1B8
(181,177,184)
#C3BFC5
(195,191,197)
#D1CDD2
(209,205,210)
#DFDBDF
(223,219,223)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615D6A; }

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

This text font color is #615D6A.


Background Color

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

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

This div background color is #615D6A.


Border color

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

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

This div border color is #615D6A.


Opacity

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

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

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

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

This text has shadow with #615D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615D6A on black background.


Color preview on white background

This text has color #615D6A on white background.



Black color preview on #615D6A background

This text has black color on #615D6A background.


White color preview on #615D6A background

This text has white color on #615D6A background.