COLOR #5B6054

HEX: #5B6054
RGB: (91,96,84)

Color info

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

RGB color model

#5B6054 color RGB value is (91,96,84).

  • red value is 91;
  • green value is 96;
  • blue value is 84.
RGB:
(91,96,84)
(36%,38%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 84 of 255 = 33%

91
96
84

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

Portions of RGB colors in percentages

R + G + B =
91 + 96 + 84 = 271 (100%)
R 91 of 271 ~ 33.58%
G 96 of 271 ~ 35.42%
B 84 of 271 ~ 31%

%33.58
%35.42
%31

CMYK color model

#5B6054 color CMYK value is (5,0,13,62).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 62.35%
CMYK:
(5,0,13,62)
C5M0Y13K62 
(5%,0%,13%,62%)
(0.05/0.00/0.13/0.62)	

CMYK percentages

%5.21
%0
%12.5
%62.35

Codes

Color #5B6054 in popluar color models

5B6054
RGB919684
HSL85°6.67%35.29%
HSB/HSV85°12.50%37.65%
CMYK5.21%0.00%12.50%
62.35%

Color #5B6054 in popluar number systems.

HEX5B6054
Decimal919684
Binary101101111000001010100
Octal133140124

Shades and tints

Shades of #5B6054

#5B6054
(91,96,84)
#53584D
(83,88,77)
#4B5046
(75,80,70)
#43483F
(67,72,63)
#3B4038
(59,64,56)
#333831
(51,56,49)
#2B302A
(43,48,42)
#232823
(35,40,35)
#1B201C
(27,32,28)
#131815
(19,24,21)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #5B6054

#5B6054
(91,96,84)
#696E63
(105,110,99)
#777C72
(119,124,114)
#858A81
(133,138,129)
#939890
(147,152,144)
#A1A69F
(161,166,159)
#AFB4AE
(175,180,174)
#BDC2BD
(189,194,189)
#CBD0CC
(203,208,204)
#D9DEDB
(217,222,219)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6054 color. Also use rgb(91,96,84) instead hex code.

Text Font Color

.myTextColor { color: #5B6054; }

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

This text font color is #5B6054.


Background Color

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

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

This div background color is #5B6054.


Border color

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

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

This div border color is #5B6054.


Opacity

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

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

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

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

This text has shadow with #5B6054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6054 on black background.


Color preview on white background

This text has color #5B6054 on white background.



Black color preview on #5B6054 background

This text has black color on #5B6054 background.


White color preview on #5B6054 background

This text has white color on #5B6054 background.