COLOR #615555

HEX: #615555 RGB: (97,85,85)

Color info

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

RGB color model

#615555 color RGB value is (97,85,85).

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

RGB channels and saturation

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

97
85
85

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

Portions of RGB colors in percentages

R + G + B = 97 + 85 + 85 = 267 (100%)
R 97 of 267 ~ 36.33%
G 85 of 267 ~ 31.84%
B 85 of 267 ~ 31.84'%

%36.33
%31.84
%31.84

CMYK color model

#615555 color CMYK value is (0,12,12,62).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 12.37%
  • key color value is 61.96%

CMYK: (0,12,12,62)
C0M12Y12K62 (0%, 12%, 12%, 62%)
(0.00 / 0.12 / 0.12 / 0.62)

CMYK percentages

%0
%12.37
%12.37
%61.96

Codes

Color #615555 in popluar color models

61 55 55
RGB 97 85 85
HSL 6.59% 35.69%
HSB/HSV 12.37% 38.04%
CMYK 0.00% 12.37% 12.37%
61.96%

Color #615555 in popluar number systems.

HEX 61 55 55
Decimal 97 85 85
Binary 1100001 1010101 1010101
Octal 141 125 125

Shades and tints

Shades of #615555

#615555
(97,85,85)
#594E4E
(89,78,78)
#514747
(81,71,71)
#494040
(73,64,64)
#413939
(65,57,57)
#393232
(57,50,50)
#312B2B
(49,43,43)
#292424
(41,36,36)
#211D1D
(33,29,29)
#191616
(25,22,22)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #615555

#615555
(97,85,85)
#6F6464
(111,100,100)
#7D7373
(125,115,115)
#8B8282
(139,130,130)
#999191
(153,145,145)
#A7A0A0
(167,160,160)
#B5AFAF
(181,175,175)
#C3BEBE
(195,190,190)
#D1CDCD
(209,205,205)
#DFDCDC
(223,220,220)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615555; }

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

This text font color is #615555.

Background Color

.myBgColor { background-color: #615555; }

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

This div background color is #615555.

Border color

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

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

This div border color is #615555.

Opacity

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

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

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

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

This text has shadow with #615555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615555.

Preview

Color preview on black background

This text has color #615555 on black background.


Color preview on white background

This text has color #615555 on white background.


Black color preview on #615555 background

This text has black color on #615555 background.


White color preview on #615555 background

This text has white color on #615555 background.


Related colors

Complementary color

Complementary color for #hex is #9EAAAA.


I love getcolorcode.com