COLOR #615E55

HEX: #615E55 RGB: (97,94,85)

Color info

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

RGB color model

#615E55 color RGB value is (97,94,85).

RGB: (97,94,85) (38%, 37%, 33%)

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 85 of 255 = 33%

97
94
85

R + G + B ~ 36%. #615E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 94 + 85 = 276 (100%)
R 97 of 276 ~ 35.14%
G 94 of 276 ~ 34.06%
B 85 of 276 ~ 30.8'%

%35.14
%34.06
%30.8

CMYK color model

#615E55 color CMYK value is (0,3,12,62).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 12.37%
  • key color value is 61.96%
CMYK: (0,3,12,62) C0M3Y12K62 (0%,3%,12%,62%) (0.00/0.03/0.12/0.62) 

CMYK percentages

%0
%3.09
%12.37
%61.96

Codes

Color #615E55 in popluar color models

61 5E 55
RGB 97 94 85
HSL 45° 6.59% 35.69%
HSB/HSV 45° 12.37% 38.04%
CMYK 0.00% 3.09% 12.37%
61.96%

Color #615E55 in popluar number systems.

HEX 61 5E 55
Decimal 97 94 85
Binary 1100001 1011110 1010101
Octal 141 136 125

Shades and tints

Shades of #615E55

#615E55
(97,94,85)
#59564E
(89,86,78)
#514E47
(81,78,71)
#494640
(73,70,64)
#413E39
(65,62,57)
#393632
(57,54,50)
#312E2B
(49,46,43)
#292624
(41,38,36)
#211E1D
(33,30,29)
#191616
(25,22,22)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #615E55

#615E55
(97,94,85)
#6F6C64
(111,108,100)
#7D7A73
(125,122,115)
#8B8882
(139,136,130)
#999691
(153,150,145)
#A7A4A0
(167,164,160)
#B5B2AF
(181,178,175)
#C3C0BE
(195,192,190)
#D1CECD
(209,206,205)
#DFDCDC
(223,220,220)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615E55; }

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

This text font color is #615E55.

Background Color

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

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

This div background color is #615E55.

Border color

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

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

This div border color is #615E55.

Opacity

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

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

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

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

This text has shadow with #615E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615E55.

Preview

Color preview on black background

This text has color #615E55 on black background.


Color preview on white background

This text has color #615E55 on white background.


Black color preview on #615E55 background

This text has black color on #615E55 background.


White color preview on #615E55 background

This text has white color on #615E55 background.


Related colors

Complementary color

Complementary color for #hex is #9EA1AA.


I love getcolorcode.com

Triadic colors

1 #55615E and #5E5561 with #615E55 are triadic colors.

2 #555E61 and #5E6155 with #615E55 are triadic colors.