COLOR #5B685A

HEX: #5B685A
RGB: (91,104,90)

Color info

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

RGB color model

#5B685A color RGB value is (91,104,90).

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

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 90 of 255 = 35%

91
104
90

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

Portions of RGB colors in percentages

R + G + B =
91 + 104 + 90 = 285 (100%)
R 91 of 285 ~ 31.93%
G 104 of 285 ~ 36.49%
B 90 of 285 ~ 31.58%

%31.93
%36.49
%31.58

CMYK color model

#5B685A color CMYK value is (13,0,13,59).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 59.22%
CMYK:
(13,0,13,59)
C13M0Y13K59 
(13%,0%,13%,59%)
(0.13/0.00/0.13/0.59)	

CMYK percentages

%12.5
%0
%13.46
%59.22

Codes

Color #5B685A in popluar color models

5B685A
RGB9110490
HSL116°7.22%38.04%
HSB/HSV116°13.46%40.78%
CMYK12.50%0.00%13.46%
59.22%

Color #5B685A in popluar number systems.

HEX5B685A
Decimal9110490
Binary101101111010001011010
Octal133150132

Shades and tints

Shades of #5B685A

#5B685A
(91,104,90)
#535F52
(83,95,82)
#4B564A
(75,86,74)
#434D42
(67,77,66)
#3B443A
(59,68,58)
#333B32
(51,59,50)
#2B322A
(43,50,42)
#232922
(35,41,34)
#1B201A
(27,32,26)
#131712
(19,23,18)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #5B685A

#5B685A
(91,104,90)
#697569
(105,117,105)
#778278
(119,130,120)
#858F87
(133,143,135)
#939C96
(147,156,150)
#A1A9A5
(161,169,165)
#AFB6B4
(175,182,180)
#BDC3C3
(189,195,195)
#CBD0D2
(203,208,210)
#D9DDE1
(217,221,225)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B685A; }

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

This text font color is #5B685A.


Background Color

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

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

This div background color is #5B685A.


Border color

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

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

This div border color is #5B685A.


Opacity

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

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

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

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

This text has shadow with #5B685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B685A on black background.


Color preview on white background

This text has color #5B685A on white background.



Black color preview on #5B685A background

This text has black color on #5B685A background.


White color preview on #5B685A background

This text has white color on #5B685A background.