COLOR #615957

HEX: #615957
RGB: (97,89,87)

Color info

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

RGB color model

#615957 color RGB value is (97,89,87).

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

RGB channels and saturation

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

97
89
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 87 = 273 (100%)
R 97 of 273 ~ 35.53%
G 89 of 273 ~ 32.6%
B 87 of 273 ~ 31.87%

%35.53
%32.6
%31.87

CMYK color model

#615957 color CMYK value is (0,8,10,62).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,8,10,62)
C0M8Y10K62 
(0%,8%,10%,62%)
(0.00/0.08/0.10/0.62)	

CMYK percentages

%0
%8.25
%10.31
%61.96

Codes

Color #615957 in popluar color models

615957
RGB978987
HSL12°5.43%36.08%
HSB/HSV12°10.31%38.04%
CMYK0.00%8.25%10.31%
61.96%

Color #615957 in popluar number systems.

HEX615957
Decimal978987
Binary110000110110011010111
Octal141131127

Shades and tints

Shades of #615957

#615957
(97,89,87)
#595150
(89,81,80)
#514949
(81,73,73)
#494142
(73,65,66)
#41393B
(65,57,59)
#393134
(57,49,52)
#31292D
(49,41,45)
#292126
(41,33,38)
#21191F
(33,25,31)
#191118
(25,17,24)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #615957

#615957
(97,89,87)
#6F6866
(111,104,102)
#7D7775
(125,119,117)
#8B8684
(139,134,132)
#999593
(153,149,147)
#A7A4A2
(167,164,162)
#B5B3B1
(181,179,177)
#C3C2C0
(195,194,192)
#D1D1CF
(209,209,207)
#DFE0DE
(223,224,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615957; }

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

This text font color is #615957.


Background Color

.myBgColor { background-color: #615957; }

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

This div background color is #615957.


Border color

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

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

This div border color is #615957.


Opacity

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

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

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

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

This text has shadow with #615957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615957 on black background.


Color preview on white background

This text has color #615957 on white background.



Black color preview on #615957 background

This text has black color on #615957 background.


White color preview on #615957 background

This text has white color on #615957 background.