COLOR #615E50

HEX: #615E50 RGB: (97,94,80)

Color info

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

RGB color model

#615E50 color RGB value is (97,94,80).

RGB: (97,94,80) (38%, 37%, 31%)

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 80 of 255 = 31%

97
94
80

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

Portions of RGB colors in percentages

R + G + B = 97 + 94 + 80 = 271 (100%)
R 97 of 271 ~ 35.79%
G 94 of 271 ~ 34.69%
B 80 of 271 ~ 29.52'%

%35.79
%34.69
%29.52

CMYK color model

#615E50 color CMYK value is (0,3,18,62).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 17.53%
  • key color value is 61.96%

CMYK: (0,3,18,62)
C0M3Y18K62 (0%, 3%, 18%, 62%)
(0.00 / 0.03 / 0.18 / 0.62)

CMYK percentages

%0
%3.09
%17.53
%61.96

Codes

Color #615E50 in popluar color models

61 5E 50
RGB 97 94 80
HSL 49° 9.60% 34.71%
HSB/HSV 49° 17.53% 38.04%
CMYK 0.00% 3.09% 17.53%
61.96%

Color #615E50 in popluar number systems.

HEX 61 5E 50
Decimal 97 94 80
Binary 1100001 1011110 1010000
Octal 141 136 120

Shades and tints

Shades of #615E50

#615E50
(97,94,80)
#595649
(89,86,73)
#514E42
(81,78,66)
#49463B
(73,70,59)
#413E34
(65,62,52)
#39362D
(57,54,45)
#312E26
(49,46,38)
#29261F
(41,38,31)
#211E18
(33,30,24)
#191611
(25,22,17)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #615E50

#615E50
(97,94,80)
#6F6C5F
(111,108,95)
#7D7A6E
(125,122,110)
#8B887D
(139,136,125)
#99968C
(153,150,140)
#A7A49B
(167,164,155)
#B5B2AA
(181,178,170)
#C3C0B9
(195,192,185)
#D1CEC8
(209,206,200)
#DFDCD7
(223,220,215)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615E50; }

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

This text font color is #615E50.

Background Color

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

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

This div background color is #615E50.

Border color

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

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

This div border color is #615E50.

Opacity

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

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

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

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

This text has shadow with #615E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615E50.

Preview

Color preview on black background

This text has color #615E50 on black background.


Color preview on white background

This text has color #615E50 on white background.


Black color preview on #615E50 background

This text has black color on #615E50 background.


White color preview on #615E50 background

This text has white color on #615E50 background.


Related colors

Complementary color

Complementary color for #hex is #9EA1AF.


I love getcolorcode.com

Triadic colors

1 #50615E and #5E5061 with #615E50 are triadic colors.

2 #505E61 and #5E6150 with #615E50 are triadic colors.