COLOR #5B7B73

HEX: #5B7B73 RGB: (91,123,115)

Color info

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

RGB color model

#5B7B73 color RGB value is (91,123,115).

RGB: (91,123,115) (36%, 48%, 45%)

RGB channels and saturation

R 91 of 255 = 36%
G 123 of 255 = 48%
B 115 of 255 = 45%

91
123
115

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

Portions of RGB colors in percentages

R + G + B = 91 + 123 + 115 = 329 (100%)
R 91 of 329 ~ 27.66%
G 123 of 329 ~ 37.39%
B 115 of 329 ~ 34.95'%

%27.66
%37.39
%34.95

CMYK color model

#5B7B73 color CMYK value is (26,0,7,52).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 51.76%

CMYK: (26,0,7,52)
C26M0Y7K52 (26%, 0%, 7%, 52%)
(0.26 / 0.00 / 0.07 / 0.52)

CMYK percentages

%26.02
%0
%6.5
%51.76

Codes

Color #5B7B73 in popluar color models

5B 7B 73
RGB 91 123 115
HSL 165° 14.95% 41.96%
HSB/HSV 165° 26.02% 48.24%
CMYK 26.02% 0.00% 6.50%
51.76%

Color #5B7B73 in popluar number systems.

HEX 5B 7B 73
Decimal 91 123 115
Binary 1011011 1111011 1110011
Octal 133 173 163

Shades and tints

Shades of #5B7B73

#5B7B73
(91,123,115)
#537069
(83,112,105)
#4B655F
(75,101,95)
#435A55
(67,90,85)
#3B4F4B
(59,79,75)
#334441
(51,68,65)
#2B3937
(43,57,55)
#232E2D
(35,46,45)
#1B2323
(27,35,35)
#131819
(19,24,25)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #5B7B73

#5B7B73
(91,123,115)
#69877F
(105,135,127)
#77938B
(119,147,139)
#859F97
(133,159,151)
#93ABA3
(147,171,163)
#A1B7AF
(161,183,175)
#AFC3BB
(175,195,187)
#BDCFC7
(189,207,199)
#CBDBD3
(203,219,211)
#D9E7DF
(217,231,223)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7B73 color. Also use rgb(91,123,115) instead hex code.

Text Font Color

.myTextColor { color: #5B7B73; }

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

This text font color is #5B7B73.

Background Color

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

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

This div background color is #5B7B73.

Border color

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

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

This div border color is #5B7B73.

Opacity

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

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

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

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

This text has shadow with #5B7B73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7B73.

Preview

Color preview on black background

This text has color #5B7B73 on black background.


Color preview on white background

This text has color #5B7B73 on white background.


Black color preview on #5B7B73 background

This text has black color on #5B7B73 background.


White color preview on #5B7B73 background

This text has white color on #5B7B73 background.


Related colors

Complementary color

Complementary color for #hex is #A4848C.


I love getcolorcode.com

Triadic colors

1 #735B7B and #7B735B with #5B7B73 are triadic colors.

2 #737B5B and #7B5B73 with #5B7B73 are triadic colors.