COLOR #5B7378

HEX: #5B7378
RGB: (91,115,120)

Color info

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

RGB color model

#5B7378 color RGB value is (91,115,120).

  • red value is 91;
  • green value is 115;
  • blue value is 120.
RGB:
(91,115,120)
(36%,45%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 120 of 255 = 47%

91
115
120

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

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 120 = 326 (100%)
R 91 of 326 ~ 27.91%
G 115 of 326 ~ 35.28%
B 120 of 326 ~ 36.81%

%27.91
%35.28
%36.81

CMYK color model

#5B7378 color CMYK value is (24,4,0,53).

  • cyan value is 24.17%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(24,4,0,53)
C24M4Y0K53 
(24%,4%,0%,53%)
(0.24/0.04/0.00/0.53)	

CMYK percentages

%24.17
%4.17
%0
%52.94

Codes

Color #5B7378 in popluar color models

5B7378
RGB91115120
HSL190°13.74%41.37%
HSB/HSV190°24.17%47.06%
CMYK24.17%4.17%0.00%
52.94%

Color #5B7378 in popluar number systems.

HEX5B7378
Decimal91115120
Binary101101111100111111000
Octal133163170

Shades and tints

Shades of #5B7378

#5B7378
(91,115,120)
#53696E
(83,105,110)
#4B5F64
(75,95,100)
#43555A
(67,85,90)
#3B4B50
(59,75,80)
#334146
(51,65,70)
#2B373C
(43,55,60)
#232D32
(35,45,50)
#1B2328
(27,35,40)
#13191E
(19,25,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #5B7378

#5B7378
(91,115,120)
#697F84
(105,127,132)
#778B90
(119,139,144)
#85979C
(133,151,156)
#93A3A8
(147,163,168)
#A1AFB4
(161,175,180)
#AFBBC0
(175,187,192)
#BDC7CC
(189,199,204)
#CBD3D8
(203,211,216)
#D9DFE4
(217,223,228)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7378 color. Also use rgb(91,115,120) instead hex code.

Text Font Color

.myTextColor { color: #5B7378; }

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

This text font color is #5B7378.


Background Color

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

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

This div background color is #5B7378.


Border color

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

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

This div border color is #5B7378.


Opacity

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

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

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

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

This text has shadow with #5B7378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7378 on black background.


Color preview on white background

This text has color #5B7378 on white background.



Black color preview on #5B7378 background

This text has black color on #5B7378 background.


White color preview on #5B7378 background

This text has white color on #5B7378 background.