COLOR #5B615C

HEX: #5B615C RGB: (91,97,92)

Color info

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

RGB color model

#5B615C color RGB value is (91,97,92).

RGB: (91,97,92) (36%, 38%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 92 of 255 = 36%

91
97
92

R + G + B ~ 37%. #5B615C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 97 + 92 = 280 (100%)
R 91 of 280 ~ 32.5%
G 97 of 280 ~ 34.64%
B 92 of 280 ~ 32.86'%

%32.5
%34.64
%32.86

CMYK color model

#5B615C color CMYK value is (6,0,5,62).

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

CMYK: (6,0,5,62)
C6M0Y5K62 (6%, 0%, 5%, 62%)
(0.06 / 0.00 / 0.05 / 0.62)

CMYK percentages

%6.19
%0
%5.15
%61.96

Codes

Color #5B615C in popluar color models

5B 61 5C
RGB 91 97 92
HSL 130° 3.19% 36.86%
HSB/HSV 130° 6.19% 38.04%
CMYK 6.19% 0.00% 5.15%
61.96%

Color #5B615C in popluar number systems.

HEX 5B 61 5C
Decimal 91 97 92
Binary 1011011 1100001 1011100
Octal 133 141 134

Shades and tints

Shades of #5B615C

#5B615C
(91,97,92)
#535954
(83,89,84)
#4B514C
(75,81,76)
#434944
(67,73,68)
#3B413C
(59,65,60)
#333934
(51,57,52)
#2B312C
(43,49,44)
#232924
(35,41,36)
#1B211C
(27,33,28)
#131914
(19,25,20)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #5B615C

#5B615C
(91,97,92)
#696F6A
(105,111,106)
#777D78
(119,125,120)
#858B86
(133,139,134)
#939994
(147,153,148)
#A1A7A2
(161,167,162)
#AFB5B0
(175,181,176)
#BDC3BE
(189,195,190)
#CBD1CC
(203,209,204)
#D9DFDA
(217,223,218)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B615C color. Also use rgb(91,97,92) instead hex code.

Text Font Color

.myTextColor { color: #5B615C; }

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

This text font color is #5B615C.

Background Color

.myBgColor { background-color: #5B615C; }

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

This div background color is #5B615C.

Border color

.myBorderColor { border: 1px solid #5B615C; }

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

This div border color is #5B615C.

Opacity

.myOpacity80 { color: #5B615C; opacity: 0.8; }

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

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

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

This text has shadow with #5B615C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B615C.

Preview

Color preview on black background

This text has color #5B615C on black background.


Color preview on white background

This text has color #5B615C on white background.


Black color preview on #5B615C background

This text has black color on #5B615C background.


White color preview on #5B615C background

This text has white color on #5B615C background.


Related colors

Complementary color

Complementary color for #hex is #A49EA3.


I love getcolorcode.com

Triadic colors

1 #5C5B61 and #615C5B with #5B615C are triadic colors.

2 #5C615B and #615B5C with #5B615C are triadic colors.