COLOR #615A57

HEX: #615A57
RGB: (97,90,87)

Color info

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

RGB color model

#615A57 color RGB value is (97,90,87).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 87 of 255 = 34%

97
90
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 87 = 274 (100%)
R 97 of 274 ~ 35.4%
G 90 of 274 ~ 32.85%
B 87 of 274 ~ 31.75%

%35.4
%32.85
%31.75

CMYK color model

#615A57 color CMYK value is (0,7,10,62).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,7,10,62)
C0M7Y10K62 
(0%,7%,10%,62%)
(0.00/0.07/0.10/0.62)	

CMYK percentages

%0
%7.22
%10.31
%61.96

Codes

Color #615A57 in popluar color models

615A57
RGB979087
HSL18°5.43%36.08%
HSB/HSV18°10.31%38.04%
CMYK0.00%7.22%10.31%
61.96%

Color #615A57 in popluar number systems.

HEX615A57
Decimal979087
Binary110000110110101010111
Octal141132127

Shades and tints

Shades of #615A57

#615A57
(97,90,87)
#595250
(89,82,80)
#514A49
(81,74,73)
#494242
(73,66,66)
#413A3B
(65,58,59)
#393234
(57,50,52)
#312A2D
(49,42,45)
#292226
(41,34,38)
#211A1F
(33,26,31)
#191218
(25,18,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #615A57

#615A57
(97,90,87)
#6F6966
(111,105,102)
#7D7875
(125,120,117)
#8B8784
(139,135,132)
#999693
(153,150,147)
#A7A5A2
(167,165,162)
#B5B4B1
(181,180,177)
#C3C3C0
(195,195,192)
#D1D2CF
(209,210,207)
#DFE1DE
(223,225,222)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A57; }

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

This text font color is #615A57.


Background Color

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

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

This div background color is #615A57.


Border color

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

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

This div border color is #615A57.


Opacity

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

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

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

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

This text has shadow with #615A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A57 on black background.


Color preview on white background

This text has color #615A57 on white background.



Black color preview on #615A57 background

This text has black color on #615A57 background.


White color preview on #615A57 background

This text has white color on #615A57 background.