COLOR #615C50

HEX: #615C50
RGB: (97,92,80)

Color info

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

RGB color model

#615C50 color RGB value is (97,92,80).

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

RGB channels and saturation

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

97
92
80

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

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 80 = 269 (100%)
R 97 of 269 ~ 36.06%
G 92 of 269 ~ 34.2%
B 80 of 269 ~ 29.74%

%36.06
%34.2
%29.74

CMYK color model

#615C50 color CMYK value is (0,5,18,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(0,5,18,62)
C0M5Y18K62 
(0%,5%,18%,62%)
(0.00/0.05/0.18/0.62)	

CMYK percentages

%0
%5.15
%17.53
%61.96

Codes

Color #615C50 in popluar color models

615C50
RGB979280
HSL42°9.60%34.71%
HSB/HSV42°17.53%38.04%
CMYK0.00%5.15%17.53%
61.96%

Color #615C50 in popluar number systems.

HEX615C50
Decimal979280
Binary110000110111001010000
Octal141134120

Shades and tints

Shades of #615C50

#615C50
(97,92,80)
#595449
(89,84,73)
#514C42
(81,76,66)
#49443B
(73,68,59)
#413C34
(65,60,52)
#39342D
(57,52,45)
#312C26
(49,44,38)
#29241F
(41,36,31)
#211C18
(33,28,24)
#191411
(25,20,17)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #615C50

#615C50
(97,92,80)
#6F6A5F
(111,106,95)
#7D786E
(125,120,110)
#8B867D
(139,134,125)
#99948C
(153,148,140)
#A7A29B
(167,162,155)
#B5B0AA
(181,176,170)
#C3BEB9
(195,190,185)
#D1CCC8
(209,204,200)
#DFDAD7
(223,218,215)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C50; }

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

This text font color is #615C50.


Background Color

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

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

This div background color is #615C50.


Border color

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

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

This div border color is #615C50.


Opacity

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

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

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

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

This text has shadow with #615C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C50 on black background.


Color preview on white background

This text has color #615C50 on white background.



Black color preview on #615C50 background

This text has black color on #615C50 background.


White color preview on #615C50 background

This text has white color on #615C50 background.