COLOR #5B7078

HEX: #5B7078
RGB: (91,112,120)

Color info

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

RGB color model

#5B7078 color RGB value is (91,112,120).

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

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 120 of 255 = 47%

91
112
120

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 120 = 323 (100%)
R 91 of 323 ~ 28.17%
G 112 of 323 ~ 34.67%
B 120 of 323 ~ 37.15%

%28.17
%34.67
%37.15

CMYK color model

#5B7078 color CMYK value is (24,7,0,53).

  • cyan value is 24.17%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(24,7,0,53)
C24M7Y0K53 
(24%,7%,0%,53%)
(0.24/0.07/0.00/0.53)	

CMYK percentages

%24.17
%6.67
%0
%52.94

Codes

Color #5B7078 in popluar color models

5B7078
RGB91112120
HSL197°13.74%41.37%
HSB/HSV197°24.17%47.06%
CMYK24.17%6.67%0.00%
52.94%

Color #5B7078 in popluar number systems.

HEX5B7078
Decimal91112120
Binary101101111100001111000
Octal133160170

Shades and tints

Shades of #5B7078

#5B7078
(91,112,120)
#53666E
(83,102,110)
#4B5C64
(75,92,100)
#43525A
(67,82,90)
#3B4850
(59,72,80)
#333E46
(51,62,70)
#2B343C
(43,52,60)
#232A32
(35,42,50)
#1B2028
(27,32,40)
#13161E
(19,22,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #5B7078

#5B7078
(91,112,120)
#697D84
(105,125,132)
#778A90
(119,138,144)
#85979C
(133,151,156)
#93A4A8
(147,164,168)
#A1B1B4
(161,177,180)
#AFBEC0
(175,190,192)
#BDCBCC
(189,203,204)
#CBD8D8
(203,216,216)
#D9E5E4
(217,229,228)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7078; }

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

This text font color is #5B7078.


Background Color

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

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

This div background color is #5B7078.


Border color

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

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

This div border color is #5B7078.


Opacity

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

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

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

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

This text has shadow with #5B7078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7078 on black background.


Color preview on white background

This text has color #5B7078 on white background.



Black color preview on #5B7078 background

This text has black color on #5B7078 background.


White color preview on #5B7078 background

This text has white color on #5B7078 background.