COLOR #5B776A

HEX: #5B776A
RGB: (91,119,106)

Color info

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

RGB color model

#5B776A color RGB value is (91,119,106).

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

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 106 of 255 = 42%

91
119
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 106 = 316 (100%)
R 91 of 316 ~ 28.8%
G 119 of 316 ~ 37.66%
B 106 of 316 ~ 33.54%

%28.8
%37.66
%33.54

CMYK color model

#5B776A color CMYK value is (24,0,11,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(24,0,11,53)
C24M0Y11K53 
(24%,0%,11%,53%)
(0.24/0.00/0.11/0.53)	

CMYK percentages

%23.53
%0
%10.92
%53.33

Codes

Color #5B776A in popluar color models

5B776A
RGB91119106
HSL152°13.33%41.18%
HSB/HSV152°23.53%46.67%
CMYK23.53%0.00%10.92%
53.33%

Color #5B776A in popluar number systems.

HEX5B776A
Decimal91119106
Binary101101111101111101010
Octal133167152

Shades and tints

Shades of #5B776A

#5B776A
(91,119,106)
#536D61
(83,109,97)
#4B6358
(75,99,88)
#43594F
(67,89,79)
#3B4F46
(59,79,70)
#33453D
(51,69,61)
#2B3B34
(43,59,52)
#23312B
(35,49,43)
#1B2722
(27,39,34)
#131D19
(19,29,25)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #5B776A

#5B776A
(91,119,106)
#698377
(105,131,119)
#778F84
(119,143,132)
#859B91
(133,155,145)
#93A79E
(147,167,158)
#A1B3AB
(161,179,171)
#AFBFB8
(175,191,184)
#BDCBC5
(189,203,197)
#CBD7D2
(203,215,210)
#D9E3DF
(217,227,223)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B776A; }

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

This text font color is #5B776A.


Background Color

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

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

This div background color is #5B776A.


Border color

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

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

This div border color is #5B776A.


Opacity

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

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

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

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

This text has shadow with #5B776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B776A on black background.


Color preview on white background

This text has color #5B776A on white background.



Black color preview on #5B776A background

This text has black color on #5B776A background.


White color preview on #5B776A background

This text has white color on #5B776A background.