COLOR #5B7379

HEX: #5B7379 RGB: (91,115,121)

Color info

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

RGB color model

#5B7379 color RGB value is (91,115,121).

RGB: (91,115,121) (36%, 45%, 47%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 121 of 255 = 47%

91
115
121

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

Portions of RGB colors in percentages

R + G + B = 91 + 115 + 121 = 327 (100%)
R 91 of 327 ~ 27.83%
G 115 of 327 ~ 35.17%
B 121 of 327 ~ 37'%

%27.83
%35.17
%37

CMYK color model

#5B7379 color CMYK value is (25,5,0,53).

  • cyan value is 24.79%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (25,5,0,53)
C25M5Y0K53 (25%, 5%, 0%, 53%)
(0.25 / 0.05 / 0.00 / 0.53)

CMYK percentages

%24.79
%4.96
%0
%52.55

Codes

Color #5B7379 in popluar color models

5B 73 79
RGB 91 115 121
HSL 192° 14.15% 41.57%
HSB/HSV 192° 24.79% 47.45%
CMYK 24.79% 4.96% 0.00%
52.55%

Color #5B7379 in popluar number systems.

HEX 5B 73 79
Decimal 91 115 121
Binary 1011011 1110011 1111001
Octal 133 163 171

Shades and tints

Shades of #5B7379

#5B7379
(91,115,121)
#53696E
(83,105,110)
#4B5F63
(75,95,99)
#435558
(67,85,88)
#3B4B4D
(59,75,77)
#334142
(51,65,66)
#2B3737
(43,55,55)
#232D2C
(35,45,44)
#1B2321
(27,35,33)
#131916
(19,25,22)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #5B7379

#5B7379
(91,115,121)
#697F85
(105,127,133)
#778B91
(119,139,145)
#85979D
(133,151,157)
#93A3A9
(147,163,169)
#A1AFB5
(161,175,181)
#AFBBC1
(175,187,193)
#BDC7CD
(189,199,205)
#CBD3D9
(203,211,217)
#D9DFE5
(217,223,229)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7379; }

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

This text font color is #5B7379.

Background Color

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

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

This div background color is #5B7379.

Border color

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

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

This div border color is #5B7379.

Opacity

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

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

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

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

This text has shadow with #5B7379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7379.

Preview

Color preview on black background

This text has color #5B7379 on black background.


Color preview on white background

This text has color #5B7379 on white background.


Black color preview on #5B7379 background

This text has black color on #5B7379 background.


White color preview on #5B7379 background

This text has white color on #5B7379 background.


Related colors

Complementary color

Complementary color for #hex is #A48C86.


I love getcolorcode.com

Triadic colors

1 #795B73 and #73795B with #5B7379 are triadic colors.

2 #79735B and #735B79 with #5B7379 are triadic colors.