COLOR #5B7C7A

HEX: #5B7C7A
RGB: (91,124,122)

Color info

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

RGB color model

#5B7C7A color RGB value is (91,124,122).

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

RGB channels and saturation

R 91 of 255 = 36%
G 124 of 255 = 49%
B 122 of 255 = 48%

91
124
122

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

Portions of RGB colors in percentages

R + G + B =
91 + 124 + 122 = 337 (100%)
R 91 of 337 ~ 27%
G 124 of 337 ~ 36.8%
B 122 of 337 ~ 36.2%

%27
%36.8
%36.2

CMYK color model

#5B7C7A color CMYK value is (27,0,2,51).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(27,0,2,51)
C27M0Y2K51 
(27%,0%,2%,51%)
(0.27/0.00/0.02/0.51)	

CMYK percentages

%26.61
%0
%1.61
%51.37

Codes

Color #5B7C7A in popluar color models

5B7C7A
RGB91124122
HSL176°15.35%42.16%
HSB/HSV176°26.61%48.63%
CMYK26.61%0.00%1.61%
51.37%

Color #5B7C7A in popluar number systems.

HEX5B7C7A
Decimal91124122
Binary101101111111001111010
Octal133174172

Shades and tints

Shades of #5B7C7A

#5B7C7A
(91,124,122)
#53716F
(83,113,111)
#4B6664
(75,102,100)
#435B59
(67,91,89)
#3B504E
(59,80,78)
#334543
(51,69,67)
#2B3A38
(43,58,56)
#232F2D
(35,47,45)
#1B2422
(27,36,34)
#131917
(19,25,23)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #5B7C7A

#5B7C7A
(91,124,122)
#698786
(105,135,134)
#779292
(119,146,146)
#859D9E
(133,157,158)
#93A8AA
(147,168,170)
#A1B3B6
(161,179,182)
#AFBEC2
(175,190,194)
#BDC9CE
(189,201,206)
#CBD4DA
(203,212,218)
#D9DFE6
(217,223,230)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7C7A; }

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

This text font color is #5B7C7A.


Background Color

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

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

This div background color is #5B7C7A.


Border color

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

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

This div border color is #5B7C7A.


Opacity

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

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

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

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

This text has shadow with #5B7C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7C7A on black background.


Color preview on white background

This text has color #5B7C7A on white background.



Black color preview on #5B7C7A background

This text has black color on #5B7C7A background.


White color preview on #5B7C7A background

This text has white color on #5B7C7A background.