COLOR #5B707A

HEX: #5B707A
RGB: (91,112,122)

Color info

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

RGB color model

#5B707A color RGB value is (91,112,122).

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

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 122 of 255 = 48%

91
112
122

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 122 = 325 (100%)
R 91 of 325 ~ 28%
G 112 of 325 ~ 34.46%
B 122 of 325 ~ 37.54%

%28
%34.46
%37.54

CMYK color model

#5B707A color CMYK value is (25,8,0,52).

  • cyan value is 25.41%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(25,8,0,52)
C25M8Y0K52 
(25%,8%,0%,52%)
(0.25/0.08/0.00/0.52)	

CMYK percentages

%25.41
%8.2
%0
%52.16

Codes

Color #5B707A in popluar color models

5B707A
RGB91112122
HSL199°14.55%41.76%
HSB/HSV199°25.41%47.84%
CMYK25.41%8.20%0.00%
52.16%

Color #5B707A in popluar number systems.

HEX5B707A
Decimal91112122
Binary101101111100001111010
Octal133160172

Shades and tints

Shades of #5B707A

#5B707A
(91,112,122)
#53666F
(83,102,111)
#4B5C64
(75,92,100)
#435259
(67,82,89)
#3B484E
(59,72,78)
#333E43
(51,62,67)
#2B3438
(43,52,56)
#232A2D
(35,42,45)
#1B2022
(27,32,34)
#131617
(19,22,23)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #5B707A

#5B707A
(91,112,122)
#697D86
(105,125,134)
#778A92
(119,138,146)
#85979E
(133,151,158)
#93A4AA
(147,164,170)
#A1B1B6
(161,177,182)
#AFBEC2
(175,190,194)
#BDCBCE
(189,203,206)
#CBD8DA
(203,216,218)
#D9E5E6
(217,229,230)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B707A; }

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

This text font color is #5B707A.


Background Color

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

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

This div background color is #5B707A.


Border color

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

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

This div border color is #5B707A.


Opacity

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

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

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

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

This text has shadow with #5B707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B707A on black background.


Color preview on white background

This text has color #5B707A on white background.



Black color preview on #5B707A background

This text has black color on #5B707A background.


White color preview on #5B707A background

This text has white color on #5B707A background.