COLOR #615F56

HEX: #615F56
RGB: (97,95,86)

Color info

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

RGB color model

#615F56 color RGB value is (97,95,86).

  • red value is 97;
  • green value is 95;
  • blue value is 86.
RGB:
(97,95,86)
(38%,37%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 86 of 255 = 34%

97
95
86

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

Portions of RGB colors in percentages

R + G + B =
97 + 95 + 86 = 278 (100%)
R 97 of 278 ~ 34.89%
G 95 of 278 ~ 34.17%
B 86 of 278 ~ 30.94%

%34.89
%34.17
%30.94

CMYK color model

#615F56 color CMYK value is (0,2,11,62).

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(0,2,11,62)
C0M2Y11K62 
(0%,2%,11%,62%)
(0.00/0.02/0.11/0.62)	

CMYK percentages

%0
%2.06
%11.34
%61.96

Codes

Color #615F56 in popluar color models

615F56
RGB979586
HSL49°6.01%35.88%
HSB/HSV49°11.34%38.04%
CMYK0.00%2.06%11.34%
61.96%

Color #615F56 in popluar number systems.

HEX615F56
Decimal979586
Binary110000110111111010110
Octal141137126

Shades and tints

Shades of #615F56

#615F56
(97,95,86)
#59574F
(89,87,79)
#514F48
(81,79,72)
#494741
(73,71,65)
#413F3A
(65,63,58)
#393733
(57,55,51)
#312F2C
(49,47,44)
#292725
(41,39,37)
#211F1E
(33,31,30)
#191717
(25,23,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #615F56

#615F56
(97,95,86)
#6F6D65
(111,109,101)
#7D7B74
(125,123,116)
#8B8983
(139,137,131)
#999792
(153,151,146)
#A7A5A1
(167,165,161)
#B5B3B0
(181,179,176)
#C3C1BF
(195,193,191)
#D1CFCE
(209,207,206)
#DFDDDD
(223,221,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615F56 color. Also use rgb(97,95,86) instead hex code.

Text Font Color

.myTextColor { color: #615F56; }

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

This text font color is #615F56.


Background Color

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

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

This div background color is #615F56.


Border color

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

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

This div border color is #615F56.


Opacity

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

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

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

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

This text has shadow with #615F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615F56 on black background.


Color preview on white background

This text has color #615F56 on white background.



Black color preview on #615F56 background

This text has black color on #615F56 background.


White color preview on #615F56 background

This text has white color on #615F56 background.