COLOR #5B7765

HEX: #5B7765 RGB: (91,119,101)

Color info

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

RGB color model

#5B7765 color RGB value is (91,119,101).

RGB: (91,119,101) (36%, 47%, 40%)

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 101 of 255 = 40%

91
119
101

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

Portions of RGB colors in percentages

R + G + B = 91 + 119 + 101 = 311 (100%)
R 91 of 311 ~ 29.26%
G 119 of 311 ~ 38.26%
B 101 of 311 ~ 32.48'%

%29.26
%38.26
%32.48

CMYK color model

#5B7765 color CMYK value is (24,0,15,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%

CMYK: (24,0,15,53)
C24M0Y15K53 (24%, 0%, 15%, 53%)
(0.24 / 0.00 / 0.15 / 0.53)

CMYK percentages

%23.53
%0
%15.13
%53.33

Codes

Color #5B7765 in popluar color models

5B 77 65
RGB 91 119 101
HSL 141° 13.33% 41.18%
HSB/HSV 141° 23.53% 46.67%
CMYK 23.53% 0.00% 15.13%
53.33%

Color #5B7765 in popluar number systems.

HEX 5B 77 65
Decimal 91 119 101
Binary 1011011 1110111 1100101
Octal 133 167 145

Shades and tints

Shades of #5B7765

#5B7765
(91,119,101)
#536D5C
(83,109,92)
#4B6353
(75,99,83)
#43594A
(67,89,74)
#3B4F41
(59,79,65)
#334538
(51,69,56)
#2B3B2F
(43,59,47)
#233126
(35,49,38)
#1B271D
(27,39,29)
#131D14
(19,29,20)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #5B7765

#5B7765
(91,119,101)
#698373
(105,131,115)
#778F81
(119,143,129)
#859B8F
(133,155,143)
#93A79D
(147,167,157)
#A1B3AB
(161,179,171)
#AFBFB9
(175,191,185)
#BDCBC7
(189,203,199)
#CBD7D5
(203,215,213)
#D9E3E3
(217,227,227)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7765; }

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

This text font color is #5B7765.

Background Color

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

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

This div background color is #5B7765.

Border color

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

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

This div border color is #5B7765.

Opacity

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

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

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

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

This text has shadow with #5B7765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7765.

Preview

Color preview on black background

This text has color #5B7765 on black background.


Color preview on white background

This text has color #5B7765 on white background.


Black color preview on #5B7765 background

This text has black color on #5B7765 background.


White color preview on #5B7765 background

This text has white color on #5B7765 background.


Related colors

Complementary color

Complementary color for #hex is #A4889A.


I love getcolorcode.com

Triadic colors

1 #655B77 and #77655B with #5B7765 are triadic colors.

2 #65775B and #775B65 with #5B7765 are triadic colors.