COLOR #615856

HEX: #615856
RGB: (97,88,86)

Color info

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

RGB color model

#615856 color RGB value is (97,88,86).

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

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 86 of 255 = 34%

97
88
86

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

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 86 = 271 (100%)
R 97 of 271 ~ 35.79%
G 88 of 271 ~ 32.47%
B 86 of 271 ~ 31.73%

%35.79
%32.47
%31.73

CMYK color model

#615856 color CMYK value is (0,9,11,62).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(0,9,11,62)
C0M9Y11K62 
(0%,9%,11%,62%)
(0.00/0.09/0.11/0.62)	

CMYK percentages

%0
%9.28
%11.34
%61.96

Codes

Color #615856 in popluar color models

615856
RGB978886
HSL11°6.01%35.88%
HSB/HSV11°11.34%38.04%
CMYK0.00%9.28%11.34%
61.96%

Color #615856 in popluar number systems.

HEX615856
Decimal978886
Binary110000110110001010110
Octal141130126

Shades and tints

Shades of #615856

#615856
(97,88,86)
#59504F
(89,80,79)
#514848
(81,72,72)
#494041
(73,64,65)
#41383A
(65,56,58)
#393033
(57,48,51)
#31282C
(49,40,44)
#292025
(41,32,37)
#21181E
(33,24,30)
#191017
(25,16,23)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #615856

#615856
(97,88,86)
#6F6765
(111,103,101)
#7D7674
(125,118,116)
#8B8583
(139,133,131)
#999492
(153,148,146)
#A7A3A1
(167,163,161)
#B5B2B0
(181,178,176)
#C3C1BF
(195,193,191)
#D1D0CE
(209,208,206)
#DFDFDD
(223,223,221)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615856; }

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

This text font color is #615856.


Background Color

.myBgColor { background-color: #615856; }

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

This div background color is #615856.


Border color

.myBorderColor { border: 1px solid #615856; }

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

This div border color is #615856.


Opacity

.myOpacity80 { color: #615856; opacity: 0.8; }

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

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

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

This text has shadow with #615856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615856 on black background.


Color preview on white background

This text has color #615856 on white background.



Black color preview on #615856 background

This text has black color on #615856 background.


White color preview on #615856 background

This text has white color on #615856 background.