COLOR #5B7772

HEX: #5B7772
RGB: (91,119,114)

Color info

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

RGB color model

#5B7772 color RGB value is (91,119,114).

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

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 114 of 255 = 45%

91
119
114

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

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 114 = 324 (100%)
R 91 of 324 ~ 28.09%
G 119 of 324 ~ 36.73%
B 114 of 324 ~ 35.19%

%28.09
%36.73
%35.19

CMYK color model

#5B7772 color CMYK value is (24,0,4,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(24,0,4,53)
C24M0Y4K53 
(24%,0%,4%,53%)
(0.24/0.00/0.04/0.53)	

CMYK percentages

%23.53
%0
%4.2
%53.33

Codes

Color #5B7772 in popluar color models

5B7772
RGB91119114
HSL169°13.33%41.18%
HSB/HSV169°23.53%46.67%
CMYK23.53%0.00%4.20%
53.33%

Color #5B7772 in popluar number systems.

HEX5B7772
Decimal91119114
Binary101101111101111110010
Octal133167162

Shades and tints

Shades of #5B7772

#5B7772
(91,119,114)
#536D68
(83,109,104)
#4B635E
(75,99,94)
#435954
(67,89,84)
#3B4F4A
(59,79,74)
#334540
(51,69,64)
#2B3B36
(43,59,54)
#23312C
(35,49,44)
#1B2722
(27,39,34)
#131D18
(19,29,24)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #5B7772

#5B7772
(91,119,114)
#69837E
(105,131,126)
#778F8A
(119,143,138)
#859B96
(133,155,150)
#93A7A2
(147,167,162)
#A1B3AE
(161,179,174)
#AFBFBA
(175,191,186)
#BDCBC6
(189,203,198)
#CBD7D2
(203,215,210)
#D9E3DE
(217,227,222)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7772; }

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

This text font color is #5B7772.


Background Color

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

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

This div background color is #5B7772.


Border color

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

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

This div border color is #5B7772.


Opacity

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

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

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

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

This text has shadow with #5B7772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7772 on black background.


Color preview on white background

This text has color #5B7772 on white background.



Black color preview on #5B7772 background

This text has black color on #5B7772 background.


White color preview on #5B7772 background

This text has white color on #5B7772 background.