COLOR #615257

HEX: #615257
RGB: (97,82,87)

Color info

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

RGB color model

#615257 color RGB value is (97,82,87).

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

RGB channels and saturation

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

97
82
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 87 = 266 (100%)
R 97 of 266 ~ 36.47%
G 82 of 266 ~ 30.83%
B 87 of 266 ~ 32.71%

%36.47
%30.83
%32.71

CMYK color model

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

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

CMYK percentages

%0
%15.46
%10.31
%61.96

Codes

Color #615257 in popluar color models

615257
RGB978287
HSL340°8.38%35.10%
HSB/HSV340°15.46%38.04%
CMYK0.00%15.46%10.31%
61.96%

Color #615257 in popluar number systems.

HEX615257
Decimal978287
Binary110000110100101010111
Octal141122127

Shades and tints

Shades of #615257

#615257
(97,82,87)
#594B50
(89,75,80)
#514449
(81,68,73)
#493D42
(73,61,66)
#41363B
(65,54,59)
#392F34
(57,47,52)
#31282D
(49,40,45)
#292126
(41,33,38)
#211A1F
(33,26,31)
#191318
(25,19,24)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #615257

#615257
(97,82,87)
#6F6166
(111,97,102)
#7D7075
(125,112,117)
#8B7F84
(139,127,132)
#998E93
(153,142,147)
#A79DA2
(167,157,162)
#B5ACB1
(181,172,177)
#C3BBC0
(195,187,192)
#D1CACF
(209,202,207)
#DFD9DE
(223,217,222)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615257; }

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

This text font color is #615257.


Background Color

.myBgColor { background-color: #615257; }

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

This div background color is #615257.


Border color

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

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

This div border color is #615257.


Opacity

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

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

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

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

This text has shadow with #615257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615257 on black background.


Color preview on white background

This text has color #615257 on white background.



Black color preview on #615257 background

This text has black color on #615257 background.


White color preview on #615257 background

This text has white color on #615257 background.