COLOR #5B7665

HEX: #5B7665 RGB: (91,118,101)

Color info

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

RGB color model

#5B7665 color RGB value is (91,118,101).

RGB: (91,118,101) (36%, 46%, 40%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 101 of 255 = 40%

91
118
101

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

Portions of RGB colors in percentages

R + G + B = 91 + 118 + 101 = 310 (100%)
R 91 of 310 ~ 29.35%
G 118 of 310 ~ 38.06%
B 101 of 310 ~ 32.58'%

%29.35
%38.06
%32.58

CMYK color model

#5B7665 color CMYK value is (23,0,14,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%

CMYK: (23,0,14,54)
C23M0Y14K54 (23%, 0%, 14%, 54%)
(0.23 / 0.00 / 0.14 / 0.54)

CMYK percentages

%22.88
%0
%14.41
%53.73

Codes

Color #5B7665 in popluar color models

5B 76 65
RGB 91 118 101
HSL 142° 12.92% 40.98%
HSB/HSV 142° 22.88% 46.27%
CMYK 22.88% 0.00% 14.41%
53.73%

Color #5B7665 in popluar number systems.

HEX 5B 76 65
Decimal 91 118 101
Binary 1011011 1110110 1100101
Octal 133 166 145

Shades and tints

Shades of #5B7665

#5B7665
(91,118,101)
#536C5C
(83,108,92)
#4B6253
(75,98,83)
#43584A
(67,88,74)
#3B4E41
(59,78,65)
#334438
(51,68,56)
#2B3A2F
(43,58,47)
#233026
(35,48,38)
#1B261D
(27,38,29)
#131C14
(19,28,20)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #5B7665

#5B7665
(91,118,101)
#698273
(105,130,115)
#778E81
(119,142,129)
#859A8F
(133,154,143)
#93A69D
(147,166,157)
#A1B2AB
(161,178,171)
#AFBEB9
(175,190,185)
#BDCAC7
(189,202,199)
#CBD6D5
(203,214,213)
#D9E2E3
(217,226,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7665; }

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

This text font color is #5B7665.

Background Color

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

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

This div background color is #5B7665.

Border color

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

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

This div border color is #5B7665.

Opacity

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

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

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

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

This text has shadow with #5B7665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7665.

Preview

Color preview on black background

This text has color #5B7665 on black background.


Color preview on white background

This text has color #5B7665 on white background.


Black color preview on #5B7665 background

This text has black color on #5B7665 background.


White color preview on #5B7665 background

This text has white color on #5B7665 background.


Related colors

Complementary color

Complementary color for #hex is #A4899A.


I love getcolorcode.com

Triadic colors

1 #655B76 and #76655B with #5B7665 are triadic colors.

2 #65765B and #765B65 with #5B7665 are triadic colors.