COLOR #5B7677

HEX: #5B7677
RGB: (91,118,119)

Color info

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

RGB color model

#5B7677 color RGB value is (91,118,119).

  • red value is 91;
  • green value is 118;
  • blue value is 119.
RGB:
(91,118,119)
(36%,46%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 119 of 255 = 47%

91
118
119

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

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 119 = 328 (100%)
R 91 of 328 ~ 27.74%
G 118 of 328 ~ 35.98%
B 119 of 328 ~ 36.28%

%27.74
%35.98
%36.28

CMYK color model

#5B7677 color CMYK value is (24,1,0,53).

  • cyan value is 23.53%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(24,1,0,53)
C24M1Y0K53 
(24%,1%,0%,53%)
(0.24/0.01/0.00/0.53)	

CMYK percentages

%23.53
%0.84
%0
%53.33

Codes

Color #5B7677 in popluar color models

5B7677
RGB91118119
HSL182°13.33%41.18%
HSB/HSV182°23.53%46.67%
CMYK23.53%0.84%0.00%
53.33%

Color #5B7677 in popluar number systems.

HEX5B7677
Decimal91118119
Binary101101111101101110111
Octal133166167

Shades and tints

Shades of #5B7677

#5B7677
(91,118,119)
#536C6D
(83,108,109)
#4B6263
(75,98,99)
#435859
(67,88,89)
#3B4E4F
(59,78,79)
#334445
(51,68,69)
#2B3A3B
(43,58,59)
#233031
(35,48,49)
#1B2627
(27,38,39)
#131C1D
(19,28,29)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #5B7677

#5B7677
(91,118,119)
#698283
(105,130,131)
#778E8F
(119,142,143)
#859A9B
(133,154,155)
#93A6A7
(147,166,167)
#A1B2B3
(161,178,179)
#AFBEBF
(175,190,191)
#BDCACB
(189,202,203)
#CBD6D7
(203,214,215)
#D9E2E3
(217,226,227)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7677 color. Also use rgb(91,118,119) instead hex code.

Text Font Color

.myTextColor { color: #5B7677; }

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

This text font color is #5B7677.


Background Color

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

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

This div background color is #5B7677.


Border color

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

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

This div border color is #5B7677.


Opacity

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

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

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

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

This text has shadow with #5B7677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7677 on black background.


Color preview on white background

This text has color #5B7677 on white background.



Black color preview on #5B7677 background

This text has black color on #5B7677 background.


White color preview on #5B7677 background

This text has white color on #5B7677 background.