COLOR #615A5B

HEX: #615A5B
RGB: (97,90,91)

Color info

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

RGB color model

#615A5B color RGB value is (97,90,91).

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

RGB channels and saturation

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

97
90
91

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 91 = 278 (100%)
R 97 of 278 ~ 34.89%
G 90 of 278 ~ 32.37%
B 91 of 278 ~ 32.73%

%34.89
%32.37
%32.73

CMYK color model

#615A5B color CMYK value is (0,7,6,62).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(0,7,6,62)
C0M7Y6K62 
(0%,7%,6%,62%)
(0.00/0.07/0.06/0.62)	

CMYK percentages

%0
%7.22
%6.19
%61.96

Codes

Color #615A5B in popluar color models

615A5B
RGB979091
HSL351°3.74%36.67%
HSB/HSV351°7.22%38.04%
CMYK0.00%7.22%6.19%
61.96%

Color #615A5B in popluar number systems.

HEX615A5B
Decimal979091
Binary110000110110101011011
Octal141132133

Shades and tints

Shades of #615A5B

#615A5B
(97,90,91)
#595253
(89,82,83)
#514A4B
(81,74,75)
#494243
(73,66,67)
#413A3B
(65,58,59)
#393233
(57,50,51)
#312A2B
(49,42,43)
#292223
(41,34,35)
#211A1B
(33,26,27)
#191213
(25,18,19)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #615A5B

#615A5B
(97,90,91)
#6F6969
(111,105,105)
#7D7877
(125,120,119)
#8B8785
(139,135,133)
#999693
(153,150,147)
#A7A5A1
(167,165,161)
#B5B4AF
(181,180,175)
#C3C3BD
(195,195,189)
#D1D2CB
(209,210,203)
#DFE1D9
(223,225,217)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A5B; }

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

This text font color is #615A5B.


Background Color

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

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

This div background color is #615A5B.


Border color

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

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

This div border color is #615A5B.


Opacity

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

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

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

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

This text has shadow with #615A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A5B on black background.


Color preview on white background

This text has color #615A5B on white background.



Black color preview on #615A5B background

This text has black color on #615A5B background.


White color preview on #615A5B background

This text has white color on #615A5B background.