COLOR #5B766A

HEX: #5B766A RGB: (91,118,106)

Color info

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

RGB color model

#5B766A color RGB value is (91,118,106).

RGB: (91,118,106) (36%, 46%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 106 of 255 = 42%

91
118
106

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

Portions of RGB colors in percentages

R + G + B = 91 + 118 + 106 = 315 (100%)
R 91 of 315 ~ 28.89%
G 118 of 315 ~ 37.46%
B 106 of 315 ~ 33.65'%

%28.89
%37.46
%33.65

CMYK color model

#5B766A color CMYK value is (23,0,10,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK: (23,0,10,54) C23M0Y10K54 (23%,0%,10%,54%) (0.23/0.00/0.10/0.54) 

CMYK percentages

%22.88
%0
%10.17
%53.73

Codes

Color #5B766A in popluar color models

5B 76 6A
RGB 91 118 106
HSL 153° 12.92% 40.98%
HSB/HSV 153° 22.88% 46.27%
CMYK 22.88% 0.00% 10.17%
53.73%

Color #5B766A in popluar number systems.

HEX 5B 76 6A
Decimal 91 118 106
Binary 1011011 1110110 1101010
Octal 133 166 152

Shades and tints

Shades of #5B766A

#5B766A
(91,118,106)
#536C61
(83,108,97)
#4B6258
(75,98,88)
#43584F
(67,88,79)
#3B4E46
(59,78,70)
#33443D
(51,68,61)
#2B3A34
(43,58,52)
#23302B
(35,48,43)
#1B2622
(27,38,34)
#131C19
(19,28,25)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #5B766A

#5B766A
(91,118,106)
#698277
(105,130,119)
#778E84
(119,142,132)
#859A91
(133,154,145)
#93A69E
(147,166,158)
#A1B2AB
(161,178,171)
#AFBEB8
(175,190,184)
#BDCAC5
(189,202,197)
#CBD6D2
(203,214,210)
#D9E2DF
(217,226,223)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B766A; }

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

This text font color is #5B766A.

Background Color

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

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

This div background color is #5B766A.

Border color

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

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

This div border color is #5B766A.

Opacity

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

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

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

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

This text has shadow with #5B766A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B766A.

Preview

Color preview on black background

This text has color #5B766A on black background.


Color preview on white background

This text has color #5B766A on white background.


Black color preview on #5B766A background

This text has black color on #5B766A background.


White color preview on #5B766A background

This text has white color on #5B766A background.


Related colors

Complementary color

Complementary color for #hex is #A48995.


I love getcolorcode.com

Triadic colors

1 #6A5B76 and #766A5B with #5B766A are triadic colors.

2 #6A765B and #765B6A with #5B766A are triadic colors.