COLOR #5B615A

HEX: #5B615A
RGB: (91,97,90)

Color info

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

RGB color model

#5B615A color RGB value is (91,97,90).

  • red value is 91;
  • green value is 97;
  • blue value is 90.
RGB:
(91,97,90)
(36%,38%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 90 of 255 = 35%

91
97
90

R + G + B ~ 36%. #5B615A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 97 + 90 = 278 (100%)
R 91 of 278 ~ 32.73%
G 97 of 278 ~ 34.89%
B 90 of 278 ~ 32.37%

%32.73
%34.89
%32.37

CMYK color model

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

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(6,0,7,62)
C6M0Y7K62 
(6%,0%,7%,62%)
(0.06/0.00/0.07/0.62)	

CMYK percentages

%6.19
%0
%7.22
%61.96

Codes

Color #5B615A in popluar color models

5B615A
RGB919790
HSL111°3.74%36.67%
HSB/HSV111°7.22%38.04%
CMYK6.19%0.00%7.22%
61.96%

Color #5B615A in popluar number systems.

HEX5B615A
Decimal919790
Binary101101111000011011010
Octal133141132

Shades and tints

Shades of #5B615A

#5B615A
(91,97,90)
#535952
(83,89,82)
#4B514A
(75,81,74)
#434942
(67,73,66)
#3B413A
(59,65,58)
#333932
(51,57,50)
#2B312A
(43,49,42)
#232922
(35,41,34)
#1B211A
(27,33,26)
#131912
(19,25,18)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #5B615A

#5B615A
(91,97,90)
#696F69
(105,111,105)
#777D78
(119,125,120)
#858B87
(133,139,135)
#939996
(147,153,150)
#A1A7A5
(161,167,165)
#AFB5B4
(175,181,180)
#BDC3C3
(189,195,195)
#CBD1D2
(203,209,210)
#D9DFE1
(217,223,225)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B615A; }

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

This text font color is #5B615A.


Background Color

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

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

This div background color is #5B615A.


Border color

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

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

This div border color is #5B615A.


Opacity

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

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

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

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

This text has shadow with #5B615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B615A on black background.


Color preview on white background

This text has color #5B615A on white background.



Black color preview on #5B615A background

This text has black color on #5B615A background.


White color preview on #5B615A background

This text has white color on #5B615A background.