COLOR #615B6A

HEX: #615B6A
RGB: (97,91,106)

Color info

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

RGB color model

#615B6A color RGB value is (97,91,106).

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

RGB channels and saturation

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

97
91
106

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

Portions of RGB colors in percentages

R + G + B =
97 + 91 + 106 = 294 (100%)
R 97 of 294 ~ 32.99%
G 91 of 294 ~ 30.95%
B 106 of 294 ~ 36.05%

%32.99
%30.95
%36.05

CMYK color model

#615B6A color CMYK value is (8,14,0,58).

  • cyan value is 8.49%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(8,14,0,58)
C8M14Y0K58 
(8%,14%,0%,58%)
(0.08/0.14/0.00/0.58)	

CMYK percentages

%8.49
%14.15
%0
%58.43

Codes

Color #615B6A in popluar color models

615B6A
RGB9791106
HSL264°7.61%38.63%
HSB/HSV264°14.15%41.57%
CMYK8.49%14.15%0.00%
58.43%

Color #615B6A in popluar number systems.

HEX615B6A
Decimal9791106
Binary110000110110111101010
Octal141133152

Shades and tints

Shades of #615B6A

#615B6A
(97,91,106)
#595361
(89,83,97)
#514B58
(81,75,88)
#49434F
(73,67,79)
#413B46
(65,59,70)
#39333D
(57,51,61)
#312B34
(49,43,52)
#29232B
(41,35,43)
#211B22
(33,27,34)
#191319
(25,19,25)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #615B6A

#615B6A
(97,91,106)
#6F6977
(111,105,119)
#7D7784
(125,119,132)
#8B8591
(139,133,145)
#99939E
(153,147,158)
#A7A1AB
(167,161,171)
#B5AFB8
(181,175,184)
#C3BDC5
(195,189,197)
#D1CBD2
(209,203,210)
#DFD9DF
(223,217,223)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615B6A; }

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

This text font color is #615B6A.


Background Color

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

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

This div background color is #615B6A.


Border color

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

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

This div border color is #615B6A.


Opacity

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

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

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

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

This text has shadow with #615B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615B6A on black background.


Color preview on white background

This text has color #615B6A on white background.



Black color preview on #615B6A background

This text has black color on #615B6A background.


White color preview on #615B6A background

This text has white color on #615B6A background.