COLOR #5B7276

HEX: #5B7276 RGB: (91,114,118)

Color info

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

RGB color model

#5B7276 color RGB value is (91,114,118).

RGB: (91,114,118) (36%, 45%, 46%)

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 118 of 255 = 46%

91
114
118

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

Portions of RGB colors in percentages

R + G + B = 91 + 114 + 118 = 323 (100%)
R 91 of 323 ~ 28.17%
G 114 of 323 ~ 35.29%
B 118 of 323 ~ 36.53'%

%28.17
%35.29
%36.53

CMYK color model

#5B7276 color CMYK value is (23,3,0,54).

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

CMYK: (23,3,0,54)
C23M3Y0K54 (23%, 3%, 0%, 54%)
(0.23 / 0.03 / 0.00 / 0.54)

CMYK percentages

%22.88
%3.39
%0
%53.73

Codes

Color #5B7276 in popluar color models

5B 72 76
RGB 91 114 118
HSL 189° 12.92% 40.98%
HSB/HSV 189° 22.88% 46.27%
CMYK 22.88% 3.39% 0.00%
53.73%

Color #5B7276 in popluar number systems.

HEX 5B 72 76
Decimal 91 114 118
Binary 1011011 1110010 1110110
Octal 133 162 166

Shades and tints

Shades of #5B7276

#5B7276
(91,114,118)
#53686C
(83,104,108)
#4B5E62
(75,94,98)
#435458
(67,84,88)
#3B4A4E
(59,74,78)
#334044
(51,64,68)
#2B363A
(43,54,58)
#232C30
(35,44,48)
#1B2226
(27,34,38)
#13181C
(19,24,28)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #5B7276

#5B7276
(91,114,118)
#697E82
(105,126,130)
#778A8E
(119,138,142)
#85969A
(133,150,154)
#93A2A6
(147,162,166)
#A1AEB2
(161,174,178)
#AFBABE
(175,186,190)
#BDC6CA
(189,198,202)
#CBD2D6
(203,210,214)
#D9DEE2
(217,222,226)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7276; }

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

This text font color is #5B7276.

Background Color

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

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

This div background color is #5B7276.

Border color

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

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

This div border color is #5B7276.

Opacity

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

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

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

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

This text has shadow with #5B7276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7276.

Preview

Color preview on black background

This text has color #5B7276 on black background.


Color preview on white background

This text has color #5B7276 on white background.


Black color preview on #5B7276 background

This text has black color on #5B7276 background.


White color preview on #5B7276 background

This text has white color on #5B7276 background.


Related colors

Complementary color

Complementary color for #hex is #A48D89.


I love getcolorcode.com

Triadic colors

1 #765B72 and #72765B with #5B7276 are triadic colors.

2 #76725B and #725B76 with #5B7276 are triadic colors.