COLOR #5B7B7A

HEX: #5B7B7A RGB: (91,123,122)

Color info

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

RGB color model

#5B7B7A color RGB value is (91,123,122).

RGB: (91,123,122) (36%, 48%, 48%)

RGB channels and saturation

R 91 of 255 = 36%
G 123 of 255 = 48%
B 122 of 255 = 48%

91
123
122

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

Portions of RGB colors in percentages

R + G + B = 91 + 123 + 122 = 336 (100%)
R 91 of 336 ~ 27.08%
G 123 of 336 ~ 36.61%
B 122 of 336 ~ 36.31'%

%27.08
%36.61
%36.31

CMYK color model

#5B7B7A color CMYK value is (26,0,1,52).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK: (26,0,1,52) C26M0Y1K52 (26%,0%,1%,52%) (0.26/0.00/0.01/0.52) 

CMYK percentages

%26.02
%0
%0.81
%51.76

Codes

Color #5B7B7A in popluar color models

5B 7B 7A
RGB 91 123 122
HSL 178° 14.95% 41.96%
HSB/HSV 178° 26.02% 48.24%
CMYK 26.02% 0.00% 0.81%
51.76%

Color #5B7B7A in popluar number systems.

HEX 5B 7B 7A
Decimal 91 123 122
Binary 1011011 1111011 1111010
Octal 133 173 172

Shades and tints

Shades of #5B7B7A

#5B7B7A
(91,123,122)
#53706F
(83,112,111)
#4B6564
(75,101,100)
#435A59
(67,90,89)
#3B4F4E
(59,79,78)
#334443
(51,68,67)
#2B3938
(43,57,56)
#232E2D
(35,46,45)
#1B2322
(27,35,34)
#131817
(19,24,23)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #5B7B7A

#5B7B7A
(91,123,122)
#698786
(105,135,134)
#779392
(119,147,146)
#859F9E
(133,159,158)
#93ABAA
(147,171,170)
#A1B7B6
(161,183,182)
#AFC3C2
(175,195,194)
#BDCFCE
(189,207,206)
#CBDBDA
(203,219,218)
#D9E7E6
(217,231,230)
#E7F3F2
(231,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7B7A; }

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

This text font color is #5B7B7A.

Background Color

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

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

This div background color is #5B7B7A.

Border color

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

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

This div border color is #5B7B7A.

Opacity

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

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

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

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

This text has shadow with #5B7B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7B7A.

Preview

Color preview on black background

This text has color #5B7B7A on black background.


Color preview on white background

This text has color #5B7B7A on white background.


Black color preview on #5B7B7A background

This text has black color on #5B7B7A background.


White color preview on #5B7B7A background

This text has white color on #5B7B7A background.


Related colors

Complementary color

Complementary color for #hex is #A48485.


I love getcolorcode.com

Triadic colors

1 #7A5B7B and #7B7A5B with #5B7B7A are triadic colors.

2 #7A7B5B and #7B5B7A with #5B7B7A are triadic colors.