COLOR #615757

HEX: #615757
RGB: (97,87,87)

Color info

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

RGB color model

#615757 color RGB value is (97,87,87).

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

RGB channels and saturation

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

97
87
87

R + G + B ~ 35%. #615757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 87 + 87 = 271 (100%)
R 97 of 271 ~ 35.79%
G 87 of 271 ~ 32.1%
B 87 of 271 ~ 32.1%

%35.79
%32.1
%32.1

CMYK color model

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

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

CMYK percentages

%0
%10.31
%10.31
%61.96

Codes

Color #615757 in popluar color models

615757
RGB978787
HSL5.43%36.08%
HSB/HSV10.31%38.04%
CMYK0.00%10.31%10.31%
61.96%

Color #615757 in popluar number systems.

HEX615757
Decimal978787
Binary110000110101111010111
Octal141127127

Shades and tints

Shades of #615757

#615757
(97,87,87)
#595050
(89,80,80)
#514949
(81,73,73)
#494242
(73,66,66)
#413B3B
(65,59,59)
#393434
(57,52,52)
#312D2D
(49,45,45)
#292626
(41,38,38)
#211F1F
(33,31,31)
#191818
(25,24,24)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #615757

#615757
(97,87,87)
#6F6666
(111,102,102)
#7D7575
(125,117,117)
#8B8484
(139,132,132)
#999393
(153,147,147)
#A7A2A2
(167,162,162)
#B5B1B1
(181,177,177)
#C3C0C0
(195,192,192)
#D1CFCF
(209,207,207)
#DFDEDE
(223,222,222)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615757; }

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

This text font color is #615757.


Background Color

.myBgColor { background-color: #615757; }

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

This div background color is #615757.


Border color

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

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

This div border color is #615757.


Opacity

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

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

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

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

This text has shadow with #615757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615757 on black background.


Color preview on white background

This text has color #615757 on white background.



Black color preview on #615757 background

This text has black color on #615757 background.


White color preview on #615757 background

This text has white color on #615757 background.