COLOR #5B7661

HEX: #5B7661 RGB: (91,118,97)

Color info

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

RGB color model

#5B7661 color RGB value is (91,118,97).

RGB: (91,118,97) (36%, 46%, 38%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 97 of 255 = 38%

91
118
97

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

Portions of RGB colors in percentages

R + G + B = 91 + 118 + 97 = 306 (100%)
R 91 of 306 ~ 29.74%
G 118 of 306 ~ 38.56%
B 97 of 306 ~ 31.7'%

%29.74
%38.56
%31.7

CMYK color model

#5B7661 color CMYK value is (23,0,18,54).

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

CMYK: (23,0,18,54)
C23M0Y18K54 (23%, 0%, 18%, 54%)
(0.23 / 0.00 / 0.18 / 0.54)

CMYK percentages

%22.88
%0
%17.8
%53.73

Codes

Color #5B7661 in popluar color models

5B 76 61
RGB 91 118 97
HSL 133° 12.92% 40.98%
HSB/HSV 133° 22.88% 46.27%
CMYK 22.88% 0.00% 17.80%
53.73%

Color #5B7661 in popluar number systems.

HEX 5B 76 61
Decimal 91 118 97
Binary 1011011 1110110 1100001
Octal 133 166 141

Shades and tints

Shades of #5B7661

#5B7661
(91,118,97)
#536C59
(83,108,89)
#4B6251
(75,98,81)
#435849
(67,88,73)
#3B4E41
(59,78,65)
#334439
(51,68,57)
#2B3A31
(43,58,49)
#233029
(35,48,41)
#1B2621
(27,38,33)
#131C19
(19,28,25)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #5B7661

#5B7661
(91,118,97)
#69826F
(105,130,111)
#778E7D
(119,142,125)
#859A8B
(133,154,139)
#93A699
(147,166,153)
#A1B2A7
(161,178,167)
#AFBEB5
(175,190,181)
#BDCAC3
(189,202,195)
#CBD6D1
(203,214,209)
#D9E2DF
(217,226,223)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7661; }

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

This text font color is #5B7661.

Background Color

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

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

This div background color is #5B7661.

Border color

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

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

This div border color is #5B7661.

Opacity

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

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

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

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

This text has shadow with #5B7661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7661.

Preview

Color preview on black background

This text has color #5B7661 on black background.


Color preview on white background

This text has color #5B7661 on white background.


Black color preview on #5B7661 background

This text has black color on #5B7661 background.


White color preview on #5B7661 background

This text has white color on #5B7661 background.


Related colors

Complementary color

Complementary color for #hex is #A4899E.


I love getcolorcode.com

Triadic colors

1 #615B76 and #76615B with #5B7661 are triadic colors.

2 #61765B and #765B61 with #5B7661 are triadic colors.