COLOR #615D50

HEX: #615D50
RGB: (97,93,80)

Color info

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

RGB color model

#615D50 color RGB value is (97,93,80).

  • red value is 97;
  • green value is 93;
  • blue value is 80.
RGB:
(97,93,80)
(38%,36%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 93 of 255 = 36%
B 80 of 255 = 31%

97
93
80

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

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 80 = 270 (100%)
R 97 of 270 ~ 35.93%
G 93 of 270 ~ 34.44%
B 80 of 270 ~ 29.63%

%35.93
%34.44
%29.63

CMYK color model

#615D50 color CMYK value is (0,4,18,62).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(0,4,18,62)
C0M4Y18K62 
(0%,4%,18%,62%)
(0.00/0.04/0.18/0.62)	

CMYK percentages

%0
%4.12
%17.53
%61.96

Codes

Color #615D50 in popluar color models

615D50
RGB979380
HSL46°9.60%34.71%
HSB/HSV46°17.53%38.04%
CMYK0.00%4.12%17.53%
61.96%

Color #615D50 in popluar number systems.

HEX615D50
Decimal979380
Binary110000110111011010000
Octal141135120

Shades and tints

Shades of #615D50

#615D50
(97,93,80)
#595549
(89,85,73)
#514D42
(81,77,66)
#49453B
(73,69,59)
#413D34
(65,61,52)
#39352D
(57,53,45)
#312D26
(49,45,38)
#29251F
(41,37,31)
#211D18
(33,29,24)
#191511
(25,21,17)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #615D50

#615D50
(97,93,80)
#6F6B5F
(111,107,95)
#7D796E
(125,121,110)
#8B877D
(139,135,125)
#99958C
(153,149,140)
#A7A39B
(167,163,155)
#B5B1AA
(181,177,170)
#C3BFB9
(195,191,185)
#D1CDC8
(209,205,200)
#DFDBD7
(223,219,215)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615D50 color. Also use rgb(97,93,80) instead hex code.

Text Font Color

.myTextColor { color: #615D50; }

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

This text font color is #615D50.


Background Color

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

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

This div background color is #615D50.


Border color

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

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

This div border color is #615D50.


Opacity

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

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

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

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

This text has shadow with #615D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615D50 on black background.


Color preview on white background

This text has color #615D50 on white background.



Black color preview on #615D50 background

This text has black color on #615D50 background.


White color preview on #615D50 background

This text has white color on #615D50 background.