COLOR #5B7465

HEX: #5B7465
RGB: (91,116,101)

Color info

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

RGB color model

#5B7465 color RGB value is (91,116,101).

  • red value is 91;
  • green value is 116;
  • blue value is 101.
RGB:
(91,116,101)
(36%,45%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 116 of 255 = 45%
B 101 of 255 = 40%

91
116
101

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

Portions of RGB colors in percentages

R + G + B =
91 + 116 + 101 = 308 (100%)
R 91 of 308 ~ 29.55%
G 116 of 308 ~ 37.66%
B 101 of 308 ~ 32.79%

%29.55
%37.66
%32.79

CMYK color model

#5B7465 color CMYK value is (22,0,13,55).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK:
(22,0,13,55)
C22M0Y13K55 
(22%,0%,13%,55%)
(0.22/0.00/0.13/0.55)	

CMYK percentages

%21.55
%0
%12.93
%54.51

Codes

Color #5B7465 in popluar color models

5B7465
RGB91116101
HSL144°12.08%40.59%
HSB/HSV144°21.55%45.49%
CMYK21.55%0.00%12.93%
54.51%

Color #5B7465 in popluar number systems.

HEX5B7465
Decimal91116101
Binary101101111101001100101
Octal133164145

Shades and tints

Shades of #5B7465

#5B7465
(91,116,101)
#536A5C
(83,106,92)
#4B6053
(75,96,83)
#43564A
(67,86,74)
#3B4C41
(59,76,65)
#334238
(51,66,56)
#2B382F
(43,56,47)
#232E26
(35,46,38)
#1B241D
(27,36,29)
#131A14
(19,26,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #5B7465

#5B7465
(91,116,101)
#698073
(105,128,115)
#778C81
(119,140,129)
#85988F
(133,152,143)
#93A49D
(147,164,157)
#A1B0AB
(161,176,171)
#AFBCB9
(175,188,185)
#BDC8C7
(189,200,199)
#CBD4D5
(203,212,213)
#D9E0E3
(217,224,227)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7465 color. Also use rgb(91,116,101) instead hex code.

Text Font Color

.myTextColor { color: #5B7465; }

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

This text font color is #5B7465.


Background Color

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

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

This div background color is #5B7465.


Border color

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

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

This div border color is #5B7465.


Opacity

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

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

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

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

This text has shadow with #5B7465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7465 on black background.


Color preview on white background

This text has color #5B7465 on white background.



Black color preview on #5B7465 background

This text has black color on #5B7465 background.


White color preview on #5B7465 background

This text has white color on #5B7465 background.