COLOR #5B6259

HEX: #5B6259
RGB: (91,98,89)

Color info

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

RGB color model

#5B6259 color RGB value is (91,98,89).

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

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 89 of 255 = 35%

91
98
89

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

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 89 = 278 (100%)
R 91 of 278 ~ 32.73%
G 98 of 278 ~ 35.25%
B 89 of 278 ~ 32.01%

%32.73
%35.25
%32.01

CMYK color model

#5B6259 color CMYK value is (7,0,9,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(7,0,9,62)
C7M0Y9K62 
(7%,0%,9%,62%)
(0.07/0.00/0.09/0.62)	

CMYK percentages

%7.14
%0
%9.18
%61.57

Codes

Color #5B6259 in popluar color models

5B6259
RGB919889
HSL107°4.81%36.67%
HSB/HSV107°9.18%38.43%
CMYK7.14%0.00%9.18%
61.57%

Color #5B6259 in popluar number systems.

HEX5B6259
Decimal919889
Binary101101111000101011001
Octal133142131

Shades and tints

Shades of #5B6259

#5B6259
(91,98,89)
#535A51
(83,90,81)
#4B5249
(75,82,73)
#434A41
(67,74,65)
#3B4239
(59,66,57)
#333A31
(51,58,49)
#2B3229
(43,50,41)
#232A21
(35,42,33)
#1B2219
(27,34,25)
#131A11
(19,26,17)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #5B6259

#5B6259
(91,98,89)
#697068
(105,112,104)
#777E77
(119,126,119)
#858C86
(133,140,134)
#939A95
(147,154,149)
#A1A8A4
(161,168,164)
#AFB6B3
(175,182,179)
#BDC4C2
(189,196,194)
#CBD2D1
(203,210,209)
#D9E0E0
(217,224,224)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6259 color. Also use rgb(91,98,89) instead hex code.

Text Font Color

.myTextColor { color: #5B6259; }

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

This text font color is #5B6259.


Background Color

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

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

This div background color is #5B6259.


Border color

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

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

This div border color is #5B6259.


Opacity

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

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

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

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

This text has shadow with #5B6259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6259 on black background.


Color preview on white background

This text has color #5B6259 on white background.



Black color preview on #5B6259 background

This text has black color on #5B6259 background.


White color preview on #5B6259 background

This text has white color on #5B6259 background.