COLOR #5B7164

HEX: #5B7164
RGB: (91,113,100)

Color info

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

RGB color model

#5B7164 color RGB value is (91,113,100).

  • red value is 91;
  • green value is 113;
  • blue value is 100.
RGB:
(91,113,100)
(36%,44%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 113 of 255 = 44%
B 100 of 255 = 39%

91
113
100

R + G + B ~ 40%. #5B7164 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 113 + 100 = 304 (100%)
R 91 of 304 ~ 29.93%
G 113 of 304 ~ 37.17%
B 100 of 304 ~ 32.89%

%29.93
%37.17
%32.89

CMYK color model

#5B7164 color CMYK value is (19,0,12,56).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(19,0,12,56)
C19M0Y12K56 
(19%,0%,12%,56%)
(0.19/0.00/0.12/0.56)	

CMYK percentages

%19.47
%0
%11.5
%55.69

Codes

Color #5B7164 in popluar color models

5B7164
RGB91113100
HSL145°10.78%40.00%
HSB/HSV145°19.47%44.31%
CMYK19.47%0.00%11.50%
55.69%

Color #5B7164 in popluar number systems.

HEX5B7164
Decimal91113100
Binary101101111100011100100
Octal133161144

Shades and tints

Shades of #5B7164

#5B7164
(91,113,100)
#53675B
(83,103,91)
#4B5D52
(75,93,82)
#435349
(67,83,73)
#3B4940
(59,73,64)
#333F37
(51,63,55)
#2B352E
(43,53,46)
#232B25
(35,43,37)
#1B211C
(27,33,28)
#131713
(19,23,19)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #5B7164

#5B7164
(91,113,100)
#697D72
(105,125,114)
#778980
(119,137,128)
#85958E
(133,149,142)
#93A19C
(147,161,156)
#A1ADAA
(161,173,170)
#AFB9B8
(175,185,184)
#BDC5C6
(189,197,198)
#CBD1D4
(203,209,212)
#D9DDE2
(217,221,226)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7164 color. Also use rgb(91,113,100) instead hex code.

Text Font Color

.myTextColor { color: #5B7164; }

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

This text font color is #5B7164.


Background Color

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

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

This div background color is #5B7164.


Border color

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

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

This div border color is #5B7164.


Opacity

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

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

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

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

This text has shadow with #5B7164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7164 on black background.


Color preview on white background

This text has color #5B7164 on white background.



Black color preview on #5B7164 background

This text has black color on #5B7164 background.


White color preview on #5B7164 background

This text has white color on #5B7164 background.