COLOR #615B5F

HEX: #615B5F RGB: (97,91,95)

Color info

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

RGB color model

#615B5F color RGB value is (97,91,95).

RGB: (97,91,95) (38%, 36%, 37%)

RGB channels and saturation

R 97 of 255 = 38%
G 91 of 255 = 36%
B 95 of 255 = 37%

97
91
95

R + G + B ~ 37%. #615B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 91 + 95 = 283 (100%)
R 97 of 283 ~ 34.28%
G 91 of 283 ~ 32.16%
B 95 of 283 ~ 33.57'%

%34.28
%32.16
%33.57

CMYK color model

#615B5F color CMYK value is (0,6,2,62).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 2.06%
  • key color value is 61.96%

CMYK: (0,6,2,62)
C0M6Y2K62 (0%, 6%, 2%, 62%)
(0.00 / 0.06 / 0.02 / 0.62)

CMYK percentages

%0
%6.19
%2.06
%61.96

Codes

Color #615B5F in popluar color models

61 5B 5F
RGB 97 91 95
HSL 320° 3.19% 36.86%
HSB/HSV 320° 6.19% 38.04%
CMYK 0.00% 6.19% 2.06%
61.96%

Color #615B5F in popluar number systems.

HEX 61 5B 5F
Decimal 97 91 95
Binary 1100001 1011011 1011111
Octal 141 133 137

Shades and tints

Shades of #615B5F

#615B5F
(97,91,95)
#595357
(89,83,87)
#514B4F
(81,75,79)
#494347
(73,67,71)
#413B3F
(65,59,63)
#393337
(57,51,55)
#312B2F
(49,43,47)
#292327
(41,35,39)
#211B1F
(33,27,31)
#191317
(25,19,23)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #615B5F

#615B5F
(97,91,95)
#6F696D
(111,105,109)
#7D777B
(125,119,123)
#8B8589
(139,133,137)
#999397
(153,147,151)
#A7A1A5
(167,161,165)
#B5AFB3
(181,175,179)
#C3BDC1
(195,189,193)
#D1CBCF
(209,203,207)
#DFD9DD
(223,217,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615B5F color. Also use rgb(97,91,95) instead hex code.

Text Font Color

.myTextColor { color: #615B5F; }

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

This text font color is #615B5F.

Background Color

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

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

This div background color is #615B5F.

Border color

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

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

This div border color is #615B5F.

Opacity

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

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

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

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

This text has shadow with #615B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615B5F.

Preview

Color preview on black background

This text has color #615B5F on black background.


Color preview on white background

This text has color #615B5F on white background.


Black color preview on #615B5F background

This text has black color on #615B5F background.


White color preview on #615B5F background

This text has white color on #615B5F background.


Related colors

Complementary color

Complementary color for #hex is #9EA4A0.


I love getcolorcode.com

Triadic colors

1 #5F615B and #5B5F61 with #615B5F are triadic colors.

2 #5F5B61 and #5B615F with #615B5F are triadic colors.